summaryrefslogtreecommitdiffstats
path: root/Source/cmExtraCodeBlocksGenerator.cxx
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-08-28 19:13:01 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-08-28 19:13:01 (GMT)
commit172821eb3810645857b5e8d9dff13f59612334dc (patch)
tree4ce5bf184204a744885ab771963ec9a831cf142e /Source/cmExtraCodeBlocksGenerator.cxx
parent3daac0432c4e54f90fc82eb5ba885800bd8b04eb (diff)
downloadCMake-172821eb3810645857b5e8d9dff13f59612334dc.zip
CMake-172821eb3810645857b5e8d9dff13f59612334dc.tar.gz
CMake-172821eb3810645857b5e8d9dff13f59612334dc.tar.bz2
STYLE: add links to docs
Alex
Diffstat (limited to 'Source/cmExtraCodeBlocksGenerator.cxx')
-rw-r--r--Source/cmExtraCodeBlocksGenerator.cxx13
1 files changed, 13 insertions, 0 deletions
diff --git a/Source/cmExtraCodeBlocksGenerator.cxx b/Source/cmExtraCodeBlocksGenerator.cxx
index acc2756..3c90ca7 100644
--- a/Source/cmExtraCodeBlocksGenerator.cxx
+++ b/Source/cmExtraCodeBlocksGenerator.cxx
@@ -27,6 +27,19 @@
#include <cmsys/SystemTools.hxx>
+/* Some useful URLs:
+Homepage:
+http://www.codeblocks.org
+
+File format docs:
+http://wiki.codeblocks.org/index.php?title=File_formats_description
+http://wiki.codeblocks.org/index.php?title=Workspace_file
+http://wiki.codeblocks.org/index.php?title=Project_file
+
+Discussion:
+http://forums.codeblocks.org/index.php/topic,6789.0.html
+*/
+
//----------------------------------------------------------------------------
void cmExtraCodeBlocksGenerator
::GetDocumentation(cmDocumentationEntry& entry, const char*) const