aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_bandwidth_lib.h6
-rw-r--r--src/include/gnunet_bio_lib.h6
-rw-r--r--src/include/gnunet_block_lib.h5
-rw-r--r--src/include/gnunet_block_plugin.h5
-rw-r--r--src/include/gnunet_buffer_lib.h6
-rw-r--r--src/include/gnunet_child_management_lib.h6
-rw-r--r--src/include/gnunet_client_lib.h11
-rw-r--r--src/include/gnunet_common.h6
-rw-r--r--src/include/gnunet_configuration_lib.h6
-rw-r--r--src/include/gnunet_container_lib.h7
-rw-r--r--src/include/gnunet_conversation_service.h2
-rw-r--r--src/include/gnunet_crypto_lib.h7
-rw-r--r--src/include/gnunet_datacache_lib.h5
-rw-r--r--src/include/gnunet_datacache_plugin.h5
-rw-r--r--src/include/gnunet_datastore_plugin.h5
-rw-r--r--src/include/gnunet_datastore_service.h5
-rw-r--r--src/include/gnunet_dht_service.h4
-rw-r--r--src/include/gnunet_disk_lib.h6
-rw-r--r--src/include/gnunet_dns_service.h5
-rw-r--r--src/include/gnunet_dnsparser_lib.h5
-rw-r--r--src/include/gnunet_dnsstub_lib.h5
-rw-r--r--src/include/gnunet_fragmentation_lib.h5
-rw-r--r--src/include/gnunet_fs_service.h5
-rw-r--r--src/include/gnunet_getopt_lib.h6
-rw-r--r--src/include/gnunet_hello_lib.h5
-rw-r--r--src/include/gnunet_hello_uri_lib.h5
-rw-r--r--src/include/gnunet_helper_lib.h6
-rw-r--r--src/include/gnunet_identity_service.h5
-rw-r--r--src/include/gnunet_microphone_lib.h2
-rw-r--r--src/include/gnunet_mq_lib.h6
-rw-r--r--src/include/gnunet_mst_lib.h9
-rw-r--r--src/include/gnunet_nc_lib.h6
-rw-r--r--src/include/gnunet_network_lib.h11
-rw-r--r--src/include/gnunet_nt_lib.h2
-rw-r--r--src/include/gnunet_op_lib.h6
-rw-r--r--src/include/gnunet_os_lib.h6
-rw-r--r--src/include/gnunet_peer_lib.h6
-rw-r--r--src/include/gnunet_plugin_lib.h6
-rw-r--r--src/include/gnunet_program_lib.h6
-rw-r--r--src/include/gnunet_protocols.h6
-rw-r--r--src/include/gnunet_reclaim_lib.h7
-rw-r--r--src/include/gnunet_reclaim_plugin.h5
-rw-r--r--src/include/gnunet_reclaim_service.h7
-rw-r--r--src/include/gnunet_rest_lib.h5
-rw-r--r--src/include/gnunet_rest_plugin.h5
-rw-r--r--src/include/gnunet_revocation_service.h5
-rw-r--r--src/include/gnunet_scheduler_lib.h6
-rw-r--r--src/include/gnunet_service_lib.h9
-rw-r--r--src/include/gnunet_signal_lib.h6
-rw-r--r--src/include/gnunet_speaker_lib.h2
-rw-r--r--src/include/gnunet_strings_lib.h6
-rw-r--r--src/include/gnunet_testbed_logger_service.h5
-rw-r--r--src/include/gnunet_testbed_service.h5
-rw-r--r--src/include/gnunet_testing_lib.h5
-rw-r--r--src/include/gnunet_time_lib.h6
-rw-r--r--src/include/gnunet_tun_lib.h5
-rw-r--r--src/include/gnunet_vpn_service.h5
57 files changed, 315 insertions, 6 deletions
diff --git a/src/include/gnunet_bandwidth_lib.h b/src/include/gnunet_bandwidth_lib.h
index 9130ff57e..9f173a691 100644
--- a/src/include/gnunet_bandwidth_lib.h
+++ b/src/include/gnunet_bandwidth_lib.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 * @author Christian Grothoff 26 * @author Christian Grothoff
23 * 27 *
24 * @file 28 * @file
@@ -351,4 +355,6 @@ GNUNET_BANDWIDTH_tracker_update_quota (
351 355
352/** @} */ /* end of group */ 356/** @} */ /* end of group */
353 357
358/** @} */ /* end of group addition */
359
354/* end of gnunet_bandwidth_lib.h */ 360/* end of gnunet_bandwidth_lib.h */
diff --git a/src/include/gnunet_bio_lib.h b/src/include/gnunet_bio_lib.h
index 142f1b088..5eefabff2 100644
--- a/src/include/gnunet_bio_lib.h
+++ b/src/include/gnunet_bio_lib.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 * @author Christian Grothoff 26 * @author Christian Grothoff
23 * 27 *
24 * @file 28 * @file
@@ -683,4 +687,6 @@ GNUNET_BIO_write_spec_commit (struct GNUNET_BIO_WriteHandle *h,
683 687
684/** @} */ /* end of group bio */ 688/** @} */ /* end of group bio */
685 689
690/** @} */ /* end of group addition */
691
686/* end of gnunet_bio_lib.h */ 692/* end of gnunet_bio_lib.h */
diff --git a/src/include/gnunet_block_lib.h b/src/include/gnunet_block_lib.h
index af61dcfb0..fe6c99613 100644
--- a/src/include/gnunet_block_lib.h
+++ b/src/include/gnunet_block_lib.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup dht_libs DHT and support libraries
23 * @{
24 *
22 * @author Christian Grothoff 25 * @author Christian Grothoff
23 * 26 *
24 * @file 27 * @file
@@ -296,4 +299,6 @@ GNUNET_BLOCK_group_merge (struct GNUNET_BLOCK_Group *bg1,
296 299
297/** @} */ /* end of group */ 300/** @} */ /* end of group */
298 301
302/** @} */ /* end of group addition */
303
299/* end of gnunet_block_lib.h */ 304/* end of gnunet_block_lib.h */
diff --git a/src/include/gnunet_block_plugin.h b/src/include/gnunet_block_plugin.h
index 6f9e8e9dc..7cd744ac4 100644
--- a/src/include/gnunet_block_plugin.h
+++ b/src/include/gnunet_block_plugin.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup dht_libs DHT and support libraries
23 * @{
24 *
22 * @author Christian Grothoff 25 * @author Christian Grothoff
23 * 26 *
24 * @file 27 * @file
@@ -289,3 +292,5 @@ struct GNUNET_BLOCK_PluginFunctions
289#endif 292#endif
290 293
291/** @} */ /* end of group */ 294/** @} */ /* end of group */
295
296/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_buffer_lib.h b/src/include/gnunet_buffer_lib.h
index 7239eccfb..174d2d010 100644
--- a/src/include/gnunet_buffer_lib.h
+++ b/src/include/gnunet_buffer_lib.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 * Common buffer management functions. 26 * Common buffer management functions.
23 * 27 *
24 * @author Florian Dold 28 * @author Florian Dold
@@ -203,3 +207,5 @@ GNUNET_buffer_clear (struct GNUNET_Buffer *buf);
203 207
204 208
205#endif 209#endif
210
211/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_child_management_lib.h b/src/include/gnunet_child_management_lib.h
index a35b37865..e7f1271ee 100644
--- a/src/include/gnunet_child_management_lib.h
+++ b/src/include/gnunet_child_management_lib.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_child_management_lib.h 26 * @file include/gnunet_child_management_lib.h
23 * @brief GNUnet child management api 27 * @brief GNUnet child management api
24 * @author Christian Grothoff 28 * @author Christian Grothoff
@@ -70,3 +74,5 @@ void
70GNUNET_wait_child_cancel (struct GNUNET_ChildWaitHandle *cwh); 74GNUNET_wait_child_cancel (struct GNUNET_ChildWaitHandle *cwh);
71 75
72#endif 76#endif
77
78/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_client_lib.h b/src/include/gnunet_client_lib.h
index 2ecd38b04..b239109cd 100644
--- a/src/include/gnunet_client_lib.h
+++ b/src/include/gnunet_client_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 Christian Grothoff 29 * @author Christian Grothoff
23 * 30 *
24 * @file 31 * @file
@@ -93,4 +100,8 @@ GNUNET_CLIENT_connect (const struct GNUNET_CONFIGURATION_Handle *cfg,
93 100
94/** @} */ /* end of group client */ 101/** @} */ /* end of group client */
95 102
103/* @} */ /* end of group addition */
104
105/* @} */ /* end of group addition */
106
96/* end of gnunet_client_lib.h */ 107/* end of gnunet_client_lib.h */
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 */
diff --git a/src/include/gnunet_configuration_lib.h b/src/include/gnunet_configuration_lib.h
index bc862f54f..ac0013e94 100644
--- a/src/include/gnunet_configuration_lib.h
+++ b/src/include/gnunet_configuration_lib.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 * @author Christian Grothoff 26 * @author Christian Grothoff
23 * 27 *
24 * @file 28 * @file
@@ -795,3 +799,5 @@ GNUNET_CONFIGURATION_config_tool_run (
795#endif 799#endif
796 800
797/** @} */ /* end of group configuration */ 801/** @} */ /* end of group configuration */
802
803/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_container_lib.h b/src/include/gnunet_container_lib.h
index 93a88f239..53d1a96c8 100644
--- a/src/include/gnunet_container_lib.h
+++ b/src/include/gnunet_container_lib.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 * @author Christian Grothoff 26 * @author Christian Grothoff
23 * @author Nils Durner 27 * @author Nils Durner
24 * 28 *
@@ -2710,4 +2714,7 @@ GNUNET_CONTAINER_heap_update_cost (struct GNUNET_CONTAINER_HeapNode *node,
2710 2714
2711/* ifndef GNUNET_CONTAINER_LIB_H */ 2715/* ifndef GNUNET_CONTAINER_LIB_H */
2712#endif 2716#endif
2717
2718/** @} */ /* end of group addition */
2719
2713/* end of gnunet_container_lib.h */ 2720/* end of gnunet_container_lib.h */
diff --git a/src/include/gnunet_conversation_service.h b/src/include/gnunet_conversation_service.h
index 8570093cf..e201c2cf3 100644
--- a/src/include/gnunet_conversation_service.h
+++ b/src/include/gnunet_conversation_service.h
@@ -19,7 +19,7 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup Conversation 22 * @addtogroup conversation_l2 Conversation service and libraries
23 * @{ 23 * @{
24 * 24 *
25 * @author Simon Dieterle 25 * @author Simon Dieterle
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index 2737ee0e9..ff14b09ca 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.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_crypto_lib.h 26 * @file include/gnunet_crypto_lib.h
23 * @brief cryptographic primitives for GNUnet 27 * @brief cryptographic primitives for GNUnet
24 * 28 *
@@ -2942,4 +2946,7 @@ GNUNET_CRYPTO_cs_verify (const struct GNUNET_CRYPTO_CsSignature *sig,
2942 2946
2943/* ifndef GNUNET_CRYPTO_LIB_H */ 2947/* ifndef GNUNET_CRYPTO_LIB_H */
2944#endif 2948#endif
2949
2950/** @} */ /* end of group addition */
2951
2945/* end of gnunet_crypto_lib.h */ 2952/* end of gnunet_crypto_lib.h */
diff --git a/src/include/gnunet_datacache_lib.h b/src/include/gnunet_datacache_lib.h
index b4ef346e2..5a876af8c 100644
--- a/src/include/gnunet_datacache_lib.h
+++ b/src/include/gnunet_datacache_lib.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup dht_libs DHT and support libraries
23 * @{
24 *
22 * @author Christian Grothoff 25 * @author Christian Grothoff
23 * 26 *
24 * @file 27 * @file
@@ -208,3 +211,5 @@ GNUNET_DATACACHE_get_closest (struct GNUNET_DATACACHE_Handle *h,
208#endif 211#endif
209 212
210/** @} */ /* end of group */ 213/** @} */ /* end of group */
214
215/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_datacache_plugin.h b/src/include/gnunet_datacache_plugin.h
index 7e63d87d9..298623cb1 100644
--- a/src/include/gnunet_datacache_plugin.h
+++ b/src/include/gnunet_datacache_plugin.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup dht_libs DHT and support libraries
23 * @{
24 *
22 * @author Christian Grothoff 25 * @author Christian Grothoff
23 * 26 *
24 * @file 27 * @file
@@ -180,3 +183,5 @@ struct GNUNET_DATACACHE_PluginFunctions
180#endif 183#endif
181 184
182/** @} */ /* end of group */ 185/** @} */ /* end of group */
186
187/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_datastore_plugin.h b/src/include/gnunet_datastore_plugin.h
index 113f6b2f2..3de08b788 100644
--- a/src/include/gnunet_datastore_plugin.h
+++ b/src/include/gnunet_datastore_plugin.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup fs_l2 File sharing and support services/libraries
23 * @{
24 *
22 * @author Christian Grothoff 25 * @author Christian Grothoff
23 * 26 *
24 * @file 27 * @file
@@ -377,3 +380,5 @@ struct GNUNET_DATASTORE_PluginFunctions
377#endif 380#endif
378 381
379/** @} */ /* end of group */ 382/** @} */ /* end of group */
383
384/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_datastore_service.h b/src/include/gnunet_datastore_service.h
index c99db67bc..c2ec9ce1f 100644
--- a/src/include/gnunet_datastore_service.h
+++ b/src/include/gnunet_datastore_service.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup fs_l2 File sharing and support services/libraries
23 * @{
24 *
22 * @author Christian Grothoff 25 * @author Christian Grothoff
23 * 26 *
24 * @file 27 * @file
@@ -361,3 +364,5 @@ GNUNET_DATASTORE_cancel (struct GNUNET_DATASTORE_QueueEntry *qe);
361#endif 364#endif
362 365
363/** @} */ /* end of group */ 366/** @} */ /* end of group */
367
368/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_dht_service.h b/src/include/gnunet_dht_service.h
index 6604d1ca7..e493929f0 100644
--- a/src/include/gnunet_dht_service.h
+++ b/src/include/gnunet_dht_service.h
@@ -21,6 +21,8 @@
21/** 21/**
22 * @addtogroup Backbone 22 * @addtogroup Backbone
23 * @{ 23 * @{
24 * @addtogroup dht_libs DHT and support libraries
25 * @{
24 * 26 *
25 * @author Christian Grothoff 27 * @author Christian Grothoff
26 * 28 *
@@ -585,3 +587,5 @@ GNUNET_DHT_hello_offer (struct GNUNET_DHT_Handle *dht_handle,
585/** @} */ /* end of group dht */ 587/** @} */ /* end of group dht */
586 588
587/** @} */ /* end of group addition */ 589/** @} */ /* end of group addition */
590
591/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_disk_lib.h b/src/include/gnunet_disk_lib.h
index 7dfd9ccf1..71c1f88a5 100644
--- a/src/include/gnunet_disk_lib.h
+++ b/src/include/gnunet_disk_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
@@ -815,4 +819,6 @@ GNUNET_DISK_file_sync (const struct GNUNET_DISK_FileHandle *h);
815 819
816/** @} */ /* end of group */ 820/** @} */ /* end of group */
817 821
822/** @} */ /* end of group addition */
823
818/* end of gnunet_disk_lib.h */ 824/* end of gnunet_disk_lib.h */
diff --git a/src/include/gnunet_dns_service.h b/src/include/gnunet_dns_service.h
index 20f0f13ee..fd1319dd9 100644
--- a/src/include/gnunet_dns_service.h
+++ b/src/include/gnunet_dns_service.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup vpn_suite VPN services and libraries
23 * @{
24 *
22 * @author Christian Grothoff 25 * @author Christian Grothoff
23 * 26 *
24 * @file 27 * @file
@@ -191,3 +194,5 @@ GNUNET_DNS_disconnect (struct GNUNET_DNS_Handle *dh);
191#endif 194#endif
192 195
193/** @} */ /* end of group */ 196/** @} */ /* end of group */
197
198/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_dnsparser_lib.h b/src/include/gnunet_dnsparser_lib.h
index f77073264..b8b908e84 100644
--- a/src/include/gnunet_dnsparser_lib.h
+++ b/src/include/gnunet_dnsparser_lib.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup libgnunetutil
23 * @{
24 *
22 * @author Philipp Toelke 25 * @author Philipp Toelke
23 * @author Christian Grothoff 26 * @author Christian Grothoff
24 * 27 *
@@ -978,3 +981,5 @@ GNUNET_DNSPARSER_hex_to_bin (const char *hex,
978#endif 981#endif
979 982
980/** @} */ /* end of group */ 983/** @} */ /* end of group */
984
985/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_dnsstub_lib.h b/src/include/gnunet_dnsstub_lib.h
index 4e93105bb..1310ce55a 100644
--- a/src/include/gnunet_dnsstub_lib.h
+++ b/src/include/gnunet_dnsstub_lib.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup libgnunetutil
23 * @{
24 *
22 * @author Christian Grothoff 25 * @author Christian Grothoff
23 * 26 *
24 * @file 27 * @file
@@ -147,3 +150,5 @@ GNUNET_DNSSTUB_resolve_cancel (struct GNUNET_DNSSTUB_RequestSocket *rs);
147#endif 150#endif
148 151
149/** @} */ /* end of group */ 152/** @} */ /* end of group */
153
154/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_fragmentation_lib.h b/src/include/gnunet_fragmentation_lib.h
index c964b5434..bb4a3ee8c 100644
--- a/src/include/gnunet_fragmentation_lib.h
+++ b/src/include/gnunet_fragmentation_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 * @author Christian Grothoff 24 * @author Christian Grothoff
22 * 25 *
23 * @file 26 * @file
@@ -228,3 +231,5 @@ GNUNET_DEFRAGMENT_process_fragment (struct GNUNET_DEFRAGMENT_Context *dc,
228#endif 231#endif
229 232
230/** @} */ /* end of group */ 233/** @} */ /* end of group */
234
235/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_fs_service.h b/src/include/gnunet_fs_service.h
index 96936bad2..6b664169a 100644
--- a/src/include/gnunet_fs_service.h
+++ b/src/include/gnunet_fs_service.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 fs_l2 File sharing and support services/libraries
22 * @{
23 *
21 * @author Christian Grothoff 24 * @author Christian Grothoff
22 * 25 *
23 * @file 26 * @file
@@ -2788,3 +2791,5 @@ GNUNET_FS_share_tree_free (struct GNUNET_FS_ShareTreeItem *toplevel);
2788#endif 2791#endif
2789 2792
2790/** @} */ /* end of group */ 2793/** @} */ /* end of group */
2794
2795/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_getopt_lib.h b/src/include/gnunet_getopt_lib.h
index 259d648dd..c7c1d57a3 100644
--- a/src/include/gnunet_getopt_lib.h
+++ b/src/include/gnunet_getopt_lib.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 * @author Christian Grothoff 26 * @author Christian Grothoff
23 * 27 *
24 * @file 28 * @file
@@ -507,4 +511,6 @@ GNUNET_GETOPT_run (const char *binaryOptions,
507 511
508/** @} */ /* end of group getopt */ 512/** @} */ /* end of group getopt */
509 513
514/** @} */ /* end of group addition */
515
510/* end of gnunet_getopt_lib.h */ 516/* end of gnunet_getopt_lib.h */
diff --git a/src/include/gnunet_hello_lib.h b/src/include/gnunet_hello_lib.h
index 74eca999d..b12108a33 100644
--- a/src/include/gnunet_hello_lib.h
+++ b/src/include/gnunet_hello_lib.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup Backbone
23 * @{
24 *
22 * @author Christian Grothoff 25 * @author Christian Grothoff
23 * @file 26 * @file
24 * Helper library for handling HELLOs 27 * Helper library for handling HELLOs
@@ -536,4 +539,6 @@ GNUNET_HELLO_address_to_prefix (const char *address);
536 539
537/** @} */ /* end of group */ 540/** @} */ /* end of group */
538 541
542/** @} */ /* end of group addition */
543
539/* end of gnunet_hello_lib.h */ 544/* end of gnunet_hello_lib.h */
diff --git a/src/include/gnunet_hello_uri_lib.h b/src/include/gnunet_hello_uri_lib.h
index c109a151a..89cd42d31 100644
--- a/src/include/gnunet_hello_uri_lib.h
+++ b/src/include/gnunet_hello_uri_lib.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup Backbone
23 * @{
24 *
22 * @author Christian Grothoff 25 * @author Christian Grothoff
23 * @file 26 * @file
24 * Helper library for handling HELLO URIs 27 * Helper library for handling HELLO URIs
@@ -245,4 +248,6 @@ GNUNET_HELLO_dht_msg_to_block (const struct GNUNET_MessageHeader *hello,
245 248
246/** @} */ /* end of group */ 249/** @} */ /* end of group */
247 250
251/** @} */ /* end of group addition */
252
248/* end of gnunet_hello_uri_lib.h */ 253/* end of gnunet_hello_uri_lib.h */
diff --git a/src/include/gnunet_helper_lib.h b/src/include/gnunet_helper_lib.h
index b54120204..3362d698e 100644
--- a/src/include/gnunet_helper_lib.h
+++ b/src/include/gnunet_helper_lib.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 * @author Philipp Toelke 26 * @author Philipp Toelke
23 * @author Christian Grothoff 27 * @author Christian Grothoff
24 * 28 *
@@ -181,3 +185,5 @@ GNUNET_HELPER_send_cancel (struct GNUNET_HELPER_SendHandle *sh);
181/* end of include guard: GNUNET_HELPER_LIB_H */ 185/* end of include guard: GNUNET_HELPER_LIB_H */
182 186
183/** @} */ /* end of group */ 187/** @} */ /* end of group */
188
189/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_identity_service.h b/src/include/gnunet_identity_service.h
index 227c7f486..c54f6abf8 100644
--- a/src/include/gnunet_identity_service.h
+++ b/src/include/gnunet_identity_service.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup egos Ego management
23 * @{
24 *
22 * @author Christian Grothoff 25 * @author Christian Grothoff
23 * 26 *
24 * @file 27 * @file
@@ -868,4 +871,6 @@ GNUNET_IDENTITY_ego_lookup_by_suffix_cancel (
868 871
869/** @} */ /* end of group identity */ 872/** @} */ /* end of group identity */
870 873
874/** @} */ /* end of group addition */
875
871/* end of gnunet_identity_service.h */ 876/* end of gnunet_identity_service.h */
diff --git a/src/include/gnunet_microphone_lib.h b/src/include/gnunet_microphone_lib.h
index a2d22698f..479c7a71e 100644
--- a/src/include/gnunet_microphone_lib.h
+++ b/src/include/gnunet_microphone_lib.h
@@ -19,7 +19,7 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup Conversation 22 * @addtogroup conversation_l2 Conversation service and libraries
23 * @{ 23 * @{
24 * 24 *
25 * @author Simon Dieterle 25 * @author Simon Dieterle
diff --git a/src/include/gnunet_mq_lib.h b/src/include/gnunet_mq_lib.h
index a1c5c4957..bf2902707 100644
--- a/src/include/gnunet_mq_lib.h
+++ b/src/include/gnunet_mq_lib.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 * @author Florian Dold 26 * @author Florian Dold
23 * @author Christian Grothoff 27 * @author Christian Grothoff
24 * 28 *
@@ -1120,3 +1124,5 @@ GNUNET_MQ_preference_to_string (enum GNUNET_MQ_PreferenceKind type);
1120#endif 1124#endif
1121 1125
1122/** @} */ /* end of group mq */ 1126/** @} */ /* end of group mq */
1127
1128/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_mst_lib.h b/src/include/gnunet_mst_lib.h
index 9f3431b98..36b1fd8d5 100644
--- a/src/include/gnunet_mst_lib.h
+++ b/src/include/gnunet_mst_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 Christian Grothoff 29 * @author Christian Grothoff
23 * 30 *
24 * @file 31 * @file
@@ -161,4 +168,6 @@ GNUNET_MST_destroy (struct GNUNET_MessageStreamTokenizer *mst);
161 168
162/** @} */ /* end of group server */ 169/** @} */ /* end of group server */
163 170
171/** @} */ /* end of group addition */
172
164/* end of gnunet_mst_lib.h */ 173/* end of gnunet_mst_lib.h */
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 */
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 */
diff --git a/src/include/gnunet_nt_lib.h b/src/include/gnunet_nt_lib.h
index 18419a7b8..5c3ec86af 100644
--- a/src/include/gnunet_nt_lib.h
+++ b/src/include/gnunet_nt_lib.h
@@ -22,7 +22,7 @@
22 * @author Christian Grothoff 22 * @author Christian Grothoff
23 * @author Matthias Wachs 23 * @author Matthias Wachs
24 * 24 *
25 * @defgroup nt network type characterization 25 * @defgroup nt Network type characterization
26 * 26 *
27 * @{ 27 * @{
28 */ 28 */
diff --git a/src/include/gnunet_op_lib.h b/src/include/gnunet_op_lib.h
index 77fa7f955..0e09457cc 100644
--- a/src/include/gnunet_op_lib.h
+++ b/src/include/gnunet_op_lib.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 26 * @file
23 * Asynchronous operations; register callbacks for operations and call them when a response arrives. 27 * Asynchronous operations; register callbacks for operations and call them when a response arrives.
24 * 28 *
@@ -153,3 +157,5 @@ GNUNET_OP_remove (struct GNUNET_OP_Handle *h,
153 157
154 158
155#endif // GNUNET_OP_H 159#endif // GNUNET_OP_H
160
161/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_os_lib.h b/src/include/gnunet_os_lib.h
index eddf97dab..fc88e1123 100644
--- a/src/include/gnunet_os_lib.h
+++ b/src/include/gnunet_os_lib.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 * @author Christian Grothoff 26 * @author Christian Grothoff
23 * @author Krista Bennett 27 * @author Krista Bennett
24 * @author Gerd Knorr <kraxel@bytesex.org> 28 * @author Gerd Knorr <kraxel@bytesex.org>
@@ -690,4 +694,6 @@ GNUNET_OS_check_helper_binary (const char *binary,
690 694
691/** @} */ /* end of group */ 695/** @} */ /* end of group */
692 696
697/** @} */ /* end of group addition */
698
693/* end of gnunet_os_lib.h */ 699/* end of gnunet_os_lib.h */
diff --git a/src/include/gnunet_peer_lib.h b/src/include/gnunet_peer_lib.h
index f94b883f8..e088743e6 100644
--- a/src/include/gnunet_peer_lib.h
+++ b/src/include/gnunet_peer_lib.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 * @author Christian Grothoff 26 * @author Christian Grothoff
23 * 27 *
24 * @file 28 * @file
@@ -126,4 +130,6 @@ GNUNET_PEER_resolve2 (GNUNET_PEER_Id id);
126 130
127/** @} */ /* end of group */ 131/** @} */ /* end of group */
128 132
133/** @} */ /* end of group addition */
134
129/* end of gnunet_peer_lib.h */ 135/* end of gnunet_peer_lib.h */
diff --git a/src/include/gnunet_plugin_lib.h b/src/include/gnunet_plugin_lib.h
index d265eb343..d5f3f893a 100644
--- a/src/include/gnunet_plugin_lib.h
+++ b/src/include/gnunet_plugin_lib.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 * @author Christian Grothoff 26 * @author Christian Grothoff
23 * 27 *
24 * @file 28 * @file
@@ -169,4 +173,6 @@ GNUNET_PLUGIN_unload (const char *library_name,
169 173
170/** @} */ /* end of group */ 174/** @} */ /* end of group */
171 175
176/** @} */ /* end of group addition */
177
172/* end of gnunet_plugin_lib.h */ 178/* end of gnunet_plugin_lib.h */
diff --git a/src/include/gnunet_program_lib.h b/src/include/gnunet_program_lib.h
index 4167060c0..2d4dc626b 100644
--- a/src/include/gnunet_program_lib.h
+++ b/src/include/gnunet_program_lib.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 * @author Christian Grothoff 26 * @author Christian Grothoff
23 * 27 *
24 * @file 28 * @file
@@ -126,4 +130,6 @@ GNUNET_PROGRAM_run (int argc,
126 130
127/** @} */ /* end of group program */ 131/** @} */ /* end of group program */
128 132
133/** @} */ /* end of group addition */
134
129/* end of gnunet_program_lib.h */ 135/* end of gnunet_program_lib.h */
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index f2892e125..dc66a0401 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.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 * @author Christian Grothoff 26 * @author Christian Grothoff
23 * @author Tobias Frisch 27 * @author Tobias Frisch
24 * 28 *
@@ -3617,4 +3621,6 @@ extern "C" {
3617 3621
3618/** @} */ /* end of group protocols */ 3622/** @} */ /* end of group protocols */
3619 3623
3624/** @} */ /* end of group addition */
3625
3620/* end of gnunet_protocols.h */ 3626/* end of gnunet_protocols.h */
diff --git a/src/include/gnunet_reclaim_lib.h b/src/include/gnunet_reclaim_lib.h
index bbf1c3ad3..0d5ef59b7 100644
--- a/src/include/gnunet_reclaim_lib.h
+++ b/src/include/gnunet_reclaim_lib.h
@@ -19,12 +19,15 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup reclaim_suite RECLAIM services and libraries
23 * @{
24 *
22 * @author Martin Schanzenbach 25 * @author Martin Schanzenbach
23 * 26 *
24 * @file 27 * @file
25 * Identity attribute definitions 28 * Identity attribute definitions
26 * 29 *
27 * @defgroup reclaim-attribute reclaim attributes 30 * @defgroup reclaim-attribute Reclaim attributes
28 * @{ 31 * @{
29 */ 32 */
30#ifndef GNUNET_RECLAIM_ATTRIBUTE_LIB_H 33#ifndef GNUNET_RECLAIM_ATTRIBUTE_LIB_H
@@ -858,4 +861,6 @@ GNUNET_RECLAIM_credential_get_presentation (
858 861
859/** @} */ /* end of group reclaim-attribute */ 862/** @} */ /* end of group reclaim-attribute */
860 863
864/** @} */ /* end of group addition */
865
861/* end of gnunet_reclaim_attribute_lib.h */ 866/* end of gnunet_reclaim_attribute_lib.h */
diff --git a/src/include/gnunet_reclaim_plugin.h b/src/include/gnunet_reclaim_plugin.h
index 11d5d76f7..331f36f24 100644
--- a/src/include/gnunet_reclaim_plugin.h
+++ b/src/include/gnunet_reclaim_plugin.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup reclaim_suite RECLAIM services and libraries
23 * @{
24 *
22 * @author Martin Schanzenbach 25 * @author Martin Schanzenbach
23 * 26 *
24 * @file 27 * @file
@@ -439,3 +442,5 @@ struct GNUNET_RECLAIM_CredentialPluginFunctions
439#endif 442#endif
440 443
441/** @} */ /* end of group */ 444/** @} */ /* end of group */
445
446/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_reclaim_service.h b/src/include/gnunet_reclaim_service.h
index 38e1c8735..9f348a1cb 100644
--- a/src/include/gnunet_reclaim_service.h
+++ b/src/include/gnunet_reclaim_service.h
@@ -19,13 +19,16 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup reclaim_suite RECLAIM services and libraries
23 * @{
24 *
22 * @author Martin Schanzenbach 25 * @author Martin Schanzenbach
23 * 26 *
24 * @file 27 * @file
25 * reclaim service; implements identity and personal data sharing 28 * reclaim service; implements identity and personal data sharing
26 * for GNUnet 29 * for GNUnet
27 * 30 *
28 * @defgroup reclaim service 31 * @defgroup reclaim Reclaim service
29 * @{ 32 * @{
30 */ 33 */
31#ifndef GNUNET_RECLAIM_SERVICE_H 34#ifndef GNUNET_RECLAIM_SERVICE_H
@@ -509,4 +512,6 @@ GNUNET_RECLAIM_cancel (struct GNUNET_RECLAIM_Operation *op);
509 512
510/** @} */ /* end of group reclaim */ 513/** @} */ /* end of group reclaim */
511 514
515/** @} */ /* end of group addition */
516
512/* end of gnunet_reclaim_service.h */ 517/* end of gnunet_reclaim_service.h */
diff --git a/src/include/gnunet_rest_lib.h b/src/include/gnunet_rest_lib.h
index 7e74bee76..82448697a 100644
--- a/src/include/gnunet_rest_lib.h
+++ b/src/include/gnunet_rest_lib.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup rest_l2 REST service and libraries
23 * @{
24 *
22 * @author Martin Schanzenbach 25 * @author Martin Schanzenbach
23 * 26 *
24 * @file 27 * @file
@@ -137,3 +140,5 @@ GNUNET_REST_handle_request (struct GNUNET_REST_RequestHandle *conn,
137#endif 140#endif
138 141
139/** @} */ /* end of group */ 142/** @} */ /* end of group */
143
144/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_rest_plugin.h b/src/include/gnunet_rest_plugin.h
index 96454f66b..acfe879b3 100644
--- a/src/include/gnunet_rest_plugin.h
+++ b/src/include/gnunet_rest_plugin.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 rest_l2 REST service and libraries
22 * @{
23 *
21 * @author Martin Schanzenbach 24 * @author Martin Schanzenbach
22 * 25 *
23 * @file 26 * @file
@@ -88,3 +91,5 @@ struct GNUNET_REST_Plugin
88#endif 91#endif
89 92
90/** @} */ /* end of group */ 93/** @} */ /* end of group */
94
95/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_revocation_service.h b/src/include/gnunet_revocation_service.h
index 8cff948e2..b3f6a5090 100644
--- a/src/include/gnunet_revocation_service.h
+++ b/src/include/gnunet_revocation_service.h
@@ -24,6 +24,9 @@
24#include "gnunet_identity_service.h" 24#include "gnunet_identity_service.h"
25 25
26/** 26/**
27 * @addtogroup egos Ego management
28 * @{
29 *
27 * @author Christian Grothoff 30 * @author Christian Grothoff
28 * 31 *
29 * @file 32 * @file
@@ -268,3 +271,5 @@ GNUNET_REVOCATION_proof_get_size (const struct GNUNET_REVOCATION_PowP *pow);
268#endif /* GNUNET_REVOCATION_SERVICE_H_ */ 271#endif /* GNUNET_REVOCATION_SERVICE_H_ */
269 272
270/** @} */ /* end of group revocation */ 273/** @} */ /* end of group revocation */
274
275/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_scheduler_lib.h b/src/include/gnunet_scheduler_lib.h
index 158f1d83b..6492039dd 100644
--- a/src/include/gnunet_scheduler_lib.h
+++ b/src/include/gnunet_scheduler_lib.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 * @author Christian Grothoff 26 * @author Christian Grothoff
23 * 27 *
24 * @file 28 * @file
@@ -929,3 +933,5 @@ GNUNET_SCHEDULER_begin_async_scope (struct GNUNET_AsyncScopeId *aid);
929#endif 933#endif
930 934
931/** @} */ /* end of group scheduler */ 935/** @} */ /* end of group scheduler */
936
937/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_service_lib.h b/src/include/gnunet_service_lib.h
index ad238a0fa..5baa9100e 100644
--- a/src/include/gnunet_service_lib.h
+++ b/src/include/gnunet_service_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 Christian Grothoff 29 * @author Christian Grothoff
23 * 30 *
24 * @file 31 * @file
@@ -442,4 +449,6 @@ GNUNET_SERVICE_client_persist (struct GNUNET_SERVICE_Client *c);
442 449
443/** @} */ /* end of group service */ 450/** @} */ /* end of group service */
444 451
452/** @} */ /* end of group addition */
453
445/* end of gnunet_service_lib.h */ 454/* end of gnunet_service_lib.h */
diff --git a/src/include/gnunet_signal_lib.h b/src/include/gnunet_signal_lib.h
index 5a14a2d9e..f70f22403 100644
--- a/src/include/gnunet_signal_lib.h
+++ b/src/include/gnunet_signal_lib.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 * @author Christian Grothoff 26 * @author Christian Grothoff
23 * 27 *
24 * @file 28 * @file
@@ -105,4 +109,6 @@ GNUNET_SIGNAL_raise (const int sig);
105 109
106/** @} */ /* end of group */ 110/** @} */ /* end of group */
107 111
112/** @} */ /* end of group addition */
113
108/* end of gnunet_signal_lib.h */ 114/* end of gnunet_signal_lib.h */
diff --git a/src/include/gnunet_speaker_lib.h b/src/include/gnunet_speaker_lib.h
index 33c520671..cb4d65fb9 100644
--- a/src/include/gnunet_speaker_lib.h
+++ b/src/include/gnunet_speaker_lib.h
@@ -19,7 +19,7 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup Conversation 22 * @addtogroup conversation_l2 Conversation service and libraries
23 * @{ 23 * @{
24 * 24 *
25 * @author Simon Dieterle 25 * @author Simon Dieterle
diff --git a/src/include/gnunet_strings_lib.h b/src/include/gnunet_strings_lib.h
index aa4daf8a3..e96888db5 100644
--- a/src/include/gnunet_strings_lib.h
+++ b/src/include/gnunet_strings_lib.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 * @author Christian Grothoff 26 * @author Christian Grothoff
23 * @author Krista Bennett 27 * @author Krista Bennett
24 * @author Gerd Knorr <kraxel@bytesex.org> 28 * @author Gerd Knorr <kraxel@bytesex.org>
@@ -765,4 +769,6 @@ GNUNET_STRINGS_parse_ipv6_policy (const char *routeListX);
765 769
766/** @} */ /* end of group */ 770/** @} */ /* end of group */
767 771
772/** @} */ /* end of group addition */
773
768/* end of gnunet_util_string.h */ 774/* end of gnunet_util_string.h */
diff --git a/src/include/gnunet_testbed_logger_service.h b/src/include/gnunet_testbed_logger_service.h
index 72b5ab364..91ede19d8 100644
--- a/src/include/gnunet_testbed_logger_service.h
+++ b/src/include/gnunet_testbed_logger_service.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup Testing
23 * @{
24 *
22 * @author Sree Harsha Totakura <sreeharsha@totakura.in> 25 * @author Sree Harsha Totakura <sreeharsha@totakura.in>
23 * 26 *
24 * @file 27 * @file
@@ -130,4 +133,6 @@ GNUNET_TESTBED_LOGGER_flush_cancel (struct GNUNET_TESTBED_LOGGER_Handle *h);
130 133
131/** @} */ /* end of group */ 134/** @} */ /* end of group */
132 135
136/** @} */ /* end of group addition */
137
133/* End of gnunet_testbed_logger_service.h */ 138/* End of gnunet_testbed_logger_service.h */
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index 888c6e391..29515b7af 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup Testing
23 * @{
24 *
22 * @author Christian Grothoff 25 * @author Christian Grothoff
23 * 26 *
24 * @file 27 * @file
@@ -1727,3 +1730,5 @@ GNUNET_TESTBED_underlaylinkmodel_free (struct
1727#endif 1730#endif
1728 1731
1729/** @} */ /* end of group */ 1732/** @} */ /* end of group */
1733
1734/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h
index 664e20ac3..724382c66 100644
--- a/src/include/gnunet_testing_lib.h
+++ b/src/include/gnunet_testing_lib.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup Testing
23 * @{
24 *
22 * @author Christian Grothoff 25 * @author Christian Grothoff
23 * 26 *
24 * @file 27 * @file
@@ -472,3 +475,5 @@ GNUNET_TESTING_get_testname_from_underscore (const char *argv0);
472#endif 475#endif
473 476
474/** @} */ /* end of group */ 477/** @} */ /* end of group */
478
479/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_time_lib.h b/src/include/gnunet_time_lib.h
index d59eb984d..d753d62f7 100644
--- a/src/include/gnunet_time_lib.h
+++ b/src/include/gnunet_time_lib.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 * @author Christian Grothoff 26 * @author Christian Grothoff
23 * 27 *
24 * @file 28 * @file
@@ -910,4 +914,6 @@ GNUNET_TIME_absolute_get_monotonic (
910 914
911/** @} */ /* end of group time */ 915/** @} */ /* end of group time */
912 916
917/** @} */ /* end of group addition */
918
913/* end of gnunet_time_lib.h */ 919/* end of gnunet_time_lib.h */
diff --git a/src/include/gnunet_tun_lib.h b/src/include/gnunet_tun_lib.h
index 61880cea1..e92d6ae04 100644
--- a/src/include/gnunet_tun_lib.h
+++ b/src/include/gnunet_tun_lib.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup vpn_suite VPN services and libraries
23 * @{
24 *
22 * @author Philipp Toelke 25 * @author Philipp Toelke
23 * @author Christian Grothoff 26 * @author Christian Grothoff
24 * 27 *
@@ -946,3 +949,5 @@ GNUNET_TUN_compute_service_cadet_port (const struct GNUNET_HashCode *desc,
946#endif 949#endif
947 950
948/** @} */ /* end of group */ 951/** @} */ /* end of group */
952
953/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_vpn_service.h b/src/include/gnunet_vpn_service.h
index 31476e140..d493dddd0 100644
--- a/src/include/gnunet_vpn_service.h
+++ b/src/include/gnunet_vpn_service.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup vpn_suite VPN services and libraries
23 * @{
24 *
22 * @author Christian Grothoff 25 * @author Christian Grothoff
23 * 26 *
24 * @file 27 * @file
@@ -159,3 +162,5 @@ GNUNET_VPN_disconnect (struct GNUNET_VPN_Handle *vh);
159#endif 162#endif
160 163
161/** @} */ /* end of group */ 164/** @} */ /* end of group */
165
166/** @} */ /* end of group addition */