aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_client_manager_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_client_manager_lib.h')
-rw-r--r--src/include/gnunet_client_manager_lib.h16
1 files changed, 11 insertions, 5 deletions
diff --git a/src/include/gnunet_client_manager_lib.h b/src/include/gnunet_client_manager_lib.h
index 8f143a770..6838ee046 100644
--- a/src/include/gnunet_client_manager_lib.h
+++ b/src/include/gnunet_client_manager_lib.h
@@ -19,11 +19,17 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file include/gnunet_client_manager_lib.h
23 * @brief Client manager; higher level client API with transmission queue
24 * and message handler registration.
25 * @author Gabor X Toth 22 * @author Gabor X Toth
26 * @defgroup client_manager Higher level client-side communication with services. 23 *
24 * @file
25 * Client manager; higher level client API with transmission queue
26 * and message handler registration.
27 *
28 * @defgroup client-manager Client manager library
29 * Higher level client-side communication with services.
30 *
31 * Provides a higher level client API
32 * with transmission queue and message handler registration.
27 * @{ 33 * @{
28 */ 34 */
29#ifndef GNUNET_CLIENT_MANAGER_LIB_H 35#ifndef GNUNET_CLIENT_MANAGER_LIB_H
@@ -347,7 +353,7 @@ GNUNET_CLIENT_MANAGER_op_cancel (struct GNUNET_CLIENT_MANAGER_Connection *mgr,
347} 353}
348#endif 354#endif
349 355
350/** @} */ /* end of group client_manager */ 356/** @} */ /* end of group */
351 357
352/* ifndef GNUNET_CLIENT_MANAGER_LIB_H */ 358/* ifndef GNUNET_CLIENT_MANAGER_LIB_H */
353#endif 359#endif