DOC: documentation change
This commit is contained in:
parent
72e125ca1f
commit
3dc02020d9
|
@ -42,11 +42,11 @@ void cmGlobalKdevelopGenerator::GetDocumentation(cmDocumentationEntry& entry) co
|
||||||
entry.name = this->GetName();
|
entry.name = this->GetName();
|
||||||
entry.brief = "Generates KDevelop 3 project files.";
|
entry.brief = "Generates KDevelop 3 project files.";
|
||||||
entry.full =
|
entry.full =
|
||||||
"A hierarchy of UNIX makefiles is generated into the build tree. Any "
|
"Project files for KDevelop 3 will be created in the top directory and in every subdirectory "
|
||||||
|
"which features a CMakeLists.txt file containing a PROJECT() call. "
|
||||||
|
"If you change the settings using KDevelop cmake will try its best "
|
||||||
|
"to keep your changes when regenerating the project files. "
|
||||||
|
"Additionally a hierarchy of UNIX makefiles is generated into the build tree. Any "
|
||||||
"standard UNIX-style make program can build the project through the "
|
"standard UNIX-style make program can build the project through the "
|
||||||
"default make target. A \"make install\" target is also provided."
|
"default make target. A \"make install\" target is also provided.";
|
||||||
"Additionally in each directory which features executable or library"
|
|
||||||
" targets a KDevelop 3 project file is generated.\n"
|
|
||||||
"If you change the settings using KDevelop your cmake will try its best"
|
|
||||||
"to keep your changes when regenerating the project files.";
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue