STYLE: fix line length

This commit is contained in:
Ken Martin
2006-05-12 13:53:21 -04:00
parent 2bb24565e5
commit daa37f1163
17 changed files with 55 additions and 36 deletions
+2 -1
View File
@@ -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 "