BUG: 1163 fix documentation

This commit is contained in:
Bill Hoffman 2004-09-17 09:01:49 -04:00
parent 09d01119c1
commit 2d3c33b19b
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ public:
virtual const char* GetFullDocumentation()
{
return
" PROJECT(projectname [C++] [C] [Java])\n"
" PROJECT(projectname [CXX] [C] [Java])\n"
"Sets the name of the project. "
"This creates the variables projectname_BINARY_DIR and projectname_SOURCE_DIR. "
"Optionally you can specify which languages your project supports. "