Salome HOME
PR: synchro V6_main tag mergeto_V7_main_11Feb13
[modules/smesh.git] / doc / salome / gui / SMESH / collect_mesh_methods.py
index f1f284451458bc8a8613270683c22c4aa89760e1..24fd31880739affeb4c7188241337096c1ec80f4 100755 (executable)
@@ -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." )