summaryrefslogtreecommitdiffstats
path: root/languages
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 /languages
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 'languages')
-rw-r--r--languages/cpp/README.dox2
-rw-r--r--languages/lib/debugger/Mainpage.dox2
-rw-r--r--languages/lib/designer_integration/Mainpage.dox2
-rw-r--r--languages/lib/interfaces/Mainpage.dox4
-rw-r--r--languages/pascal/README.dox2
5 files changed, 6 insertions, 6 deletions
diff --git a/languages/cpp/README.dox b/languages/cpp/README.dox
index 460c4cc7..7e9e0fd5 100644
--- a/languages/cpp/README.dox
+++ b/languages/cpp/README.dox
@@ -1,5 +1,5 @@
/** \class CppSupportPart
-Provides C/C++ language support for KDevelop.
+Provides C/C++ language support for TDevelop.
Well the first thing you should read is lib/catalog it contains the source of the persistant class store
after that languages/cpp/tag_creator.*
diff --git a/languages/lib/debugger/Mainpage.dox b/languages/lib/debugger/Mainpage.dox
index 5d8b3f2e..90c16a2a 100644
--- a/languages/lib/debugger/Mainpage.dox
+++ b/languages/lib/debugger/Mainpage.dox
@@ -1,5 +1,5 @@
/**
-@mainpage The KDevelop %Debugger Support Library
+@mainpage The TDevelop %Debugger Support Library
This library contains classes to implement debugger support for a programming language.
diff --git a/languages/lib/designer_integration/Mainpage.dox b/languages/lib/designer_integration/Mainpage.dox
index 1f2db949..8f114046 100644
--- a/languages/lib/designer_integration/Mainpage.dox
+++ b/languages/lib/designer_integration/Mainpage.dox
@@ -1,5 +1,5 @@
/**
-@mainpage The KDevelop Designer Integration Support Library
+@mainpage The TDevelop Designer Integration Support Library
This library contains base classes to implement GUI designer integration in language support plugins.
diff --git a/languages/lib/interfaces/Mainpage.dox b/languages/lib/interfaces/Mainpage.dox
index c8cd98b7..09d235df 100644
--- a/languages/lib/interfaces/Mainpage.dox
+++ b/languages/lib/interfaces/Mainpage.dox
@@ -1,7 +1,7 @@
/**
-@mainpage The KDevelop Language Support Interfaces Library
+@mainpage The TDevelop Language Support Interfaces Library
-This library contains interfaces for KDevelop language support facilities.
+This library contains interfaces for TDevelop language support facilities.
<b>Link with</b>: -llang_interfaces
diff --git a/languages/pascal/README.dox b/languages/pascal/README.dox
index 52ef50b1..d41ad832 100644
--- a/languages/pascal/README.dox
+++ b/languages/pascal/README.dox
@@ -19,7 +19,7 @@ with the one from <a href="ftp://fara.cs.uni-potsdam.de/incoming/CppCodeGenerato
\bug Language parser can sometimes treat correct lines as errors. Please send sample code to maintainer if you have this problem.
-\faq <b>Why KDevelop does not provide GNU pascal compiler plugin?</b> If you need GNU pascal compiler plugin, please write about it to maintainer and prepare to help testing it.
+\faq <b>Why TDevelop does not provide GNU pascal compiler plugin?</b> If you need GNU pascal compiler plugin, please write about it to maintainer and prepare to help testing it.
\faq <b>Compiler plugin lacks option X.</b> Write about it to maintaner or send a patch. Adding compiler options is easy task. Just look at languages/pascal/compiler directory.