diff options
author | Will Schroeder <will.schroeder@kitware.com> | 2001-01-12 18:07:20 (GMT) |
---|---|---|
committer | Will Schroeder <will.schroeder@kitware.com> | 2001-01-12 18:07:20 (GMT) |
commit | 9a0e8e41deaf644a3f3fa10cb6b2cd2a2ba261b9 (patch) | |
tree | 483b87857eada89a24db38b3c7e408b63cf56cb4 /Source/cmUnixDefinesRule.h | |
parent | b67bacd1be4cbf64857c008e36a40ccb0c300948 (diff) | |
download | CMake-9a0e8e41deaf644a3f3fa10cb6b2cd2a2ba261b9.zip CMake-9a0e8e41deaf644a3f3fa10cb6b2cd2a2ba261b9.tar.gz CMake-9a0e8e41deaf644a3f3fa10cb6b2cd2a2ba261b9.tar.bz2 |
ENH:Tweaks to dump documentation
Diffstat (limited to 'Source/cmUnixDefinesRule.h')
-rw-r--r-- | Source/cmUnixDefinesRule.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmUnixDefinesRule.h b/Source/cmUnixDefinesRule.h index fcf0170..86e488f 100644 --- a/Source/cmUnixDefinesRule.h +++ b/Source/cmUnixDefinesRule.h @@ -78,8 +78,8 @@ public: virtual const char* FullDocumentation() { return - "Add -D flags to the command line for Unix only.\n" - "UNIX_DEFINES(-DFOO -DBAR)"; + "UNIX_DEFINES(-DFOO -DBAR)\n" + "Add -D flags to the command line for Unix only."; } }; |