aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwachs <wachs@140774ce-b5e7-0310-ab8b-a85725594a96>2012-12-03 15:09:10 +0000
committerwachs <wachs@140774ce-b5e7-0310-ab8b-a85725594a96>2012-12-03 15:09:10 +0000
commitb707a43a64489a218e5b72601edc271c2039ce84 (patch)
tree12fdc671759726257d0d6c57c5cdfd7f3436a083
parent14a5e4c114080a04cefdd8b1d09e33001b03538b (diff)
doxygen
git-svn-id: https://gnunet.org/svn/gnunet@25191 140774ce-b5e7-0310-ab8b-a85725594a96
-rw-r--r--src/ats/gnunet-service-ats_addresses_simplistic.c4
-rw-r--r--src/ats/gnunet-service-ats_addresses_simplistic.h4
2 files changed, 2 insertions, 6 deletions
diff --git a/src/ats/gnunet-service-ats_addresses_simplistic.c b/src/ats/gnunet-service-ats_addresses_simplistic.c
index 359a683aa4..be73806928 100644
--- a/src/ats/gnunet-service-ats_addresses_simplistic.c
+++ b/src/ats/gnunet-service-ats_addresses_simplistic.c
@@ -40,9 +40,7 @@ struct GAS_SIMPLISTIC_Handle
*
* @param cfg configuration handle
* @param stats the GNUNET_STATISTICS handle
- * @param max_duration maximum numbers of iterations for the LP/MLP Solver
- * @param max_iterations maximum time limit for the LP/MLP Solver
- * @return struct GAS_MLP_Handle * on success, NULL on fail
+ * @return struct GAS_SIMPLISTIC_Handle * on success, NULL on fail
*/
struct GAS_SIMPLISTIC_Handle *
GAS_simplistic_init (const struct GNUNET_CONFIGURATION_Handle *cfg,
diff --git a/src/ats/gnunet-service-ats_addresses_simplistic.h b/src/ats/gnunet-service-ats_addresses_simplistic.h
index be4e98a45a..dcaf27b46a 100644
--- a/src/ats/gnunet-service-ats_addresses_simplistic.h
+++ b/src/ats/gnunet-service-ats_addresses_simplistic.h
@@ -35,9 +35,7 @@ struct GAS_SIMPLISTIC_Handle;
*
* @param cfg configuration handle
* @param stats the GNUNET_STATISTICS handle
- * @param max_duration maximum numbers of iterations for the LP/MLP Solver
- * @param max_iterations maximum time limit for the LP/MLP Solver
- * @return struct GAS_MLP_Handle * on success, NULL on fail
+ * @return struct GAS_SIMPLISTIC_Handle * on success, NULL on fail
*/
struct GAS_SIMPLISTIC_Handle *
GAS_simplistic_init (const struct GNUNET_CONFIGURATION_Handle *cfg,