SVN commit 794080 by aclu: More and better info M +34 -4 Mainpage.dox --- trunk/KDE/kdevelop/doc/api/Mainpage.dox #794079:794080 @@ -3,22 +3,52 @@ */ /** -\mainpage The KDevelop API Documentation +\mainpage The KDevelop Source Code Documentation %KDevelop is an easy to use IDE (Integrated Development Environment) for developing applications -under Unix, MacOS and Windows. +under Unix, MacOS, Windows, Solaris and BSD. \n \n -%KDevelop Platform is set of libraries and tools that are used to build IDEs (Integrated Development Environments), +%KDevelop itself is written in C++. To simplify its code it uses several libraries as can be seen in the diagram bellow. +%KDevelop Platform is a set of libraries and tools that are used to build IDEs (Integrated Development Environments), applications similar to IDEs (web development enviroment, text editors for programmers and designers, etc.) and/or IDE plugins for all possible purposes. -Platform provides: +%KDevelop Platform provides: - the plugin architecture (interfaces); - the common support libraries; - the generic shell with plugin profiles support. . +%KDevelop Platform, %KDE and %KDevelop itself all use the Qt C++ framework. +This framework can be used on top of many operative systems. +This makes %KDevelop a trully multiplatform application. + + + + + + + + + + + + + + + +
%KDevelop
source code documentation
%KDevelop Platform Libraries >= 4.0
API Reference
%KDE Library >= 4.1
API Reference
Qt C++ Framework >= 4.4
Reference documentation
Operative system
+ Any of: +
+ + \section Introduction Introduction This document is targeted at all those that want to add or improve KDevelop's source code.