PR: improve documentation on scripts adaptation to V7

This commit is contained in:
prascle 2013-04-13 19:48:28 +00:00
parent 0ea819f668
commit 1ed1d73209
2 changed files with 4 additions and 4 deletions

View File

@ -38,10 +38,10 @@ WARNINGS = YES
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
#Input related options #Input related options
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
INPUT = @srcdir@/input @top_srcdir@/src/Tools/padder/doc/input INPUT = @srcdir@/input @top_srcdir@/src/Tools/padder/doc/input $(GEOM_ROOT_DIR)/share/doc/salome/gui/GEOM/input
FILE_PATTERNS = *.doc FILE_PATTERNS = *.doc
EXCLUDE = EXCLUDE =
IMAGE_PATH = @srcdir@/images @top_srcdir@/src/Tools/padder/doc/images IMAGE_PATH = @srcdir@/images @top_srcdir@/src/Tools/padder/doc/images $(GEOM_ROOT_DIR)/share/doc/salome/gui/GEOM
EXAMPLE_PATH = @top_srcdir@/doc/salome/examples @top_srcdir@/src/SMESH_SWIG EXAMPLE_PATH = @top_srcdir@/doc/salome/examples @top_srcdir@/src/SMESH_SWIG
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------

View File

@ -1,6 +1,6 @@
/*! /*!
\page smesh_migration_page Modifing Python scripts from SALOME 6 and before \page smesh_migration_page Modifing Mesh Python scripts from SALOME 6 and before
\n With SALOME 7.2, the Python interface for %Mesh has been slightly modified to offer new functionality: \n With SALOME 7.2, the Python interface for %Mesh has been slightly modified to offer new functionality:
@ -12,7 +12,7 @@
\n Scripts generated for SALOME 6 and older versions must be adapted to work in SALOME 7.2 with all functionality. \n Scripts generated for SALOME 6 and older versions must be adapted to work in SALOME 7.2 with all functionality.
\n A compatibility mode allows old scripts to work in almost all cases, but with a warning. \n A compatibility mode allows old scripts to work in almost all cases, but with a warning.
TODO: see geometry migration See also <li>\subpage geompy_migration_page</li>
<b>Salome initialisation must always be done as shown below</b> <b>Salome initialisation must always be done as shown below</b>
\n (<em>salome_init()</em> can be invoked safely several times): \n (<em>salome_init()</em> can be invoked safely several times):