diff --git a/doc/salome/gui/SMESH/collect_mesh_methods.py b/doc/salome/gui/SMESH/collect_mesh_methods.py index 715a07fc7..f1f284451 100755 --- a/doc/salome/gui/SMESH/collect_mesh_methods.py +++ b/doc/salome/gui/SMESH/collect_mesh_methods.py @@ -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: