From 719d4363c470d5749d91d1ea91de0852bcff5ee6 Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 22 Aug 2012 11:47:12 +0000 Subject: [PATCH] Additional minor changes --- doc/salome/gui/SMESH/collect_mesh_methods.py | 5 +++++ 1 file changed, 5 insertions(+) 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: -- 2.30.2