diff --git a/Mainpage.dox b/Mainpage.dox index de5dbfc50..ae3d2c2ee 100644 --- a/Mainpage.dox +++ b/Mainpage.dox @@ -1,43 +1,55 @@ /*! * @mainpage The KDevelop Platform Libraries API Reference * * * The KDE online class reference for the current development version of * the KDevelop Platform Libraries. * * The libraries available in this KDE module are: * + * - debugger. + * Debugger Interfaces and support library. + * + * - documentation. + * Documentation support library. + * * - interfaces. * Library with the basic interfaces for the Shell. * * - language. * Language Interfaces and helper library. * * - outputview. * Interface and Library for the Outputview. * * - project. * Project library and manager interfaces. * * - shell. * The application shell. * + * - serialization. + * A library for code metadata storage. + * * - sublime. * Sublime the user interface library. * + * - tests. + * Testing support library. + * * - util. * A library with stuff that doesn't fit elsewhere. * * - vcs. * Interfaces and support library for Version Control Systems. * * @b Read about the KDevelop Platform architecture in * the \ref architecture. * * @b Follow the development of these libraries. Please consider joining the * KDevelop Development Mailing List (archives). */ // DOXYGEN_NAME="KDevelop Platform Libraries" // DOXYGEN_ENABLE=YES // DOXYGEN_SET_WARN_LOGFILE=doxygen.log diff --git a/debugger/Mainpage.dox b/debugger/Mainpage.dox new file mode 100644 index 000000000..4fb5fc0e5 --- /dev/null +++ b/debugger/Mainpage.dox @@ -0,0 +1,11 @@ +/*! + * @mainpage Debugger library + * + * @licenses + * @lgpl + * + * For questions and discussons contact the + * kdevelop-devel@kde.org mailing list. + */ + +// DOXYGEN_PROJECT_NAME=Debugger library diff --git a/documentation/Mainpage.dox b/documentation/Mainpage.dox new file mode 100644 index 000000000..e3e27f763 --- /dev/null +++ b/documentation/Mainpage.dox @@ -0,0 +1,11 @@ +/*! + * @mainpage Documentation library + * + * @licenses + * @lgpl + * + * For questions and discussons contact the + * kdevelop-devel@kde.org mailing list. + */ + +// DOXYGEN_PROJECT_NAME=Documentation library diff --git a/serialization/Mainpage.dox b/serialization/Mainpage.dox new file mode 100644 index 000000000..3059ba110 --- /dev/null +++ b/serialization/Mainpage.dox @@ -0,0 +1,11 @@ +/*! + * @mainpage Serialization library + * + * @licenses + * @lgpl + * + * For questions and discussions contact the + * kdevelop-devel@kde.org mailing list. + */ + +// DOXYGEN_PROJECT_NAME=Serialization library diff --git a/tests/Mainpage.dox b/tests/Mainpage.dox new file mode 100644 index 000000000..0ab6ca957 --- /dev/null +++ b/tests/Mainpage.dox @@ -0,0 +1,11 @@ +/*! + * @mainpage Tests library + * + * @licenses + * @lgpl + * + * For questions and discussions contact the + * kdevelop-devel@kde.org mailing list. + */ + +// DOXYGEN_PROJECT_NAME=Tests library