mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
Another minor correction
This commit is contained in:
parent
719d4363c4
commit
ce15afc1f3
@ -46,7 +46,7 @@ def main(plugin, dummymeshhelp = True, output_file = "smesh.py"):
|
||||
output = []
|
||||
if dummymeshhelp:
|
||||
output.append( "## @package smesh" )
|
||||
output.append( "# Documentation of the methods dynamically added by the GHS3D meshing plug-in to the Mesh class." )
|
||||
output.append( "# Documentation of the methods dynamically added by the " + plugin + " meshing plug-in to the Mesh class." )
|
||||
output.append( "" )
|
||||
pass
|
||||
output.append( "## This class allows defining and managing a mesh." )
|
||||
|
Loading…
Reference in New Issue
Block a user