aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_peerstore_service.h
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-06-05 00:31:58 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-08-21 08:18:18 +0200
commitfd716c71a05a5edb32b3660eb8a4de7fd563237d (patch)
tree00b437cc51ca7bc0c2be9e1f0569b84ed1459988 /src/include/gnunet_peerstore_service.h
parentb26506fd640df98b3bfd70eff230754a1fdee104 (diff)
downloadgnunet-fd716c71a05a5edb32b3660eb8a4de7fd563237d.tar.gz
gnunet-fd716c71a05a5edb32b3660eb8a4de7fd563237d.zip
DOC: Nesting doxygen groups to improve high-level organisation of source docs.
Diffstat (limited to 'src/include/gnunet_peerstore_service.h')
-rw-r--r--src/include/gnunet_peerstore_service.h5
1 files changed, 5 insertions, 0 deletions
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 */