diff options
Diffstat (limited to 'src/Mainpage.dox')
-rw-r--r-- | src/Mainpage.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Mainpage.dox b/src/Mainpage.dox index 9eddd809..135e65e4 100644 --- a/src/Mainpage.dox +++ b/src/Mainpage.dox @@ -1,7 +1,7 @@ /** @mainpage The KDevelop Generic Shell -This library contains the Shell - a profile-based implementation of KDevelop plugin architecture. +This library contains the Shell - a profile-based implementation of TDevelop plugin architecture. <b>Link with</b>: -lkdevshell @@ -9,7 +9,7 @@ This library contains the Shell - a profile-based implementation of KDevelop plu \section creatingapp Creating an application using generic shell KDevelop platform applications can use generic shell as a ready to use implementation -of KDevelop plugin architecture. +of TDevelop plugin architecture. This is done by creating application %main.cpp file and @ref ShellExtension subclass. Example: |