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

svn path=/trunk/KDE/kdebase/workspace/; revision=691959
icc-effect-5.14.5
Alex Merry 2007-07-24 18:30:36 +00:00
parent 6f2e868d18
commit 4f509f0360
2 changed files with 43 additions and 11 deletions

View File

@ -1,5 +1,19 @@
/**
* @mainpage KWin
*
* KDE Window Manager
*/
/** @mainpage KWin
KWin is the KDE window manager.
@authors
Matthias Ettrich \<ettrich@kde.org\><br>
Lubos Lunak \<l.lunak@kde.org\>
@maintainers
Lubos Lunak \<l.lunak@kde.org\>
@licenses
@gpl
*/
// DOXYGEN_SET_PROJECT_NAME = KWin
// vim:ts=4:sw=4:expandtab:filetype=doxygen

View File

@ -1,7 +1,25 @@
/**
* @mainpage KWin Libraries
*
* This directory provides the interfaces for the window manager effects
* interface and the interface for window decorations.
*
/** @mainpage KWin Libraries
There are two libraries provided: libkdecorations and libkwineffects.
<p>
libkdecorations is a library for implementing window decoration plugins
for KWin.
libkwineffects is a library for implementing window transition effect
plugins for KWin.
@authors
Lubos Lunak \<l.lunak@kde.org\><br>
Rivo Laks \<rivolaks@hot.ee\>
@maintainers
Lubos Lunak \<l.lunak@kde.org\>
@licences
libkdecorations: @bsd<br>
libkwineffects: @gpl
*/
// DOXYGEN_SET_PROJECT_NAME = KWin Libraries
// vim:ts=4:sw=4:expandtab:filetype=doxygen