diff options
Diffstat (limited to 'Source/cmSourceGroupCommand.h')
-rw-r--r-- | Source/cmSourceGroupCommand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmSourceGroupCommand.h b/Source/cmSourceGroupCommand.h index c202d24..0b95605 100644 --- a/Source/cmSourceGroupCommand.h +++ b/Source/cmSourceGroupCommand.h @@ -61,7 +61,8 @@ public: virtual const char* GetFullDocumentation() { return - " SOURCE_GROUP(name [REGULAR_EXPRESSION regex] [FILES src1 src2 ...])\n" + " SOURCE_GROUP(name [REGULAR_EXPRESSION regex] " + "[FILES src1 src2 ...])\n" "Defines a group into which sources will be placed in project files. " "This is mainly used to setup file tabs in Visual Studio. " "Any file whose name is listed or matches the regular expression will " |