diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-18 17:06:24 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-18 17:06:32 +0100 |
commit | 47deacaa152dd39e61615225e14e7a93be9f2a97 (patch) | |
tree | 83ba0715cc3c66e8f451946c31d786b3ff5e63fb /src/lib/testing_api_helpers_auditor.c | |
parent | 48aab68ff5cf5ee364622d34a579f96371d8eecb (diff) |
doxygen
Diffstat (limited to 'src/lib/testing_api_helpers_auditor.c')
-rw-r--r-- | src/lib/testing_api_helpers_auditor.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/lib/testing_api_helpers_auditor.c b/src/lib/testing_api_helpers_auditor.c index ff85c0c8..26585f5b 100644 --- a/src/lib/testing_api_helpers_auditor.c +++ b/src/lib/testing_api_helpers_auditor.c @@ -105,10 +105,9 @@ struct MainWrapperContext * @param compat protocol compatibility information */ static void -auditor_version_cb - (void *cls, - const struct TALER_AUDITOR_VersionInformation *vi, - enum TALER_AUDITOR_VersionCompatibility compat) +auditor_version_cb (void *cls, + const struct TALER_AUDITOR_VersionInformation *vi, + enum TALER_AUDITOR_VersionCompatibility compat) { struct TALER_TESTING_Interpreter *is = cls; @@ -126,7 +125,7 @@ auditor_version_cb * Setup the @a is 'auditor' member before running the main test loop. * * @param cls must be a `struct MainWrapperContext *` - * @param is[in,out] interpreter state to setup + * @param[in,out] is interpreter state to setup */ static void auditor_main_wrapper (void *cls, |