aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_network_lib.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_network_lib.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_network_lib.h')
-rw-r--r--src/include/gnunet_network_lib.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/include/gnunet_network_lib.h b/src/include/gnunet_network_lib.h
index b1cf58711..1e8b7e851 100644
--- a/src/include/gnunet_network_lib.h
+++ b/src/include/gnunet_network_lib.h
@@ -19,6 +19,13 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup libgnunetutil
23 * Multi-function utilities library for GNUnet programs
24 * @{
25 *
26 * @addtogroup networking
27 * @{
28 *
22 * @author Nils Durner 29 * @author Nils Durner
23 * @author Tobias Frisch 30 * @author Tobias Frisch
24 * 31 *
@@ -588,3 +595,7 @@ GNUNET_NETWORK_test_port_free (int ipproto,
588#endif /* GNUNET_NETWORK_LIB_H */ 595#endif /* GNUNET_NETWORK_LIB_H */
589 596
590/** @} */ /* end of group */ 597/** @} */ /* end of group */
598
599/** @} */ /* end of group addition */
600
601/** @} */ /* end of group addition */