diff options
author | Ken Martin <ken.martin@kitware.com> | 2007-10-22 12:49:09 -0400 |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2007-10-22 12:49:09 -0400 |
commit | 6cdf03250568c2150094cddfb6542945903b41a1 (patch) | |
tree | d2180686ef12105d6855203eded0505775b507ab /Source/cmExtraCodeBlocksGenerator.cxx | |
parent | cfb84d8562646662cfee9622f657e8eacdd49f8c (diff) | |
download | cmake-6cdf03250568c2150094cddfb6542945903b41a1.tar.gz |
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
Diffstat (limited to 'Source/cmExtraCodeBlocksGenerator.cxx')
-rw-r--r-- | Source/cmExtraCodeBlocksGenerator.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmExtraCodeBlocksGenerator.cxx b/Source/cmExtraCodeBlocksGenerator.cxx index 2fe4bebc4c..16e4fb2259 100644 --- a/Source/cmExtraCodeBlocksGenerator.cxx +++ b/Source/cmExtraCodeBlocksGenerator.cxx @@ -45,9 +45,9 @@ http://forums.codeblocks.org/index.php/topic,6789.0.html void cmExtraCodeBlocksGenerator ::GetDocumentation(cmDocumentationEntry& entry, const char*) const { - entry.name = this->GetName(); - entry.brief = "Generates CodeBlocks project files."; - entry.full = + entry.Name = this->GetName(); + entry.Brief = "Generates CodeBlocks project files."; + entry.Full = "Project files for CodeBlocks will be created in the top directory " "and in every subdirectory which features a CMakeLists.txt file " "containing a PROJECT() call. " |