diff options
author | Ken Martin <ken.martin@kitware.com> | 2007-10-22 17:28:49 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2007-10-22 17:28:49 (GMT) |
commit | cc6f53b61f59d6f3ac92e9af14710d4bd700d4ba (patch) | |
tree | 24465443cce1a79824ba548057e9f9ab72c859ce /Source/cmGlobalKdevelopGenerator.cxx | |
parent | 6cdf03250568c2150094cddfb6542945903b41a1 (diff) | |
download | CMake-cc6f53b61f59d6f3ac92e9af14710d4bd700d4ba.zip CMake-cc6f53b61f59d6f3ac92e9af14710d4bd700d4ba.tar.gz CMake-cc6f53b61f59d6f3ac92e9af14710d4bd700d4ba.tar.bz2 |
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
Diffstat (limited to 'Source/cmGlobalKdevelopGenerator.cxx')
-rw-r--r-- | Source/cmGlobalKdevelopGenerator.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmGlobalKdevelopGenerator.cxx b/Source/cmGlobalKdevelopGenerator.cxx index 4490ee6..98a9d15 100644 --- a/Source/cmGlobalKdevelopGenerator.cxx +++ b/Source/cmGlobalKdevelopGenerator.cxx @@ -32,9 +32,9 @@ void cmGlobalKdevelopGenerator ::GetDocumentation(cmDocumentationEntry& entry, const char*) const { - entry.name = this->GetName(); - entry.brief = "Generates KDevelop 3 project files."; - entry.full = + entry.Name = this->GetName(); + entry.Brief = "Generates KDevelop 3 project files."; + entry.Full = "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. " |