From 2051c93ef7b7a687475d4ee79ccaaec1542c05b0 Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 22 Aug 2012 10:31:25 +0000 Subject: [PATCH] small correction of generated documentation --- doc/salome/gui/SMESH/collect_mesh_methods.py | 1 + 1 file changed, 1 insertion(+) 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)." ) -- 2.30.2