diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-10-03 16:08:01 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-10-03 16:08:01 +0200 |
commit | 4129b724a01a80eb65c2b69e154f5f23fc7db152 (patch) | |
tree | c308a7601614d8c83f4fad4fcd98bfadef6b04ba /src/include | |
parent | 789cd97b689513ee80d4c729f6aff8c5a514b352 (diff) |
doxygen fixes, update ChangeLog, bump version
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_auditordb_plugin.h | 2 | ||||
-rw-r--r-- | src/include/taler_twister_testing_lib.h | 2 | ||||
-rw-r--r-- | src/include/taler_util.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/include/taler_auditordb_plugin.h b/src/include/taler_auditordb_plugin.h index 33e1adecb..64952e6e6 100644 --- a/src/include/taler_auditordb_plugin.h +++ b/src/include/taler_auditordb_plugin.h @@ -364,7 +364,7 @@ struct TALER_AUDITORDB_DepositConfirmation * @param cls closure * @param serial_id location of the @a dc in the database * @param dc the deposit confirmation itself - * @return #GNUNET_OK to continue to iterate, #GNUNET_SYSERROR to stop iterating + * @return #GNUNET_OK to continue to iterate, #GNUNET_SYSERR to stop iterating */ typedef int (*TALER_AUDITORDB_DepositConfirmationCallback)( diff --git a/src/include/taler_twister_testing_lib.h b/src/include/taler_twister_testing_lib.h index 4ff3f42a8..6e070fdca 100644 --- a/src/include/taler_twister_testing_lib.h +++ b/src/include/taler_twister_testing_lib.h @@ -105,7 +105,7 @@ TALER_TESTING_cmd_modify_object_ul (const char *label, * * @param label command label * @param config_filename configuration filename. - * @param header name of the header to modify. + * @param path path identifying where to modify. * @param value value to set the header to. * @return the command */ diff --git a/src/include/taler_util.h b/src/include/taler_util.h index 2a64fe8e9..ad2f46a45 100644 --- a/src/include/taler_util.h +++ b/src/include/taler_util.h @@ -351,7 +351,7 @@ enum TALER_EXCHANGE_YesNoAll * @param connection connection to take query argument from * @param arg argument to try for * @param default_val value to assign if the argument is not present - * @param[out] value to set + * @param[out] yna value to set * @return true on success, false if the parameter was malformed */ bool |