diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-10-18 23:04:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-10-18 23:04:45 +0900 |
commit | 8b32bdf532a706f0305424774506f5016f714c09 (patch) | |
tree | f847092af6e7c9033ff9ae07fc9b0d39d2b42927 /doc/api/Mainpage.dox | |
parent | 85bc8e43e622bc0a7f4bfbeef817a7697ff65b64 (diff) | |
download | tdevelop-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 'doc/api/Mainpage.dox')
-rw-r--r-- | doc/api/Mainpage.dox | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/api/Mainpage.dox b/doc/api/Mainpage.dox index 262cd2ed..f399fb40 100644 --- a/doc/api/Mainpage.dox +++ b/doc/api/Mainpage.dox @@ -3,24 +3,24 @@ */ /** -\mainpage The KDevelop %API %Documentation +\mainpage The TDevelop %API %Documentation -KDevelop is an easy to use IDE (Integrated Development Environment) for developing applications under X11. +TDevelop is an easy to use IDE (Integrated Development Environment) for developing applications under X11. \section intro Introduction -This document is targeted at all those that want to add or improve KDevelop's source code. -If you are instead looking for a user manual, just go to the help menu of your KDevelop and select KDevelop handbook. -This documentation contains the KDevelop online class reference for the current -development version of KDevelop. Additionally, you +This document is targeted at all those that want to add or improve TDevelop's source code. +If you are instead looking for a user manual, just go to the help menu of your TDevelop and select TDevelop handbook. +This documentation contains the TDevelop online class reference for the current +development version of TDevelop. Additionally, you can subscribe or read the <a href="http://www.kdevelop.org/index.html?filename=mailinglist.html">mailing list</a> for any additions and/or modifications to the %API. An on-line, updated every 24H, html version of this documentation can be found at: http://www.kdevelop.org/HEAD/doc/api/html/index.html -More information about the KDevelop architecture in form of tutorials, HOWTOs, +More information about the TDevelop architecture in form of tutorials, HOWTOs, and FAQs can be found at -the <a href="http://www.kdevelop.org">KDevelop website</a>. +the <a href="http://www.kdevelop.org">TDevelop website</a>. \section status Current Status @@ -29,9 +29,9 @@ Here you can see the current \ref requirements and the \ref features. There is also a \ref LangSupportStatus (doc/api/LangSupportStatus.dox file) page and a \ref EditorsSupportStatus (doc/api/EditorsSupportStatus.dox file) page. -\section expand How to expand KDevelop +\section expand How to expand TDevelop -First of all read the \ref architecture (doc/api/Architecture.dox file) then you can find more information on how to expand KDevelop: +First of all read the \ref architecture (doc/api/Architecture.dox file) then you can find more information on how to expand TDevelop: - \ref howToAddPlugins (doc/api/HowToAddPlugins.dox file) - \ref howToAddProgrammingLanguages (doc/api/HowToAddProgrammingLanguages.dox file) - \ref howToAddApplicationTemplates (doc/api/HowToAddApplicationTemplates.dox file) @@ -49,8 +49,8 @@ Here is a priority ordered list: -# fix the bugs in the \ref bug -# fix the dispersed \ref todo all over the code. . -There are some \ref unmaintained parts in KDevelop. You migth want to "adopt" one. :)\n -There is also \ref FutureTasks (doc/api/FutureTasks.dox file). Put all ideas for the future KDevelop releases there. It is also a good place to comment on those ideas. +There are some \ref unmaintained parts in TDevelop. You migth want to "adopt" one. :)\n +There is also \ref FutureTasks (doc/api/FutureTasks.dox file). Put all ideas for the future TDevelop releases there. It is also a good place to comment on those ideas. \section misc Misc @@ -59,7 +59,7 @@ There is also \ref FutureTasks (doc/api/FutureTasks.dox file). Put all ideas for - \ref FAQ - \ref deprecated -\section misc_libs Miscellaneous libraries included in KDevelop +\section misc_libs Miscellaneous libraries included in TDevelop - \ref PropEditor \section howTobuildAPIlocalcopy How to build a local copy of this documentation |