ENH: fix line length style stuff

This commit is contained in:
Bill Hoffman
2006-03-10 11:13:15 -05:00
parent e0be3c7125
commit 6b47b28867
18 changed files with 73 additions and 35 deletions
+4 -2
View File
@@ -22,7 +22,8 @@
/** \class cmRemoveDefinitionsCommand
* \brief Specify a list of compiler defines
*
* cmRemoveDefinitionsCommand specifies a list of compiler defines. These defines will
* cmRemoveDefinitionsCommand specifies a list of compiler defines.
* These defines will
* be removed from the compile command.
*/
class cmRemoveDefinitionsCommand : public cmCommand
@@ -52,7 +53,8 @@ public:
*/
virtual const char* GetTerseDocumentation()
{
return "Removes -D define flags to the command line of C and C++ compilers.";
return
"Removes -D define flags to the command line of C and C++ compilers.";
}
/**