aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-06-09 19:22:07 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-08-21 08:18:19 +0200
commit9a0de654353a29257e31baf855f7dc326c1c5755 (patch)
treeecd991ddcda6cc01ee4177e09d340f85d82a4b51 /src/include/gnunet_common.h
parentfd716c71a05a5edb32b3660eb8a4de7fd563237d (diff)
downloadgnunet-9a0de654353a29257e31baf855f7dc326c1c5755.tar.gz
gnunet-9a0de654353a29257e31baf855f7dc326c1c5755.zip
DOC: Major doxygen organisation work, upgraded config, updated logo
Diffstat (limited to 'src/include/gnunet_common.h')
-rw-r--r--src/include/gnunet_common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index 9bcd99c7b..5035d6baa 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -19,6 +19,10 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup libgnunetutil
23 * Multi-function utilities library for GNUnet programs
24 * @{
25 *
22 * @file include/gnunet_common.h 26 * @file include/gnunet_common.h
23 * @brief commonly used definitions; globals in this file 27 * @brief commonly used definitions; globals in this file
24 * are exempt from the rule that the module name ("common") 28 * are exempt from the rule that the module name ("common")
@@ -1861,3 +1865,5 @@ enum GNUNET_SCHEDULER_Priority
1861#endif 1865#endif
1862 1866
1863#endif /* GNUNET_COMMON_H */ 1867#endif /* GNUNET_COMMON_H */
1868
1869/** @} */ /* end of group addition */