aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_statistics_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-22 06:28:34 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-22 06:28:34 +0000
commitb94abb8ad0d6644e8f1a03706e0a590c0c69dd91 (patch)
tree9ea7b991f91d7c952a889d227c8ac55931ed0b45 /src/include/gnunet_statistics_service.h
parent60ecaf195aea1b6a62d12c60e05ade1f2308e76f (diff)
downloadgnunet-b94abb8ad0d6644e8f1a03706e0a590c0c69dd91.tar.gz
gnunet-b94abb8ad0d6644e8f1a03706e0a590c0c69dd91.zip
-doxygen fixes
Diffstat (limited to 'src/include/gnunet_statistics_service.h')
-rw-r--r--src/include/gnunet_statistics_service.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/include/gnunet_statistics_service.h b/src/include/gnunet_statistics_service.h
index c2fb46109..75c7bd18a 100644
--- a/src/include/gnunet_statistics_service.h
+++ b/src/include/gnunet_statistics_service.h
@@ -22,7 +22,7 @@
22 * @file include/gnunet_statistics_service.h 22 * @file include/gnunet_statistics_service.h
23 * @brief API to create, modify and access statistics about 23 * @brief API to create, modify and access statistics about
24 * the operation of GNUnet; all statistical values 24 * the operation of GNUnet; all statistical values
25 * must be of type "unsigned long long". 25 * must be of type `unsigned long long`.
26 * @author Christian Grothoff 26 * @author Christian Grothoff
27 * @defgroup statistics track statistics or provide access to statistics 27 * @defgroup statistics track statistics or provide access to statistics
28 * @{ 28 * @{
@@ -124,8 +124,7 @@ GNUNET_STATISTICS_watch_cancel (struct GNUNET_STATISTICS_Handle *handle,
124 124
125 125
126/** 126/**
127 * Continuation called by the #GNUNET_STATISTICS_get_all 127 * Continuation called by #GNUNET_STATISTICS_get functions.
128 * and #GNUNET_STATISTICS_get functions.
129 * 128 *
130 * @param cls closure 129 * @param cls closure
131 * @param success #GNUNET_OK if statistics were 130 * @param success #GNUNET_OK if statistics were
@@ -163,7 +162,7 @@ GNUNET_STATISTICS_get (struct GNUNET_STATISTICS_Handle *handle,
163 162
164 163
165/** 164/**
166 * Cancel a #GNUNET_STATISICS_get request. Must be called before the 'cont' 165 * Cancel a #GNUNET_STATISTICS_get request. Must be called before the 'cont'
167 * function is called. 166 * function is called.
168 * 167 *
169 * @param gh handle of the request to cancel 168 * @param gh handle of the request to cancel
@@ -174,7 +173,7 @@ GNUNET_STATISTICS_get_cancel (struct GNUNET_STATISTICS_GetHandle *gh);
174 173
175/** 174/**
176 * Set statistic value for the peer. Will always use our 175 * Set statistic value for the peer. Will always use our
177 * subsystem (the argument used when "handle" was created). 176 * subsystem (the argument used when @a handle was created).
178 * 177 *
179 * @param handle identification of the statistics service 178 * @param handle identification of the statistics service
180 * @param name name of the statistic value 179 * @param name name of the statistic value
@@ -188,7 +187,7 @@ GNUNET_STATISTICS_set (struct GNUNET_STATISTICS_Handle *handle,
188 187
189/** 188/**
190 * Set statistic value for the peer. Will always use our 189 * Set statistic value for the peer. Will always use our
191 * subsystem (the argument used when "handle" was created). 190 * subsystem (the argument used when @a handle was created).
192 * 191 *
193 * @param handle identification of the statistics service 192 * @param handle identification of the statistics service
194 * @param name name of the statistic value 193 * @param name name of the statistic value