aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_server_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_server_lib.h')
-rw-r--r--src/include/gnunet_server_lib.h17
1 files changed, 12 insertions, 5 deletions
diff --git a/src/include/gnunet_server_lib.h b/src/include/gnunet_server_lib.h
index b1be9ee3a..86b2d9de7 100644
--- a/src/include/gnunet_server_lib.h
+++ b/src/include/gnunet_server_lib.h
@@ -19,10 +19,16 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file include/gnunet_server_lib.h
23 * @brief library for building GNUnet network servers
24 * @author Christian Grothoff 22 * @author Christian Grothoff
25 * @defgroup server Functions for a server that communicates with clients 23 *
24 * @file
25 * Library for building GNUnet network servers
26
27 * @defgroup server Server library
28 * Library for building GNUnet network servers
29 *
30 * Provides functions for a server that communicates with clients.
31 *
26 * @{ 32 * @{
27 */ 33 */
28 34
@@ -851,8 +857,9 @@ GNUNET_SERVER_set_callbacks (struct GNUNET_SERVER_Handle *server,
851} 857}
852#endif 858#endif
853 859
854/** @} */ /* end of group server */
855
856/* ifndef GNUNET_SERVER_LIB_H */ 860/* ifndef GNUNET_SERVER_LIB_H */
857#endif 861#endif
862
863/** @} */ /* end of group server */
864
858/* end of gnunet_server_lib.h */ 865/* end of gnunet_server_lib.h */