Kaynağa Gözat

ENH: Added introduction paragraph to documentation.

Brad King 22 yıl önce
ebeveyn
işleme
be68519dd4
1 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  1. 5 1
      Source/CursesDialog/ccmake.cxx

+ 5 - 1
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}
 };