aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_nc_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_nc_lib.h')
-rw-r--r--src/include/gnunet_nc_lib.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/gnunet_nc_lib.h b/src/include/gnunet_nc_lib.h
index bd22fd6e2..7eef49900 100644
--- a/src/include/gnunet_nc_lib.h
+++ b/src/include/gnunet_nc_lib.h
@@ -18,6 +18,10 @@
18 SPDX-License-Identifier: AGPL3.0-or-later 18 SPDX-License-Identifier: AGPL3.0-or-later
19 */ 19 */
20/** 20/**
21 * @addtogroup libgnunetutil
22 * Multi-function utilities library for GNUnet programs
23 * @{
24 *
21 * @author Christian Grothoff 25 * @author Christian Grothoff
22 * 26 *
23 * @file 27 * @file
@@ -99,3 +103,5 @@ unsigned int
99GNUNET_notification_context_get_size (struct GNUNET_NotificationContext *nc); 103GNUNET_notification_context_get_size (struct GNUNET_NotificationContext *nc);
100 104
101#endif 105#endif
106
107/** @} */ /* end of group addition */