mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 18:32:51 +00:00
26 lines
720 B
Text
26 lines
720 B
Text
/*!
|
|
* @mainpage Microblog - a microblogging library for KDE.
|
|
*
|
|
* @section purpose Purpose
|
|
*
|
|
* Microblog provides some helper functions for the Microblog Akonadi Resource.
|
|
*
|
|
* @section desc Description
|
|
*
|
|
* Microblog is a library for using the Microblog Akonadi Resource. The Microblog
|
|
* Akonadi resource stores the payload in Akonadi as a StatusItem. Each application
|
|
* that wants to use this payload needs to use the StatusItem to get to the single
|
|
* representation of tweets and dents.
|
|
*
|
|
* @authors
|
|
* The major authors of this library are:\n
|
|
* Tom Albers \<tomalbers@kde.nl\>
|
|
*
|
|
* @maintainers Tom Albers \<tomalbers@kde.nl\>
|
|
*
|
|
* @licenses
|
|
* @lgpl
|
|
*
|
|
*/
|
|
|
|
// DOXYGEN_PROJECTNAME=Microblog Library
|