STYLE: fix comment

Alex
This commit is contained in:
Alexander Neundorf 2007-06-05 16:37:27 -04:00
parent 179943bf14
commit 1358009382

View File

@ -132,14 +132,13 @@ public:
unsigned long GetNumberOfProgressActionsInAll unsigned long GetNumberOfProgressActionsInAll
(cmLocalUnixMakefileGenerator3 *lg); (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 * 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 * doesn't make sense, e.g. because the full output is parsed by an
* IDE/editor. * IDE/editor.
*/ */
bool GetForceVerboseMakefiles() { return this->ForceVerboseMakefiles; }
void SetForceVerboseMakefiles(bool enable) void SetForceVerboseMakefiles(bool enable)
{this->ForceVerboseMakefiles=enable;} {this->ForceVerboseMakefiles=enable;}