From 5a38c8f0d1826ea964e3e3452e1a3a2a24d7d35b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 21 Aug 2013 15:16:58 +0000 Subject: -misc doxygen fixes --- src/include/gnunet_nse_service.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/include/gnunet_nse_service.h') 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 @@ GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but @@ -26,8 +26,9 @@ * @brief API to retrieve the current network size estimate, * also to register for notifications whenever a new * network size estimate is calculated. - * * @author Nathan Evans + * @defgroup nse network size estimation service + * @{ */ #ifdef __cplusplus @@ -80,8 +81,7 @@ typedef void (*GNUNET_NSE_Callback) (void *cls, * * @param cfg the configuration to use * @param func funtion to call with network size estimate - * @param func_cls closure to pass for network size estimate callback - * + * @param func_cls closure to pass to @a func * @return handle to use */ struct GNUNET_NSE_Handle * @@ -93,7 +93,6 @@ GNUNET_NSE_connect (const struct GNUNET_CONFIGURATION_Handle *cfg, * Disconnect from network size estimation service * * @param h handle to destroy - * */ void GNUNET_NSE_disconnect (struct GNUNET_NSE_Handle *h); @@ -106,4 +105,6 @@ GNUNET_NSE_disconnect (struct GNUNET_NSE_Handle *h); } #endif +/** @} */ /* end of group nse */ + #endif /* GNUNET_NSE_SERVICE_H_ */ -- cgit v1.2.3