mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-19 03:50:33 +05:00
small correction of generated documentation
This commit is contained in:
parent
5e2d03fd99
commit
2051c93ef7
@ -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)." )
|
||||
|
Loading…
Reference in New Issue
Block a user