From bc14c215b3a29da0d8fbb9c3f7b577a3155c2943 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 12 Feb 2022 11:12:33 +0100 Subject: -doxygen fixes --- src/util/config.c | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'src/util/config.c') diff --git a/src/util/config.c b/src/util/config.c index d368d346e..8123b7343 100644 --- a/src/util/config.c +++ b/src/util/config.c @@ -23,15 +23,6 @@ #include "taler_util.h" -/** - * Obtain denomination amount from configuration file. - * - * @param cfg configuration to use - * @param section section of the configuration to access - * @param option option of the configuration to access - * @param[out] denom set to the amount found in configuration - * @return #GNUNET_OK on success, #GNUNET_SYSERR on error - */ enum GNUNET_GenericReturnValue TALER_config_get_amount (const struct GNUNET_CONFIGURATION_Handle *cfg, const char *section, @@ -67,14 +58,6 @@ TALER_config_get_amount (const struct GNUNET_CONFIGURATION_Handle *cfg, } -/** - * Load our currency from the @a cfg (in section [taler] - * the option "CURRENCY"). - * - * @param cfg configuration to use - * @param[out] currency where to write the result - * @return #GNUNET_OK on success, #GNUNET_SYSERR on failure - */ enum GNUNET_GenericReturnValue TALER_config_get_currency (const struct GNUNET_CONFIGURATION_Handle *cfg, char **currency) -- cgit v1.2.3