X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fsalome%2Fgui%2FSMESH%2Fcollect_mesh_methods.py;h=72fdb038234424ac6197d2df999a080b3c2670e9;hb=d9b70538644d78d4defa84cb64d7b28aa526e000;hp=14b2ea9534e5399460a1c1c941e1385f139ec09c;hpb=93a69962ae1cbf55bc07119521e2006f5b6f5234;p=modules%2Fsmesh.git diff --git a/doc/salome/gui/SMESH/collect_mesh_methods.py b/doc/salome/gui/SMESH/collect_mesh_methods.py index 14b2ea953..72fdb0382 100755 --- a/doc/salome/gui/SMESH/collect_mesh_methods.py +++ b/doc/salome/gui/SMESH/collect_mesh_methods.py @@ -68,7 +68,7 @@ def main(plugin_name, dummymeshhelp = True, output_file = "smeshBuilder.py"): if methods: output = [] if dummymeshhelp: - output.append( "## @package smesh" ) + output.append( "## @package smeshBuilder" ) output.append( "# Documentation of the methods dynamically added by the " + plugin_name + " meshing plug-in to the Mesh class." ) output.append( "" ) pass @@ -78,7 +78,7 @@ def main(plugin_name, dummymeshhelp = True, output_file = "smeshBuilder.py"): # Add dummy Mesh help # This is supposed to be done when generating documentation for meshing plug-ins output.append( "# @note The documentation below does not provide complete description of class @b %Mesh" ) - output.append( "# from @b %smesh.py package. This documentation provides only information about" ) + output.append( "# from @b smeshBuilder package. This documentation provides only information about" ) output.append( "# the methods dynamically added to the %Mesh class by the " + plugin_name + " plugin" ) output.append( "# For more details on the %Mesh class, please refer to the SALOME %Mesh module" ) output.append( "# documentation." )