diff options
author | Brad King <brad.king@kitware.com> | 2003-07-21 21:13:53 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2003-07-21 21:13:53 (GMT) |
commit | be68519dd4a9474285ec62319f2a03047a3dc064 (patch) | |
tree | dd56cb53da408f1f0d53bcf24d5d16e0feeb2ef4 /Source/CursesDialog | |
parent | a1bb1a47129380421fd9490688502ce5bee2e59f (diff) | |
download | CMake-be68519dd4a9474285ec62319f2a03047a3dc064.zip CMake-be68519dd4a9474285ec62319f2a03047a3dc064.tar.gz CMake-be68519dd4a9474285ec62319f2a03047a3dc064.tar.bz2 |
ENH: Added introduction paragraph to documentation.
Diffstat (limited to 'Source/CursesDialog')
-rw-r--r-- | Source/CursesDialog/ccmake.cxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Source/CursesDialog/ccmake.cxx b/Source/CursesDialog/ccmake.cxx index 1dc5197..ceabe98 100644 --- a/Source/CursesDialog/ccmake.cxx +++ b/Source/CursesDialog/ccmake.cxx @@ -47,7 +47,11 @@ static const cmDocumentationEntry cmDocumentationUsage[] = static const cmDocumentationEntry cmDocumentationDescription[] = { {0, - "CMake reads ... ", 0}, + "The \"ccmake\" executable is the CMake curses interface. Project " + "configuration settings may be specified interactively through " + "this GUI. Brief instructions are provided at the bottom of the " + "terminal when the program is running.", 0}, + CMAKE_STANDARD_INTRODUCTION, {0,0,0} }; |