Apidocs mainpage work. Just got Plasma and Solid to do here.
svn path=/trunk/KDE/kdebase/workspace/; revision=691959
This commit is contained in:
parent
6f2e868d18
commit
4f509f0360
2 changed files with 43 additions and 11 deletions
24
Mainpage.dox
24
Mainpage.dox
|
@ -1,5 +1,19 @@
|
||||||
/**
|
/** @mainpage KWin
|
||||||
* @mainpage KWin
|
|
||||||
*
|
KWin is the KDE window manager.
|
||||||
* 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
|
||||||
|
|
|
@ -1,7 +1,25 @@
|
||||||
/**
|
/** @mainpage KWin Libraries
|
||||||
* @mainpage KWin Libraries
|
|
||||||
*
|
There are two libraries provided: libkdecorations and libkwineffects.
|
||||||
* This directory provides the interfaces for the window manager effects
|
<p>
|
||||||
* interface and the interface for window decorations.
|
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
|
||||||
|
|
Loading…
Reference in a new issue