From: mpv Date: Fri, 18 Apr 2014 09:45:17 +0000 (+0400) Subject: Make generated by SWIG python script installed: refs #17 X-Git-Tag: V_0.2~147^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=21bf7aa8fc8a7488d6eb03658f4e390607f4d3c0;p=modules%2Fshaper.git Make generated by SWIG python script installed: refs #17 --- diff --git a/src/Model/Model_Document.h b/src/Model/Model_Document.h index 678a3f83d..3b2477c32 100644 --- a/src/Model/Model_Document.h +++ b/src/Model/Model_Document.h @@ -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: diff --git a/src/ModelAPI/CMakeLists.txt b/src/ModelAPI/CMakeLists.txt index fa372271f..075928b17 100644 --- a/src/ModelAPI/CMakeLists.txt +++ b/src/ModelAPI/CMakeLists.txt @@ -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) diff --git a/src/ModelAPI/ModelAPI_Document.h b/src/ModelAPI/ModelAPI_Document.h index 546c5020a..9f5f838e9 100644 --- a/src/ModelAPI/ModelAPI_Document.h +++ b/src/ModelAPI/ModelAPI_Document.h @@ -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 {