From: vsr Date: Wed, 22 Aug 2012 13:13:05 +0000 (+0000) Subject: Another minor correction X-Git-Tag: V6_6_0a1~193 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ce15afc1f3705f11a6c79c303666b1ee4cf663a3;p=modules%2Fsmesh.git Another minor correction --- diff --git a/doc/salome/gui/SMESH/collect_mesh_methods.py b/doc/salome/gui/SMESH/collect_mesh_methods.py index f1f284451..24fd31880 100755 --- a/doc/salome/gui/SMESH/collect_mesh_methods.py +++ b/doc/salome/gui/SMESH/collect_mesh_methods.py @@ -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." )