Additional minor changes

This commit is contained in:
vsr 2012-08-22 11:47:12 +00:00
parent 2051c93ef7
commit 719d4363c4

View File

@ -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: