aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_statistics_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_statistics_service.h')
-rw-r--r--src/include/gnunet_statistics_service.h16
1 files changed, 11 insertions, 5 deletions
diff --git a/src/include/gnunet_statistics_service.h b/src/include/gnunet_statistics_service.h
index a5f5bdb20..7e6b969e2 100644
--- a/src/include/gnunet_statistics_service.h
+++ b/src/include/gnunet_statistics_service.h
@@ -19,12 +19,18 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file include/gnunet_statistics_service.h
23 * @brief API to create, modify and access statistics about
24 * the operation of GNUnet; all statistical values
25 * must be of type `unsigned long long`.
26 * @author Christian Grothoff 22 * @author Christian Grothoff
27 * @defgroup statistics Track statistics or provide access to statistics 23 *
24 * @file
25 * API to create, modify and access statistics.
26 *
27 * @defgroup statistics Statistics service
28 * Track statistics or provide access to statistics.
29 *
30 * Create, modify and access statistics about the operation of GNUnet.
31 *
32 * All statistical values must be of type `unsigned long long`.
33 *
28 * @{ 34 * @{
29 */ 35 */
30 36