From bb7577f4e7d32fdaf55618697f460870285a870b Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Thu, 17 Nov 2005 11:04:11 -0500 Subject: STYLE: fix docs --- Source/cmSourceGroupCommand.h | 5 +++-- 1 file 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); -- cgit v0.12