summaryrefslogtreecommitdiffstats
path: root/buildtools/lib
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-10-18 23:04:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-10-18 23:04:45 +0900
commit8b32bdf532a706f0305424774506f5016f714c09 (patch)
treef847092af6e7c9033ff9ae07fc9b0d39d2b42927 /buildtools/lib
parent85bc8e43e622bc0a7f4bfbeef817a7697ff65b64 (diff)
downloadtdevelop-8b32bdf532a706f0305424774506f5016f714c09.tar.gz
tdevelop-8b32bdf532a706f0305424774506f5016f714c09.zip
Fixed generation of API documentation. Updated TDevelop API documentation toc file. This relates to bug 1859.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'buildtools/lib')
-rw-r--r--buildtools/lib/base/Mainpage.dox6
-rw-r--r--buildtools/lib/parsers/autotools/Mainpage.dox2
-rw-r--r--buildtools/lib/parsers/qmake/Mainpage.dox2
-rw-r--r--buildtools/lib/widgets/Mainpage.dox2
4 files changed, 6 insertions, 6 deletions
diff --git a/buildtools/lib/base/Mainpage.dox b/buildtools/lib/base/Mainpage.dox
index 3e16d2d8..556e703a 100644
--- a/buildtools/lib/base/Mainpage.dox
+++ b/buildtools/lib/base/Mainpage.dox
@@ -1,7 +1,7 @@
/**
-@mainpage The KDevelop Buildtool Base Library
+@mainpage The TDevelop Buildtool Base Library
-This library contains base classes for KDevelop builtool support plugins.
+This library contains base classes for TDevelop builtool support plugins.
<b>Link with</b>: -lkdevbuildbase
@@ -10,7 +10,7 @@ This library contains base classes for KDevelop builtool support plugins.
\section btbaseoverview Overview
This library is created to provide KDevBuildTool compat class which can be used
as drop-in replacement of KDevProject class for buildtool support plugins
-written for old KDevelop architecture (before version 3.2).
+written for old TDevelop architecture (before version 3.2).
Nevertheless, it can be useful for new buildtool plugins as well because it provides
useful methods to get application and make frontend extensions.
diff --git a/buildtools/lib/parsers/autotools/Mainpage.dox b/buildtools/lib/parsers/autotools/Mainpage.dox
index d54178ee..e1e9176e 100644
--- a/buildtools/lib/parsers/autotools/Mainpage.dox
+++ b/buildtools/lib/parsers/autotools/Mainpage.dox
@@ -1,5 +1,5 @@
/**
-@mainpage The KDevelop Makefile.am Parser
+@mainpage The TDevelop Makefile.am Parser
This library contains a parser that handles Makefile.am.
diff --git a/buildtools/lib/parsers/qmake/Mainpage.dox b/buildtools/lib/parsers/qmake/Mainpage.dox
index 82270be0..c1508045 100644
--- a/buildtools/lib/parsers/qmake/Mainpage.dox
+++ b/buildtools/lib/parsers/qmake/Mainpage.dox
@@ -1,5 +1,5 @@
/**
-@mainpage The KDevelop QMake Parser
+@mainpage The TDevelop QMake Parser
This library contains qmake parser.
diff --git a/buildtools/lib/widgets/Mainpage.dox b/buildtools/lib/widgets/Mainpage.dox
index 750061c1..416b803f 100644
--- a/buildtools/lib/widgets/Mainpage.dox
+++ b/buildtools/lib/widgets/Mainpage.dox
@@ -1,5 +1,5 @@
/**
-@mainpage The KDevelop Buildtool Widgets Library
+@mainpage The TDevelop Buildtool Widgets Library
This library contains widgets commonly used in buildtool support plugins.