mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-19 04:00:32 +05:00
Additional minor changes
This commit is contained in:
parent
2051c93ef7
commit
719d4363c4
@ -44,6 +44,11 @@ def main(plugin, dummymeshhelp = True, output_file = "smesh.py"):
|
||||
pass
|
||||
if methods:
|
||||
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( "" )
|
||||
pass
|
||||
output.append( "## This class allows defining and managing a mesh." )
|
||||
output.append( "#" )
|
||||
if dummymeshhelp:
|
||||
|
Loading…
Reference in New Issue
Block a user