Salome HOME
Additional minor changes
[modules/smesh.git] / doc / salome / gui / SMESH / collect_mesh_methods.py
index 715a07fc7733cb6b7e6ee3705228def12aacc787..f1f284451458bc8a8613270683c22c4aa89760e1 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 GHS3D meshing plug-in to the Mesh class." )
+                output.append( "" )
+                pass
             output.append( "## This class allows defining and managing a mesh." )
             output.append( "#" )
             if dummymeshhelp: