From cc6f53b61f59d6f3ac92e9af14710d4bd700d4ba Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Mon, 22 Oct 2007 13:28:49 -0400 Subject: ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now --- Source/cmGlobalKdevelopGenerator.cxx | 6 +++--- Source/cmGlobalXCodeGenerator.cxx | 6 +++--- 2 files changed, 6 insertions(+), 6 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. " diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx index f4895d1..2a974fa 100644 --- a/Source/cmGlobalXCodeGenerator.cxx +++ b/Source/cmGlobalXCodeGenerator.cxx @@ -2726,9 +2726,9 @@ cmGlobalXCodeGenerator::WriteXCodePBXProj(std::ostream& fout, void cmGlobalXCodeGenerator::GetDocumentation(cmDocumentationEntry& entry) const { - entry.name = this->GetName(); - entry.brief = "Generate XCode project files."; - entry.full = ""; + entry.Name = this->GetName(); + entry.Brief = "Generate XCode project files."; + entry.Full = ""; } //---------------------------------------------------------------------------- -- cgit v0.12