From: vsr Date: Wed, 22 Aug 2012 10:31:25 +0000 (+0000) Subject: small correction of generated documentation X-Git-Tag: V6_6_0a1~195 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=2051c93ef7b7a687475d4ee79ccaaec1542c05b0 small correction of generated documentation --- diff --git a/doc/salome/gui/SMESH/collect_mesh_methods.py b/doc/salome/gui/SMESH/collect_mesh_methods.py index 97fb9784e..715a07fc7 100755 --- a/doc/salome/gui/SMESH/collect_mesh_methods.py +++ b/doc/salome/gui/SMESH/collect_mesh_methods.py @@ -71,6 +71,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)." )