ENH:Tweaks to dump documentation

This commit is contained in:
Will Schroeder
2001-01-12 13:07:20 -05:00
parent b67bacd1be
commit 9a0e8e41de
9 changed files with 109 additions and 108 deletions

View File

@@ -73,7 +73,7 @@ public:
virtual const char* FullDocumentation()
{
return
"INCLUDE_DIRECTORIES(dir1 dir2 ...).\n";
"INCLUDE_DIRECTORIES(dir1 dir2 ...)";
}
};