Apidocs mainpage work. Just got Plasma and Solid to do here.

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=691959
This commit is contained in:
Alex Merry 2007-07-24 18:30:36 +00:00
parent 08c57e9eaf
commit aad2d63975
2 changed files with 39 additions and 18 deletions

View File

@ -1,12 +1,39 @@
/**
* @mainpage Plasma libraries
*
* This directory contains the classes making up libplasma, which provides the
* core framework used by Plasma and its components. This includes applet and
* extension definitions and loading, <a href="../widgets/html">common GUI
* elements</a>, etc.
*
* Domain specific sets of functionality, e.g. for network awareness or sensors,
* are not found here but in one of the Plasma <a href="../../engines/html">Engines</a>.
*
*/
/** @mainpage Plasma libraries
This directory contains the classes making up libplasma, which provides the
core framework used by Plasma and its components. This includes applet and
extension definitions and loading, common GUI elements, etc.
Domain specific sets of functionality, e.g. for network awareness or sensors,
are not found here but in one of the Plasma <a href="../../engines/html">Engines</a>.
Please refer to the <a href="http://plasma.kde.org">Plasma website</a> for API
documentation and design documents regarding this library.
If you want to write plasmoids (%Plasma plugins), have a look a the
<a href="http://techbase.kde.org/Development/Tutorials/Plasma">Plasma tutorials</a>
on TechBase.
@authors
Aaron Seigo \<aseigo@kde.org\><br>
Alexander Wiedenbruch \<wirr01@gmail.com\><br>
Matt Broadstone \<mbroadst@gmail.com\><br>
Riccardo Iaconelli \<ruphy@fsfe.org\><br>
Jani Huhtanen \<jani.huhtanen@tut.fi\><br>
Siraj Razick \<siraj@kde.net\><br>
André Duffeck \<andre@duffeck.de\><br>
Matias Valdenegro T. \<mvaldenegro@informatica.utem.cl\><br>
Rafael Fernández López \<ereslibre@gmail.com\><br>
Matt Broadstone \<mbroadst@gmail.com\>
@maintainers
Aaron Seigo \<aseigo@kde.org\>
@licenses
@lgpl
*/
// DOXYGEN_SET_PROJECT_NAME = libplasma
// DOXYGEN_SET_RECURSIVE = YES
// vim:ts=4:sw=4:expandtab:filetype=doxygen

View File

@ -1,6 +0,0 @@
/**
* @mainpage Plasma Widgets
*
* Various classes that emulate Qt widgets within Plasma
*
*/