diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-02-12 11:12:33 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-02-12 11:12:33 +0100 |
commit | bc14c215b3a29da0d8fbb9c3f7b577a3155c2943 (patch) | |
tree | 5d962ab9d2fbd6686a9b094e0ae1d7dee551cac0 /src/util/config.c | |
parent | 819b67426c95b68af800dae4b1dc700cfed822bd (diff) |
-doxygen fixes
Diffstat (limited to 'src/util/config.c')
-rw-r--r-- | src/util/config.c | 17 |
1 files changed, 0 insertions, 17 deletions
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) |