diff options
Diffstat (limited to 'src')
| -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 | ||||
| -rw-r--r-- | src/lib/auditor_api_handle.c | 2 | ||||
| -rw-r--r-- | src/testing/testing_api_cmd_twister_exec_client.c | 2 | ||||
| -rw-r--r-- | src/testing/testing_api_trait_uuid.c | 2 | ||||
| -rw-r--r-- | src/util/yna.c | 2 | 
7 files changed, 7 insertions, 7 deletions
| diff --git a/src/include/taler_auditordb_plugin.h b/src/include/taler_auditordb_plugin.h index 33e1adec..64952e6e 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 4ff3f42a..6e070fdc 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 2a64fe8e..ad2f46a4 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 diff --git a/src/lib/auditor_api_handle.c b/src/lib/auditor_api_handle.c index fda7d445..5a293584 100644 --- a/src/lib/auditor_api_handle.c +++ b/src/lib/auditor_api_handle.c @@ -187,7 +187,7 @@ free_version_request (struct VersionRequest *vr)   * in the @a key_data.   *   * @param[in] resp_obj JSON object to parse - * @param[out] vi where to store the results we decoded + * @param[out] auditor where to store the results we decoded   * @param[out] vc where to store version compatibility data   * @return #TALER_EC_NONE on success   */ diff --git a/src/testing/testing_api_cmd_twister_exec_client.c b/src/testing/testing_api_cmd_twister_exec_client.c index 46265f77..2cb92a8f 100644 --- a/src/testing/testing_api_cmd_twister_exec_client.c +++ b/src/testing/testing_api_cmd_twister_exec_client.c @@ -1050,7 +1050,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 identifies the location to modify   * @param value value to set the header to.   * @return the command   */ diff --git a/src/testing/testing_api_trait_uuid.c b/src/testing/testing_api_trait_uuid.c index 1221be0a..c9b73a5b 100644 --- a/src/testing/testing_api_trait_uuid.c +++ b/src/testing/testing_api_trait_uuid.c @@ -17,7 +17,7 @@    <http://www.gnu.org/licenses/>  */  /** - * @file lib/testing_api_trait_uuid.c + * @file testing/testing_api_trait_uuid.c   * @brief offer any trait that is passed over as a uuid.   * @author Jonathan Buchanan   */ diff --git a/src/util/yna.c b/src/util/yna.c index fa7cf934..849561a5 100644 --- a/src/util/yna.c +++ b/src/util/yna.c @@ -28,7 +28,7 @@   * @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 | 
