summaryrefslogtreecommitdiff
path: root/Source/cmFLTKWrapUICommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-12-30 07:47:03 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2002-12-30 07:47:03 -0500
commit455b262cfeaedaa9f472e4f80160fd06d9331459 (patch)
treebfb329a39ac5fd2c51d7fdc896aab3704555ea0c /Source/cmFLTKWrapUICommand.h
parent1bf59ded665ebd20b2633a43abab4a89d34fff4f (diff)
downloadcmake-455b262cfeaedaa9f472e4f80160fd06d9331459.tar.gz
ENH: clean up docs some
Diffstat (limited to 'Source/cmFLTKWrapUICommand.h')
-rw-r--r--Source/cmFLTKWrapUICommand.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/cmFLTKWrapUICommand.h b/Source/cmFLTKWrapUICommand.h
index 5e4420298d..0c34cd377d 100644
--- a/Source/cmFLTKWrapUICommand.h
+++ b/Source/cmFLTKWrapUICommand.h
@@ -69,9 +69,8 @@ public:
virtual const char* GetFullDocumentation()
{
return
- "FLTK_WRAP_UI(resultingLibraryName SourceList)\n"
- "Produce .h and .cxx files for all the .fl and .fld file listed "
- "in the SourceList.\n"
+ "FLTK_WRAP_UI(resultingLibraryName source1 source2 ... sourceN )\n"
+ "Produce .h and .cxx files for all the .fl and .fld file listed.\n"
"The .h files will be added to the library using the base name in\n"
"source list.\n"
"The .cxx files will be added to the library using the base name in \n"