Salome HOME
PR: improve documentation on scripts adaptation to V7
authorprascle <prascle>
Sat, 13 Apr 2013 19:48:28 +0000 (19:48 +0000)
committerprascle <prascle>
Sat, 13 Apr 2013 19:48:28 +0000 (19:48 +0000)
doc/salome/gui/SMESH/doxyfile.in
doc/salome/gui/SMESH/input/smesh_migration.doc

index 0ff680063c1a76adb37cfc7804d179b0a62bdec9..a05403362b6f70f3bda8f76aedc70569a19c64ec 100755 (executable)
@@ -38,10 +38,10 @@ WARNINGS          = YES
 #---------------------------------------------------------------------------
 #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
 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
 
 #---------------------------------------------------------------------------
index 47b0f1c33b72adabcb1af6dbe3ab04c2a540e47d..082baf530b4f392d4d72895c120ceb55bf17655e 100644 (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:
 
@@ -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 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>
 \n (<em>salome_init()</em> can be invoked safely several times):