aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_nse_service.h
diff options
context:
space:
mode:
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