Salome HOME
small correction of generated documentation
[modules/smesh.git] / doc / salome / gui / SMESH / collect_mesh_methods.py
index 97fb9784e1943cd9cf39fc7c0d996f4e8c028c55..715a07fc7733cb6b7e6ee3705228def12aacc787 100755 (executable)
@@ -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)." )