doxygen
authorMatthias Wachs <wachs@net.in.tum.de>
Mon, 3 Dec 2012 15:09:10 +0000 (15:09 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Mon, 3 Dec 2012 15:09:10 +0000 (15:09 +0000)
src/ats/gnunet-service-ats_addresses_simplistic.c
src/ats/gnunet-service-ats_addresses_simplistic.h

index 359a683aa4122f3aa28445c6f886599c4f75e10f..be7380692879cfe117b21c16540f8c1ed99a9ab8 100644 (file)
@@ -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,
index be4e98a45a28c24904091aef68337a52d2202721..dcaf27b46a1e5e75ce80c323f0976ebb8b81f325 100644 (file)
@@ -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,