From 5ad313e7baa7db49c9c5f8b2ad7921e2ac33769c Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 3 Dec 2012 15:09:10 +0000 Subject: [PATCH] doxygen --- src/ats/gnunet-service-ats_addresses_simplistic.c | 4 +--- src/ats/gnunet-service-ats_addresses_simplistic.h | 4 +--- 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 359a683aa..be7380692 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 be4e98a45..dcaf27b46 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, -- 2.25.1