BUG: 1163 fix documentation
This commit is contained in:
parent
09d01119c1
commit
2d3c33b19b
|
@ -72,7 +72,7 @@ public:
|
||||||
virtual const char* GetFullDocumentation()
|
virtual const char* GetFullDocumentation()
|
||||||
{
|
{
|
||||||
return
|
return
|
||||||
" PROJECT(projectname [C++] [C] [Java])\n"
|
" PROJECT(projectname [CXX] [C] [Java])\n"
|
||||||
"Sets the name of the project. "
|
"Sets the name of the project. "
|
||||||
"This creates the variables projectname_BINARY_DIR and projectname_SOURCE_DIR. "
|
"This creates the variables projectname_BINARY_DIR and projectname_SOURCE_DIR. "
|
||||||
"Optionally you can specify which languages your project supports. "
|
"Optionally you can specify which languages your project supports. "
|
||||||
|
|
Loading…
Reference in New Issue