aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_nse_service.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-01-12 12:43:09 +0000
committerGabor X Toth <*@tg-x.net>2016-01-12 12:43:09 +0000
commit219e64fe613c47eab4c143791128c2b453be3bf8 (patch)
treec4c83ec4eb2ac7ec45ff461effd21f7d3c3d11b6 /src/include/gnunet_nse_service.h
parentb23f7bcde58fdada9170f16af39ab1e84f4c3a68 (diff)
downloadgnunet-219e64fe613c47eab4c143791128c2b453be3bf8.tar.gz
gnunet-219e64fe613c47eab4c143791128c2b453be3bf8.zip
doxygen: group/module definitions (part 2)
Diffstat (limited to 'src/include/gnunet_nse_service.h')
-rw-r--r--src/include/gnunet_nse_service.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/include/gnunet_nse_service.h b/src/include/gnunet_nse_service.h
index 365b35d9b..91a185992 100644
--- a/src/include/gnunet_nse_service.h
+++ b/src/include/gnunet_nse_service.h
@@ -22,13 +22,18 @@
22#define GNUNET_NSE_SERVICE_H_ 22#define GNUNET_NSE_SERVICE_H_
23 23
24/** 24/**
25 * @author Nathan Evans
26 *
25 * @file 27 * @file
26 * API to retrieve the current network size estimate, 28 * API to retrieve the current network size estimate
29 *
30 * @defgroup nse NSE service
31 * Network Size Estimation
32 *
33 * Provides an API to retrieve the current network size estimate,
27 * also to register for notifications whenever a new 34 * also to register for notifications whenever a new
28 * network size estimate is calculated. 35 * network size estimate is calculated.
29 * 36 *
30 * @author Nathan Evans
31 * @defgroup nse Network size estimation service
32 * @{ 37 * @{
33 */ 38 */
34 39