aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_ats_application_service.h5
-rw-r--r--src/include/gnunet_ats_plugin.h5
-rw-r--r--src/include/gnunet_ats_service.h5
-rw-r--r--src/include/gnunet_cadet_service.h6
-rw-r--r--src/include/gnunet_consensus_service.h5
-rw-r--r--src/include/gnunet_conversation_service.h5
-rw-r--r--src/include/gnunet_core_service.h5
-rw-r--r--src/include/gnunet_dht_service.h5
-rw-r--r--src/include/gnunet_gns_service.h3
-rw-r--r--src/include/gnunet_gnsrecord_json_lib.h7
-rw-r--r--src/include/gnunet_gnsrecord_lib.h5
-rw-r--r--src/include/gnunet_gnsrecord_plugin.h5
-rw-r--r--src/include/gnunet_microphone_lib.h5
-rw-r--r--src/include/gnunet_namecache_plugin.h5
-rw-r--r--src/include/gnunet_namecache_service.h5
-rw-r--r--src/include/gnunet_namestore_plugin.h5
-rw-r--r--src/include/gnunet_namestore_service.h5
-rw-r--r--src/include/gnunet_nse_service.h5
-rw-r--r--src/include/gnunet_peerinfo_service.h5
-rw-r--r--src/include/gnunet_peerstore_plugin.h5
-rw-r--r--src/include/gnunet_peerstore_service.h5
-rw-r--r--src/include/gnunet_regex_service.h5
-rw-r--r--src/include/gnunet_rps_service.h5
-rw-r--r--src/include/gnunet_set_service.h5
-rw-r--r--src/include/gnunet_seti_service.h5
-rw-r--r--src/include/gnunet_setu_service.h5
-rw-r--r--src/include/gnunet_speaker_lib.h5
-rw-r--r--src/include/gnunet_statistics_service.h5
-rw-r--r--src/include/gnunet_transport_application_service.h5
-rw-r--r--src/include/gnunet_transport_communication_service.h5
-rw-r--r--src/include/gnunet_transport_core_service.h5
-rw-r--r--src/include/gnunet_transport_hello_service.h5
-rw-r--r--src/include/gnunet_transport_manipulation_service.h5
-rw-r--r--src/include/gnunet_transport_monitor_service.h5
-rw-r--r--src/include/gnunet_transport_plugin.h5
-rw-r--r--src/include/gnunet_transport_service.h5
36 files changed, 181 insertions, 0 deletions
diff --git a/src/include/gnunet_ats_application_service.h b/src/include/gnunet_ats_application_service.h
index a48dba825..4d976572e 100644
--- a/src/include/gnunet_ats_application_service.h
+++ b/src/include/gnunet_ats_application_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 Backbone
22 * @{
23 *
21 * @file 24 * @file
22 * Bandwidth allocation API for applications to interact with 25 * Bandwidth allocation API for applications to interact with
23 * 26 *
@@ -99,5 +102,7 @@ GNUNET_ATS_application_suggest_cancel (struct
99 102
100/** @} */ /* end of group */ 103/** @} */ /* end of group */
101 104
105/** @} */ /* end of Backbone addition*/
106
102#endif 107#endif
103/* end of file gnunet_ats_application_service.h */ 108/* end of file gnunet_ats_application_service.h */
diff --git a/src/include/gnunet_ats_plugin.h b/src/include/gnunet_ats_plugin.h
index c0662673c..59d09f690 100644
--- a/src/include/gnunet_ats_plugin.h
+++ b/src/include/gnunet_ats_plugin.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 * 26 *
24 * @file 27 * @file
@@ -484,3 +487,5 @@ struct GNUNET_ATS_PluginEnvironment
484#endif 487#endif
485 488
486/** @} */ /* end of group */ 489/** @} */ /* end of group */
490
491/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_ats_service.h b/src/include/gnunet_ats_service.h
index 68ba8e6b2..4e7a314d7 100644
--- a/src/include/gnunet_ats_service.h
+++ b/src/include/gnunet_ats_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 Backbone
22 * @{
23 *
21 * @file 24 * @file
22 * Automatic transport selection and outbound bandwidth determination 25 * Automatic transport selection and outbound bandwidth determination
23 * 26 *
@@ -621,4 +624,6 @@ GNUNET_ATS_performance_give_feedback (struct GNUNET_ATS_PerformanceHandle *ph,
621 624
622/** @} */ /* end of group */ 625/** @} */ /* end of group */
623 626
627/** @} */ /* end of Backbone addition */
628
624/* end of file gnunet-service-transport_ats.h */ 629/* end of file gnunet-service-transport_ats.h */
diff --git a/src/include/gnunet_cadet_service.h b/src/include/gnunet_cadet_service.h
index f08c1572a..c81405a83 100644
--- a/src/include/gnunet_cadet_service.h
+++ b/src/include/gnunet_cadet_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 Backbone
22 * @{
23 *
21 * @author Christian Grothoff 24 * @author Christian Grothoff
22 * @author Bart Polot 25 * @author Bart Polot
23 * 26 *
@@ -627,4 +630,7 @@ GNUNET_CADET_list_tunnels_cancel (struct GNUNET_CADET_ListTunnels *lt);
627 630
628/** @} */ /* end of group */ 631/** @} */ /* end of group */
629 632
633/** @} */ /* end of group addition */
634
630/* end of gnunet_cadet_service.h */ 635/* end of gnunet_cadet_service.h */
636
diff --git a/src/include/gnunet_consensus_service.h b/src/include/gnunet_consensus_service.h
index 9387aa095..44e628fa7 100644
--- a/src/include/gnunet_consensus_service.h
+++ b/src/include/gnunet_consensus_service.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup Sets
23 * @{
24 *
22 * @author Florian Dold 25 * @author Florian Dold
23 * 26 *
24 * @file 27 * @file
@@ -180,3 +183,5 @@ GNUNET_CONSENSUS_destroy (struct GNUNET_CONSENSUS_Handle *consensus);
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_conversation_service.h b/src/include/gnunet_conversation_service.h
index be5a81cfb..8570093cf 100644
--- a/src/include/gnunet_conversation_service.h
+++ b/src/include/gnunet_conversation_service.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup Conversation
23 * @{
24 *
22 * @author Simon Dieterle 25 * @author Simon Dieterle
23 * @author Andreas Fuchs 26 * @author Andreas Fuchs
24 * @author Christian Grothoff 27 * @author Christian Grothoff
@@ -438,3 +441,5 @@ GNUNET_CONVERSATION_call_stop (struct GNUNET_CONVERSATION_Call *call);
438#endif 441#endif
439 442
440/** @} */ /* end of group */ 443/** @} */ /* end of group */
444
445/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_core_service.h b/src/include/gnunet_core_service.h
index 59d9613f8..4b824980b 100644
--- a/src/include/gnunet_core_service.h
+++ b/src/include/gnunet_core_service.h
@@ -20,6 +20,9 @@
20/** 20/**
21 * @author Christian Grothoff 21 * @author Christian Grothoff
22 * 22 *
23 * @addtogroup Backbone
24 * @{
25 *
23 * @file include/gnunet_core_service.h 26 * @file include/gnunet_core_service.h
24 * Core service; the main API for encrypted P2P communications 27 * Core service; the main API for encrypted P2P communications
25 * 28 *
@@ -441,4 +444,6 @@ GNUNET_CORE_mq_create (struct GNUNET_CORE_Handle *h,
441 444
442/** @} */ /* end of group core */ 445/** @} */ /* end of group core */
443 446
447/** @} */ /* end of backbone addition */
448
444/* end of gnunet_core_service.h */ 449/* end of gnunet_core_service.h */
diff --git a/src/include/gnunet_dht_service.h b/src/include/gnunet_dht_service.h
index ebc6e2767..6604d1ca7 100644
--- a/src/include/gnunet_dht_service.h
+++ b/src/include/gnunet_dht_service.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 * 26 *
24 * @file 27 * @file
@@ -580,3 +583,5 @@ GNUNET_DHT_hello_offer (struct GNUNET_DHT_Handle *dht_handle,
580#endif 583#endif
581 584
582/** @} */ /* end of group dht */ 585/** @} */ /* end of group dht */
586
587/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_gns_service.h b/src/include/gnunet_gns_service.h
index 5c06f8045..d367ac076 100644
--- a/src/include/gnunet_gns_service.h
+++ b/src/include/gnunet_gns_service.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup GNS
23 * @{
24 *
22 * @author Martin Schanzenbach 25 * @author Martin Schanzenbach
23 * 26 *
24 * @file 27 * @file
diff --git a/src/include/gnunet_gnsrecord_json_lib.h b/src/include/gnunet_gnsrecord_json_lib.h
index 966461705..833e684f9 100644
--- a/src/include/gnunet_gnsrecord_json_lib.h
+++ b/src/include/gnunet_gnsrecord_json_lib.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup GNS
23 * @{
24 *
22 * @author Martin Schanzenbach 25 * @author Martin Schanzenbach
23 * 26 *
24 * @file 27 * @file
@@ -71,3 +74,7 @@ GNUNET_GNSRECORD_JSON_from_gnsrecord (const char*rname,
71 74
72 75
73#endif 76#endif
77
78/** @} */ /* end of group */
79
80/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_gnsrecord_lib.h b/src/include/gnunet_gnsrecord_lib.h
index 006211aee..1ff348b71 100644
--- a/src/include/gnunet_gnsrecord_lib.h
+++ b/src/include/gnunet_gnsrecord_lib.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup GNS
23 * @{
24 *
22 * @author Christian Grothoff 25 * @author Christian Grothoff
23 * 26 *
24 * @file 27 * @file
@@ -781,3 +784,5 @@ GNUNET_GNSRECORD_label_check (const char*label, char **emsg);
781#endif 784#endif
782 785
783/** @} */ /* end of group */ 786/** @} */ /* end of group */
787
788/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_gnsrecord_plugin.h b/src/include/gnunet_gnsrecord_plugin.h
index 84b7c3c23..f55934b60 100644
--- a/src/include/gnunet_gnsrecord_plugin.h
+++ b/src/include/gnunet_gnsrecord_plugin.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup GNS
23 * @{
24 *
22 * @author Christian Grothoff 25 * @author Christian Grothoff
23 * 26 *
24 * @file 27 * @file
@@ -157,6 +160,8 @@ struct GNUNET_GNSRECORD_PluginFunctions
157 160
158/** @} */ /* end of group */ 161/** @} */ /* end of group */
159 162
163/** @} */ /* end of group addition */
164
160#if 0 /* keep Emacsens' auto-indent happy */ 165#if 0 /* keep Emacsens' auto-indent happy */
161{ 166{
162#endif 167#endif
diff --git a/src/include/gnunet_microphone_lib.h b/src/include/gnunet_microphone_lib.h
index 2b08bcd71..a2d22698f 100644
--- a/src/include/gnunet_microphone_lib.h
+++ b/src/include/gnunet_microphone_lib.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup Conversation
23 * @{
24 *
22 * @author Simon Dieterle 25 * @author Simon Dieterle
23 * @author Andreas Fuchs 26 * @author Andreas Fuchs
24 * @author Christian Grothoff 27 * @author Christian Grothoff
@@ -141,4 +144,6 @@ GNUNET_MICROPHONE_destroy (struct GNUNET_MICROPHONE_Handle *microphone);
141 144
142/** @} */ /* end of group */ 145/** @} */ /* end of group */
143 146
147/** @} */ /* end of group addition */
148
144/* end of gnunet_microphone_lib.h */ 149/* end of gnunet_microphone_lib.h */
diff --git a/src/include/gnunet_namecache_plugin.h b/src/include/gnunet_namecache_plugin.h
index 7c218fbeb..c41c516c8 100644
--- a/src/include/gnunet_namecache_plugin.h
+++ b/src/include/gnunet_namecache_plugin.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup GNS
23 * @{
24 *
22 * @author Christian Grothoff 25 * @author Christian Grothoff
23 * 26 *
24 * @file 27 * @file
@@ -106,3 +109,5 @@ struct GNUNET_NAMECACHE_PluginFunctions
106#endif 109#endif
107 110
108/** @} */ /* end of group */ 111/** @} */ /* end of group */
112
113/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_namecache_service.h b/src/include/gnunet_namecache_service.h
index 07b26aec3..fbc9f7e62 100644
--- a/src/include/gnunet_namecache_service.h
+++ b/src/include/gnunet_namecache_service.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup GNS
23 * @{
24 *
22 * @author Christian Grothoff 25 * @author Christian Grothoff
23 * 26 *
24 * @file 27 * @file
@@ -173,3 +176,5 @@ GNUNET_NAMECACHE_cancel (struct GNUNET_NAMECACHE_QueueEntry *qe);
173#endif 176#endif
174 177
175/** @} */ /* end of group */ 178/** @} */ /* end of group */
179
180/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_namestore_plugin.h b/src/include/gnunet_namestore_plugin.h
index 3dca5a853..9301c29fe 100644
--- a/src/include/gnunet_namestore_plugin.h
+++ b/src/include/gnunet_namestore_plugin.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup GNS
23 * @{
24 *
22 * @author Christian Grothoff 25 * @author Christian Grothoff
23 * 26 *
24 * @file 27 * @file
@@ -228,3 +231,5 @@ struct GNUNET_NAMESTORE_PluginFunctions
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_namestore_service.h b/src/include/gnunet_namestore_service.h
index 86572803f..15d3be727 100644
--- a/src/include/gnunet_namestore_service.h
+++ b/src/include/gnunet_namestore_service.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup GNS
23 * @{
24 *
22 * @author Christian Grothoff 25 * @author Christian Grothoff
23 * 26 *
24 * @file 27 * @file
@@ -504,3 +507,5 @@ GNUNET_NAMESTORE_records_replace (struct GNUNET_NAMESTORE_Handle *h,
504#endif 507#endif
505 508
506/** @} */ /* end of group */ 509/** @} */ /* end of group */
510
511/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_nse_service.h b/src/include/gnunet_nse_service.h
index 0401e0cbc..7fe57a179 100644
--- a/src/include/gnunet_nse_service.h
+++ b/src/include/gnunet_nse_service.h
@@ -22,6 +22,9 @@
22#define GNUNET_NSE_SERVICE_H_ 22#define GNUNET_NSE_SERVICE_H_
23 23
24/** 24/**
25 * @addtogroup Backbone
26 * @{
27 *
25 * @author Nathan Evans 28 * @author Nathan Evans
26 * 29 *
27 * @file 30 * @file
@@ -116,4 +119,6 @@ GNUNET_NSE_disconnect (struct GNUNET_NSE_Handle *h);
116 119
117/** @} */ /* end of group nse */ 120/** @} */ /* end of group nse */
118 121
122/** @} */ /* end of group addition */
123
119#endif /* GNUNET_NSE_SERVICE_H_ */ 124#endif /* GNUNET_NSE_SERVICE_H_ */
diff --git a/src/include/gnunet_peerinfo_service.h b/src/include/gnunet_peerinfo_service.h
index cdea1a95f..739e7ed24 100644
--- a/src/include/gnunet_peerinfo_service.h
+++ b/src/include/gnunet_peerinfo_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 Backbone
22 * @{
23 *
21 * @author Christian Grothoff 24 * @author Christian Grothoff
22 * 25 *
23 * @file 26 * @file
@@ -208,3 +211,5 @@ GNUNET_PEERINFO_notify_cancel (struct GNUNET_PEERINFO_NotifyContext *nc);
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_peerstore_plugin.h b/src/include/gnunet_peerstore_plugin.h
index 90190e5b5..fab3d41f9 100644
--- a/src/include/gnunet_peerstore_plugin.h
+++ b/src/include/gnunet_peerstore_plugin.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup Backbone
23 * @{
24 *
22 * @author Omar Tarabai 25 * @author Omar Tarabai
23 * 26 *
24 * @file 27 * @file
@@ -131,3 +134,5 @@ struct GNUNET_PEERSTORE_PluginFunctions
131#endif 134#endif
132 135
133/** @} */ /* end of group */ 136/** @} */ /* end of group */
137
138/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_peerstore_service.h b/src/include/gnunet_peerstore_service.h
index 91a8f2e66..deea3ae96 100644
--- a/src/include/gnunet_peerstore_service.h
+++ b/src/include/gnunet_peerstore_service.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup Backbone
23 * @{
24 *
22 * @author Omar Tarabai 25 * @author Omar Tarabai
23 * 26 *
24 * @file 27 * @file
@@ -306,3 +309,5 @@ GNUNET_PEERSTORE_watch_cancel (struct GNUNET_PEERSTORE_WatchContext *wc);
306#endif 309#endif
307 310
308/** @} */ /* end of group */ 311/** @} */ /* end of group */
312
313/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_regex_service.h b/src/include/gnunet_regex_service.h
index a875eab90..b8572156b 100644
--- a/src/include/gnunet_regex_service.h
+++ b/src/include/gnunet_regex_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 Backbone
22 * @{
23 *
21 * @author Maximilian Szengel 24 * @author Maximilian Szengel
22 * @author Christian Grothoff 25 * @author Christian Grothoff
23 * 26 *
@@ -149,3 +152,5 @@ GNUNET_REGEX_search_cancel (struct GNUNET_REGEX_Search *s);
149#endif 152#endif
150 153
151/** @} */ /* end of group */ 154/** @} */ /* end of group */
155
156/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_rps_service.h b/src/include/gnunet_rps_service.h
index a0ed675f7..85c085111 100644
--- a/src/include/gnunet_rps_service.h
+++ b/src/include/gnunet_rps_service.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup Backbone
23 * @{
24 *
22 * @author Julius Bünger 25 * @author Julius Bünger
23 * 26 *
24 * @file 27 * @file
@@ -262,3 +265,5 @@ GNUNET_RPS_disconnect (struct GNUNET_RPS_Handle *h);
262#endif 265#endif
263 266
264/** @} */ /* end of group */ 267/** @} */ /* end of group */
268
269/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_set_service.h b/src/include/gnunet_set_service.h
index 802a979cd..25e3e9630 100644
--- a/src/include/gnunet_set_service.h
+++ b/src/include/gnunet_set_service.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup Sets
23 * @{
24 *
22 * @author Florian Dold 25 * @author Florian Dold
23 * @author Christian Grothoff 26 * @author Christian Grothoff
24 * 27 *
@@ -574,3 +577,5 @@ GNUNET_SET_element_hash (const struct GNUNET_SET_Element *element,
574#endif 577#endif
575 578
576/** @} */ /* end of group */ 579/** @} */ /* end of group */
580
581/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_seti_service.h b/src/include/gnunet_seti_service.h
index 5cf35e0cd..d2c3b59bb 100644
--- a/src/include/gnunet_seti_service.h
+++ b/src/include/gnunet_seti_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 Sets
22 * @{
23 *
21 * @author Florian Dold 24 * @author Florian Dold
22 * @author Christian Grothoff 25 * @author Christian Grothoff
23 * 26 *
@@ -367,3 +370,5 @@ GNUNET_SETI_element_hash (const struct GNUNET_SETI_Element *element,
367#endif 370#endif
368 371
369/** @} */ /* end of group */ 372/** @} */ /* end of group */
373
374/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_setu_service.h b/src/include/gnunet_setu_service.h
index 1d7e48402..fb2614bc8 100644
--- a/src/include/gnunet_setu_service.h
+++ b/src/include/gnunet_setu_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 Sets
22 * @{
23 *
21 * @author Florian Dold 24 * @author Florian Dold
22 * @author Christian Grothoff 25 * @author Christian Grothoff
23 * 26 *
@@ -412,3 +415,5 @@ GNUNET_SETU_element_hash (const struct GNUNET_SETU_Element *element,
412#endif 415#endif
413 416
414/** @} */ /* end of group */ 417/** @} */ /* end of group */
418
419/** @} */ /* end of group addition */
diff --git a/src/include/gnunet_speaker_lib.h b/src/include/gnunet_speaker_lib.h
index 71a7c2166..33c520671 100644
--- a/src/include/gnunet_speaker_lib.h
+++ b/src/include/gnunet_speaker_lib.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup Conversation
23 * @{
24 *
22 * @author Simon Dieterle 25 * @author Simon Dieterle
23 * @author Andreas Fuchs 26 * @author Andreas Fuchs
24 * @author Christian Grothoff 27 * @author Christian Grothoff
@@ -142,4 +145,6 @@ GNUNET_SPEAKER_destroy (struct GNUNET_SPEAKER_Handle *speaker);
142 145
143/** @} */ /* end of group */ 146/** @} */ /* end of group */
144 147
148/** @} */ /* end of group addition */
149
145/* end of gnunet_speaker_lib.h */ 150/* end of gnunet_speaker_lib.h */
diff --git a/src/include/gnunet_statistics_service.h b/src/include/gnunet_statistics_service.h
index 20e958865..a886c6ed8 100644
--- a/src/include/gnunet_statistics_service.h
+++ b/src/include/gnunet_statistics_service.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 * 26 *
24 * @file 27 * @file
@@ -227,4 +230,6 @@ GNUNET_STATISTICS_update (struct GNUNET_STATISTICS_Handle *handle,
227 230
228/** @} */ /* end of group statistics */ 231/** @} */ /* end of group statistics */
229 232
233/** @} */ /* end of group addition */
234
230#endif 235#endif
diff --git a/src/include/gnunet_transport_application_service.h b/src/include/gnunet_transport_application_service.h
index f5d4c4ee0..5767082d9 100644
--- a/src/include/gnunet_transport_application_service.h
+++ b/src/include/gnunet_transport_application_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 Backbone
22 * @{
23 *
21 * @file 24 * @file
22 * Bandwidth allocation API for applications to interact with 25 * Bandwidth allocation API for applications to interact with
23 * 26 *
@@ -118,5 +121,7 @@ GNUNET_TRANSPORT_application_validate (
118 121
119/** @} */ /* end of group */ 122/** @} */ /* end of group */
120 123
124/** @} */ /* end of group addition */
125
121#endif 126#endif
122/* end of file gnunet_ats_application_service.h */ 127/* end of file gnunet_ats_application_service.h */
diff --git a/src/include/gnunet_transport_communication_service.h b/src/include/gnunet_transport_communication_service.h
index 81a382fb2..9b536297e 100644
--- a/src/include/gnunet_transport_communication_service.h
+++ b/src/include/gnunet_transport_communication_service.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 * 26 *
24 * @file 27 * @file
@@ -383,4 +386,6 @@ GNUNET_TRANSPORT_communicator_notify (
383 386
384/** @} */ /* end of group */ 387/** @} */ /* end of group */
385 388
389/** @} */ /* end of group addition */
390
386/* end of gnunet_transport_communicator_service.h */ 391/* end of gnunet_transport_communicator_service.h */
diff --git a/src/include/gnunet_transport_core_service.h b/src/include/gnunet_transport_core_service.h
index 314eb342f..fc8272892 100644
--- a/src/include/gnunet_transport_core_service.h
+++ b/src/include/gnunet_transport_core_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 Backbone
22 * @{
23 *
21 * @author Christian Grothoff 24 * @author Christian Grothoff
22 * 25 *
23 * @file 26 * @file
@@ -174,4 +177,6 @@ GNUNET_TRANSPORT_core_get_mq (struct GNUNET_TRANSPORT_CoreHandle *handle,
174 177
175/** @} */ /* end of group */ 178/** @} */ /* end of group */
176 179
180/** @} */ /* end of group addition */
181
177/* end of gnunet_transport_core_service.h */ 182/* end of gnunet_transport_core_service.h */
diff --git a/src/include/gnunet_transport_hello_service.h b/src/include/gnunet_transport_hello_service.h
index fecffd527..6f737de23 100644
--- a/src/include/gnunet_transport_hello_service.h
+++ b/src/include/gnunet_transport_hello_service.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 * 26 *
24 * @file 27 * @file
@@ -198,4 +201,6 @@ GNUNET_TRANSPORT_hello_parse (const struct GNUNET_MessageHeader *hello,
198 201
199/** @} */ /* end of group */ 202/** @} */ /* end of group */
200 203
204/** @} */ /* end of group addition */
205
201/* end of gnunet_transport_hello_service.h */ 206/* end of gnunet_transport_hello_service.h */
diff --git a/src/include/gnunet_transport_manipulation_service.h b/src/include/gnunet_transport_manipulation_service.h
index 09fb138f8..b77735a61 100644
--- a/src/include/gnunet_transport_manipulation_service.h
+++ b/src/include/gnunet_transport_manipulation_service.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 * 26 *
24 * @file 27 * @file
@@ -114,4 +117,6 @@ GNUNET_TRANSPORT_manipulation_set (struct
114 117
115/** @} */ /* end of group */ 118/** @} */ /* end of group */
116 119
120/** @} */ /* end of group addition */
121
117/* end of gnunet_transport_manipulation_service.h */ 122/* end of gnunet_transport_manipulation_service.h */
diff --git a/src/include/gnunet_transport_monitor_service.h b/src/include/gnunet_transport_monitor_service.h
index f39be16d7..c3d98ff53 100644
--- a/src/include/gnunet_transport_monitor_service.h
+++ b/src/include/gnunet_transport_monitor_service.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 * 26 *
24 * @file 27 * @file
@@ -189,4 +192,6 @@ GNUNET_TRANSPORT_monitor_cancel (struct GNUNET_TRANSPORT_MonitorContext *mc);
189 192
190/** @} */ /* end of group */ 193/** @} */ /* end of group */
191 194
195/** @} */ /* end of group addition */
196
192/* end of gnunet_transport_monitor_service.h */ 197/* end of gnunet_transport_monitor_service.h */
diff --git a/src/include/gnunet_transport_plugin.h b/src/include/gnunet_transport_plugin.h
index 74b27923a..3c857a34c 100644
--- a/src/include/gnunet_transport_plugin.h
+++ b/src/include/gnunet_transport_plugin.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 * 26 *
24 * @file 27 * @file
@@ -724,4 +727,6 @@ struct GNUNET_TRANSPORT_PluginFunctions
724 727
725/** @} */ /* end of group */ 728/** @} */ /* end of group */
726 729
730/** @} */ /* end of group addition */
731
727/* end of gnunet_transport_plugin.h */ 732/* end of gnunet_transport_plugin.h */
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index 459efc506..99246f136 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.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 * 26 *
24 * @file 27 * @file
@@ -705,4 +708,6 @@ GNUNET_TRANSPORT_core_get_mq (struct GNUNET_TRANSPORT_CoreHandle *handle,
705 708
706/** @} */ /* end of group */ 709/** @} */ /* end of group */
707 710
711/** @} */ /* end of group addition */
712
708/* end of gnunet_transport_service.h */ 713/* end of gnunet_transport_service.h */