aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_psyc_util_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_psyc_util_lib.h')
-rw-r--r--src/include/gnunet_psyc_util_lib.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/include/gnunet_psyc_util_lib.h b/src/include/gnunet_psyc_util_lib.h
index 10cfc68d9..0b9ba8207 100644
--- a/src/include/gnunet_psyc_util_lib.h
+++ b/src/include/gnunet_psyc_util_lib.h
@@ -19,9 +19,14 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file include/gnunet_psyc_service.h
23 * @brief PSYC utilities; receiving/transmitting/logging PSYC messages.
24 * @author Gabor X Toth 22 * @author Gabor X Toth
23 *
24 * @file
25 * PSYC utilities; receiving/transmitting/logging PSYC messages
26 *
27 * @defgroup psyc-util PSYC Utilities library
28 * Receiving, transmitting, logging PSYC messages.
29 * @{
25 */ 30 */
26 31
27#ifndef GNUNET_PSYC_UTIL_LIB_H 32#ifndef GNUNET_PSYC_UTIL_LIB_H
@@ -263,4 +268,5 @@ GNUNET_PSYC_message_header_create_from_psyc (const struct GNUNET_PSYC_Message *m
263 268
264/* ifndef GNUNET_PSYC_UTIL_LIB_H */ 269/* ifndef GNUNET_PSYC_UTIL_LIB_H */
265#endif 270#endif
266/* end of gnunet_psyc_util_lib.h */ 271
272/** @} */ /* end of group */