ENH: Cleaned up documentation and formatted it for use by cmDocumentation.

This commit is contained in:
Brad King
2003-02-14 18:47:16 -05:00
parent dec0b51066
commit a02574158d
75 changed files with 612 additions and 365 deletions
+3 -3
View File
@@ -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.";
}