aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_statistics_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_statistics_service.h
parentb23f7bcde58fdada9170f16af39ab1e84f4c3a68 (diff)
downloadgnunet-219e64fe613c47eab4c143791128c2b453be3bf8.tar.gz
gnunet-219e64fe613c47eab4c143791128c2b453be3bf8.zip
doxygen: group/module definitions (part 2)
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