Salome HOME
PR: synchro V6_main tag mergeto_V7_main_11Feb13
[modules/smesh.git] / doc / salome / gui / SMESH / collect_mesh_methods.py
index 97fb9784e1943cd9cf39fc7c0d996f4e8c028c55..24fd31880739affeb4c7188241337096c1ec80f4 100755 (executable)
@@ -44,6 +44,11 @@ def main(plugin, dummymeshhelp = True, output_file = "smesh.py"):
             pass
         if methods:
             output = []
+            if dummymeshhelp:
+                output.append( "## @package smesh" )
+                output.append( "#  Documentation of the methods dynamically added by the " + plugin + " meshing plug-in to the Mesh class." )
+                output.append( "" )
+                pass
             output.append( "## This class allows defining and managing a mesh." )
             output.append( "#" )
             if dummymeshhelp:
@@ -71,6 +76,7 @@ def main(plugin, dummymeshhelp = True, output_file = "smesh.py"):
                     pass
                 if not docHelper: docHelper = "Creates new algorithm."
                 output.append( " ## %s" % docHelper )
+                output.append( " #" )
                 output.append( " #  This method is dynamically added to %Mesh class by the meshing plug-in(s). " )
                 output.append( " #" )
                 output.append( " #  If the optional @a geom_shape parameter is not set, this algorithm is global (applied to whole mesh)." )