diff options
| author | Christian Grothoff <christian@grothoff.org> | 2017-04-20 07:49:56 +0200 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2017-04-20 07:49:56 +0200 | 
| commit | 487237381dc81c16878b2e3faaac37777b6dd7bf (patch) | |
| tree | 542b1b8ed111ebba37c50febd07f24c2afbdeeb0 /src/wire | |
| parent | b0811dd868f24010329cf294a0fd2d28a0cfeae6 (diff) | |
fix misc doxygen issues
Diffstat (limited to 'src/wire')
| -rw-r--r-- | src/wire/plugin_wire_sepa.c | 4 | ||||
| -rw-r--r-- | src/wire/plugin_wire_template.c | 2 | ||||
| -rw-r--r-- | src/wire/plugin_wire_test.c | 4 | 
3 files changed, 5 insertions, 5 deletions
| diff --git a/src/wire/plugin_wire_sepa.c b/src/wire/plugin_wire_sepa.c index e15eabbf..20a7af85 100644 --- a/src/wire/plugin_wire_sepa.c +++ b/src/wire/plugin_wire_sepa.c @@ -357,7 +357,7 @@ validate_iban (const char *iban)   * @param sepa_name name of the account holder   * @param iban bank account number in IBAN format   * @param bic bank identifier - * @param[out] mp purpose to be signed + * @param[out] wsd purpose to be signed   */  static void  compute_purpose (const char *sepa_name, @@ -451,7 +451,7 @@ verify_wire_sepa_signature_ok (const json_t *json,   * @param cls the @e cls of this struct with the plugin-specific state   * @param wire the JSON wire format object   * @param master_pub public key of the exchange to verify against - * @param[OUT] emsg set to an error message, unless we return #TALER_EC_NONE; + * @param[out] emsg set to an error message, unless we return #TALER_EC_NONE;   *             error message must be freed by the caller using GNUNET_free()   * @return #TALER_EC_NONE if correctly formatted   */ diff --git a/src/wire/plugin_wire_template.c b/src/wire/plugin_wire_template.c index aa4e1a3b..95db1583 100644 --- a/src/wire/plugin_wire_template.c +++ b/src/wire/plugin_wire_template.c @@ -98,7 +98,7 @@ template_get_wire_details (void *cls,   * @param cls the @e cls of this struct with the plugin-specific state   * @param wire the JSON wire format object   * @param master_pub public key of the exchange to verify against - * @param[OUT] emsg set to an error message, unless we return #TALER_EC_NONE; + * @param[out] emsg set to an error message, unless we return #TALER_EC_NONE;   *             error message must be freed by the caller using GNUNET_free()   * @return #TALER_EC_NONE if correctly formatted   */ diff --git a/src/wire/plugin_wire_test.c b/src/wire/plugin_wire_test.c index 84bff98b..4f78027c 100644 --- a/src/wire/plugin_wire_test.c +++ b/src/wire/plugin_wire_test.c @@ -183,7 +183,7 @@ test_amount_round (void *cls,   *   * @param account number of the account   * @param bank_uri URI of the bank - * @param[out] mp purpose to be signed + * @param[out] wsd purpose to be signed   */  static void  compute_purpose (uint64_t account, @@ -218,7 +218,7 @@ compute_purpose (uint64_t account,   * @param cls the @e cls of this struct with the plugin-specific state   * @param wire the JSON wire format object   * @param master_pub public key of the exchange to verify against - * @param[OUT] emsg set to an error message, unless we return #TALER_EC_NONE; + * @param[out] emsg set to an error message, unless we return #TALER_EC_NONE;   *             error message must be freed by the caller using GNUNET_free()   * @return #TALER_EC_NONE if correctly formatted   */ | 
