-fix typos for doxygen

This commit is contained in:
Özgür Kesim 2023-04-23 11:10:06 +02:00
parent 88a69ac7f2
commit 08b420dd52
Signed by: oec
GPG Key ID: 3D76A56D79EDD9D7
2 changed files with 5 additions and 7 deletions

View File

@ -788,7 +788,7 @@ verify_commitment_and_max_age (
* @brief Signs and persists the undisclosed coins * @brief Signs and persists the undisclosed coins
* *
* @param connection HTTP-connection to the client * @param connection HTTP-connection to the client
* @param h_commitment_orig Original commitment * @param h_commitment Original commitment
* @param num_coins Number of coins * @param num_coins Number of coins
* @param coin_evs The Hashes of the undisclosed, blinded coins, @a num_coins many * @param coin_evs The Hashes of the undisclosed, blinded coins, @a num_coins many
* @param denom_keys The array of denomination keys, @a num_coins. Needed to detect Clause-Schnorr-based denominations * @param denom_keys The array of denomination keys, @a num_coins. Needed to detect Clause-Schnorr-based denominations

View File

@ -24,15 +24,13 @@
#include "taler_util.h" #include "taler_util.h"
#include "taler_json_lib.h" #include "taler_json_lib.h"
#include "taler_exchangedb_plugin.h" #include "taler_exchangedb_plugin.h"
/** /**
* Store in the database which coin(s) the wallet wanted to create * @brief Store in the database which coin(s) the wallet wanted to create in a
* in a given age-withdraw operation and all of the other information * given age-withdraw operation and all of the other information we learned or
* we learned or created in the /age-withdraw/reveal step. * created in the /age-withdraw/reveal step.
* *
* @param cls the @e cls of this struct with the plugin-specific state * @param cls the @e cls of this struct with the plugin-specific state
* @param h_commitment The commitment of the original age-withdraw request
* @param num_coins The number of revealed coins
* @param revealed_coins The coins
* TODO:oec * TODO:oec
* @return query status for the transaction * @return query status for the transaction
*/ */