diff options
Diffstat (limited to 'languages')
-rw-r--r-- | languages/cpp/README.dox | 2 | ||||
-rw-r--r-- | languages/lib/debugger/Mainpage.dox | 2 | ||||
-rw-r--r-- | languages/lib/designer_integration/Mainpage.dox | 2 | ||||
-rw-r--r-- | languages/lib/interfaces/Mainpage.dox | 4 | ||||
-rw-r--r-- | languages/pascal/README.dox | 2 |
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. |