mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 18:32:51 +00:00
22 lines
453 B
Text
22 lines
453 B
Text
/*!
|
|
* @mainpage kldap - an LDAP access API for KDE.
|
|
*
|
|
* @section purpose Purpose
|
|
*
|
|
* LIBKLDAP
|
|
*
|
|
* @section desc Description
|
|
*
|
|
* Allows LDAP accessing with a convenient Qt style C++ API.
|
|
*
|
|
* @authors György Szombathelyi \<gyurco@freemail.hu\>
|
|
*
|
|
* @maintainers György Szombathelyi \<gyurco@freemail.hu\>
|
|
*
|
|
* @licenses
|
|
* @lgpl
|
|
*/
|
|
|
|
// DOXYGEN_PROJECTNAME=KLDAP Library
|
|
// DOXYGEN_REFERENCES = kdecore kdeui
|
|
// DOXYGEN_EXCLUDE = scripts
|