]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Make generated by SWIG python script installed: refs #17
authormpv <mikhail.ponikarov@opencascade.com>
Fri, 18 Apr 2014 09:45:17 +0000 (13:45 +0400)
committermpv <mikhail.ponikarov@opencascade.com>
Fri, 18 Apr 2014 09:45:17 +0000 (13:45 +0400)
src/Model/Model_Document.h
src/ModelAPI/CMakeLists.txt
src/ModelAPI/ModelAPI_Document.h

index 678a3f83d00466f33a40db2fb7b0aaf94ea0e277..3b2477c32a4f0d5ec5237f89cf0a73f84ed6de61 100644 (file)
@@ -16,13 +16,10 @@ class Handle_Model_Document;
 
 /**\class Model_Document
  * \ingroup DataModel
- * \brief Document for internal data structure of any object storage. Corresponds to the SALOME study.
- * Document contains all data of te SALOME Study specific to this module
- * that must be written into the HDF file.
+ * \brief Document for internal data structure of any object storage.
+ * Document contains all data that must be stored/retrived in the file.
  * Also it provides acces to this data: open/save, transactions management etc.
- * to provide access to all stored data.
  */
-
 class Model_Document: public ModelAPI_Document
 {
 public:
index fa372271f25fbe99e936bdbab6f31dabbfe22446..075928b17ff057914d5712923a7abcaa7b316db2 100644 (file)
@@ -50,6 +50,4 @@ ENDIF(WIN32)
 
 INSTALL(TARGETS _ModelAPI DESTINATION swig)
 INSTALL(TARGETS ModelAPI DESTINATION bin)
-#INSTALL(TARGETS ${SWIG_SCRIPTS} DESTINATION swig)
-
-
+INSTALL(FILES ${SWIG_SCRIPTS} DESTINATION swig)
index 546c5020a076eed5f23b9654f0e20e51ab2fe03e..9f5f838e92457f1f0daba8fd311aae840744922c 100644 (file)
@@ -23,11 +23,9 @@ static const std::string PARTS_GROUP = "Parts";
 
 /**\class Model_Document
  * \ingroup DataModel
- * \brief Document for internal data structure of any object storage. Corresponds to the SALOME study.
- * Document contains all data of te SALOME Study specific to this module
- * that must be written into the HDF file.
+ * \brief Document for internal data structure of any object storage.
+ * Document contains all data that must be stored/retrived in the file.
  * Also it provides acces to this data: open/save, transactions management etc.
- * to provide access to all stored data.
  */
 class ModelAPI_Document
 {