diff options
author | Michele Calgaro <[email protected]> | 2014-10-18 23:04:45 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2014-10-18 23:04:45 +0900 |
commit | 8b32bdf532a706f0305424774506f5016f714c09 (patch) | |
tree | f847092af6e7c9033ff9ae07fc9b0d39d2b42927 /buildtools/lib/base | |
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 <[email protected]>
Diffstat (limited to 'buildtools/lib/base')
-rw-r--r-- | buildtools/lib/base/Mainpage.dox | 6 |
1 files changed, 3 insertions, 3 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. |