small correction of generated documentation

This commit is contained in:
vsr 2012-08-22 10:31:25 +00:00
parent 5e2d03fd99
commit 2051c93ef7

View File

@ -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)." )