summaryrefslogtreecommitdiffstats
path: root/src
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 /src
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 'src')
-rw-r--r--src/Mainpage.dox4
-rw-r--r--src/profileengine/lib/Mainpage.dox2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/Mainpage.dox b/src/Mainpage.dox
index 2f055d1b..8b5a020c 100644
--- a/src/Mainpage.dox
+++ b/src/Mainpage.dox
@@ -1,5 +1,5 @@
/**
-@mainpage The KDevelop Generic Shell
+@mainpage The TDevelop Generic Shell
This library contains the Shell - a profile-based implementation of TDevelop plugin architecture.
@@ -8,7 +8,7 @@ This library contains the Shell - a profile-based implementation of TDevelop plu
<b>Include path</b>: -I\$(kde_includes)/tdevelop/shell
\section creatingapp Creating an application using generic shell
-KDevelop platform applications can use generic shell as a ready to use implementation
+TDevelop platform applications can use generic shell as a ready to use implementation
of TDevelop plugin architecture.
This is done by creating application %main.cpp file and @ref ShellExtension subclass.
diff --git a/src/profileengine/lib/Mainpage.dox b/src/profileengine/lib/Mainpage.dox
index eb242dd9..d82dee69 100644
--- a/src/profileengine/lib/Mainpage.dox
+++ b/src/profileengine/lib/Mainpage.dox
@@ -1,5 +1,5 @@
/**
-@mainpage The KDevelop Shell Profiles Library
+@mainpage The TDevelop Shell Profiles Library
This library contains plugin profiles engine for TDevelop shell.