aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_nt_lib.h
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-17 08:43:59 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 13:14:45 +0100
commit5599d5db9973688a098b3c58bc72f31382e5c1d8 (patch)
tree63b1c9f24b1292bad1354f315062c08e8da21b54 /src/include/gnunet_nt_lib.h
parent43dc9b3ebcd7803c8184c89ecf45b9fee6ba7d88 (diff)
downloadgnunet-5599d5db9973688a098b3c58bc72f31382e5c1d8.tar.gz
gnunet-5599d5db9973688a098b3c58bc72f31382e5c1d8.zip
-DOC: Continued organisation of modules into nested groups
Diffstat (limited to 'src/include/gnunet_nt_lib.h')
-rw-r--r--src/include/gnunet_nt_lib.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_nt_lib.h b/src/include/gnunet_nt_lib.h
index 5c3ec86af..144a3daa3 100644
--- a/src/include/gnunet_nt_lib.h
+++ b/src/include/gnunet_nt_lib.h
@@ -18,6 +18,9 @@
18 SPDX-License-Identifier: AGPL3.0-or-later 18 SPDX-License-Identifier: AGPL3.0-or-later
19 */ 19 */
20/** 20/**
21 * @addtogroup Backbone
22 * @{
23 *
21 * @file network type characterization 24 * @file network type characterization
22 * @author Christian Grothoff 25 * @author Christian Grothoff
23 * @author Matthias Wachs 26 * @author Matthias Wachs
@@ -122,3 +125,5 @@ GNUNET_NT_scanner_done (struct GNUNET_NT_InterfaceScanner *is);
122#endif 125#endif
123 126
124/** @} */ /* end of group */ 127/** @} */ /* end of group */
128
129/** @} */ /* end of group addition to backbone */