diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-11-17 16:04:11 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-11-17 16:04:11 (GMT) |
commit | bb7577f4e7d32fdaf55618697f460870285a870b (patch) | |
tree | 7ac476965ce64f1500d149d3c98b1ac5117ee915 | |
parent | 590377dcdddeb6b894c9c4e3f152a081ff879ceb (diff) | |
download | CMake-bb7577f4e7d32fdaf55618697f460870285a870b.zip CMake-bb7577f4e7d32fdaf55618697f460870285a870b.tar.gz CMake-bb7577f4e7d32fdaf55618697f460870285a870b.tar.bz2 |
STYLE: fix docs
-rw-r--r-- | Source/cmSourceGroupCommand.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/cmSourceGroupCommand.h b/Source/cmSourceGroupCommand.h index 146f8b5..b32f3da 100644 --- a/Source/cmSourceGroupCommand.h +++ b/Source/cmSourceGroupCommand.h @@ -68,8 +68,9 @@ public: "be placed in this group. If a file matches multiple groups, the LAST " "group that explicitly lists the file will be favored, if any. If no " "group explicitly lists the file, the LAST group whose regular " - "expression matches the file will be favored. For backwards compatibility," - "this command is also supports the format SOURCE_GROUP(name regex)."; + "expression matches the file will be favored. For backwards " + "compatibility, this command is also supports the format:\n" + " SOURCE_GROUP(name regex)"; } cmTypeMacro(cmSourceGroupCommand, cmCommand); |