Преглед на файлове

STYLE: fix comment

Alex
Alexander Neundorf преди 18 години
родител
ревизия
1358009382
променени са 1 файла, в които са добавени 2 реда и са изтрити 3 реда
  1. 2 3
      Source/cmGlobalUnixMakefileGenerator3.h

+ 2 - 3
Source/cmGlobalUnixMakefileGenerator3.h

@@ -132,14 +132,13 @@ public:
   unsigned long GetNumberOfProgressActionsInAll
   (cmLocalUnixMakefileGenerator3 *lg);
 
-  /** Get whether the generator should use a script for link commands.  */
-  bool GetForceVerboseMakefiles() { return this->ForceVerboseMakefiles; }
   /**
-   * If set to true, the CMake variable CMAKE_VERBOSE_MAKEFILES doesn't have
+   * If true, the CMake variable CMAKE_VERBOSE_MAKEFILES doesn't have effect
    * anymore. Set it to true when writing a generator where short output
    * doesn't make sense, e.g. because the full output is parsed by an
    * IDE/editor.
    */
+  bool GetForceVerboseMakefiles() { return this->ForceVerboseMakefiles; }
   void SetForceVerboseMakefiles(bool enable) 
     {this->ForceVerboseMakefiles=enable;}