diff options
author | Brad King <brad.king@kitware.com> | 2003-02-14 23:47:16 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2003-02-14 23:47:16 (GMT) |
commit | a02574158d178615cf8fd642695e5099b6041049 (patch) | |
tree | df9f52770e9c2ff771988ae1a91ec0b2287548da /Source/cmSourceGroupCommand.h | |
parent | dec0b5106611cbccd1f75c1fa3371d66bdd69a47 (diff) | |
download | CMake-a02574158d178615cf8fd642695e5099b6041049.zip CMake-a02574158d178615cf8fd642695e5099b6041049.tar.gz CMake-a02574158d178615cf8fd642695e5099b6041049.tar.bz2 |
ENH: Cleaned up documentation and formatted it for use by cmDocumentation.
Diffstat (limited to 'Source/cmSourceGroupCommand.h')
-rw-r--r-- | Source/cmSourceGroupCommand.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmSourceGroupCommand.h b/Source/cmSourceGroupCommand.h index 3367809..dea9850 100644 --- a/Source/cmSourceGroupCommand.h +++ b/Source/cmSourceGroupCommand.h @@ -71,9 +71,9 @@ public: virtual const char* GetFullDocumentation() { return - "SOURCE_GROUP(name regex)\n" - "Defines a new source group. Any file whose name matches the regular\n" - "expression will be placed in this group. The LAST regular expression\n" + " SOURCE_GROUP(name regex)\n" + "Defines a new source group. Any file whose name matches the regular " + "expression will be placed in this group. The LAST regular expression " "of all defined SOURCE_GROUPs that matches the file will be selected."; } |