From: vsr Date: Wed, 22 Aug 2012 11:47:12 +0000 (+0000) Subject: Additional minor changes X-Git-Tag: V6_6_0a1~194 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=719d4363c470d5749d91d1ea91de0852bcff5ee6;p=modules%2Fsmesh.git Additional minor changes --- diff --git a/doc/salome/gui/SMESH/collect_mesh_methods.py b/doc/salome/gui/SMESH/collect_mesh_methods.py index 715a07fc7..f1f284451 100755 --- a/doc/salome/gui/SMESH/collect_mesh_methods.py +++ b/doc/salome/gui/SMESH/collect_mesh_methods.py @@ -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: