mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 10:52:51 +00:00
21 lines
465 B
Text
21 lines
465 B
Text
/** @mainpage Task management library
|
|
|
|
This directory contains the classes making up libtaskmanager, which
|
|
provides task management facilities such as might be useful for a
|
|
taskbar implementation.
|
|
|
|
@authors
|
|
Matthias Elter \<elter@kde.org\>
|
|
Richard Moore \<rich@kde.org\>
|
|
John Firebaugh \<jfirebaugh@kde.org\>
|
|
|
|
@maintainers
|
|
Aaron Seigo \<aseigo@kde.org\>
|
|
|
|
@licenses
|
|
@lgpl
|
|
|
|
*/
|
|
|
|
// DOXYGEN_SET_PROJECT_NAME = libtaskmanager
|
|
// vim:ts=4:sw=4:expandtab:filetype=doxygen
|