aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_nse_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-21 15:16:58 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-21 15:16:58 +0000
commit5a38c8f0d1826ea964e3e3452e1a3a2a24d7d35b (patch)
tree7ba261fc1882bcfa6dc0da916272a0ed0d17468e /src/include/gnunet_nse_service.h
parent1fca0c918c8468ba16666e8a1c41526cacdc6df2 (diff)
downloadgnunet-5a38c8f0d1826ea964e3e3452e1a3a2a24d7d35b.tar.gz
gnunet-5a38c8f0d1826ea964e3e3452e1a3a2a24d7d35b.zip
-misc doxygen fixes
Diffstat (limited to 'src/include/gnunet_nse_service.h')
-rw-r--r--src/include/gnunet_nse_service.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/include/gnunet_nse_service.h b/src/include/gnunet_nse_service.h
index a0c6016a4..9169c68ba 100644
--- a/src/include/gnunet_nse_service.h
+++ b/src/include/gnunet_nse_service.h
@@ -4,7 +4,7 @@
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 2, or (at your 7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version. 8 option) any later version.
9 9
10 GNUnet is distributed in the hope that it will be useful, but 10 GNUnet is distributed in the hope that it will be useful, but
@@ -26,8 +26,9 @@
26 * @brief API to retrieve the current network size estimate, 26 * @brief API to retrieve the current network size estimate,
27 * also to register for notifications whenever a new 27 * also to register for notifications whenever a new
28 * network size estimate is calculated. 28 * network size estimate is calculated.
29 *
30 * @author Nathan Evans 29 * @author Nathan Evans
30 * @defgroup nse network size estimation service
31 * @{
31 */ 32 */
32 33
33#ifdef __cplusplus 34#ifdef __cplusplus
@@ -80,8 +81,7 @@ typedef void (*GNUNET_NSE_Callback) (void *cls,
80 * 81 *
81 * @param cfg the configuration to use 82 * @param cfg the configuration to use
82 * @param func funtion to call with network size estimate 83 * @param func funtion to call with network size estimate
83 * @param func_cls closure to pass for network size estimate callback 84 * @param func_cls closure to pass to @a func
84 *
85 * @return handle to use 85 * @return handle to use
86 */ 86 */
87struct GNUNET_NSE_Handle * 87struct GNUNET_NSE_Handle *
@@ -93,7 +93,6 @@ GNUNET_NSE_connect (const struct GNUNET_CONFIGURATION_Handle *cfg,
93 * Disconnect from network size estimation service 93 * Disconnect from network size estimation service
94 * 94 *
95 * @param h handle to destroy 95 * @param h handle to destroy
96 *
97 */ 96 */
98void 97void
99GNUNET_NSE_disconnect (struct GNUNET_NSE_Handle *h); 98GNUNET_NSE_disconnect (struct GNUNET_NSE_Handle *h);
@@ -106,4 +105,6 @@ GNUNET_NSE_disconnect (struct GNUNET_NSE_Handle *h);
106} 105}
107#endif 106#endif
108 107
108/** @} */ /* end of group nse */
109
109#endif /* GNUNET_NSE_SERVICE_H_ */ 110#endif /* GNUNET_NSE_SERVICE_H_ */