summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bank-lib/taler-fakebank-run.c2
-rw-r--r--src/include/taler_testing_lib.h77
-rw-r--r--src/lib/auditor_api_curl_defaults.c2
-rw-r--r--src/lib/auditor_api_curl_defaults.h2
-rw-r--r--src/lib/auditor_api_deposit_confirmation.c2
-rw-r--r--src/lib/auditor_api_exchanges.c2
-rw-r--r--src/lib/auditor_api_handle.h2
-rw-r--r--src/lib/exchange_api_common.c2
-rw-r--r--src/lib/exchange_api_deposit.c2
-rw-r--r--src/lib/exchange_api_handle.c2
-rw-r--r--src/lib/exchange_api_handle.h2
-rw-r--r--src/lib/exchange_api_payback.c2
-rw-r--r--src/lib/exchange_api_refresh.c2
-rw-r--r--src/lib/exchange_api_refresh_link.c2
-rw-r--r--src/lib/exchange_api_refund.c2
-rw-r--r--src/lib/exchange_api_reserve.c2
-rw-r--r--src/lib/exchange_api_track_transaction.c2
-rw-r--r--src/lib/exchange_api_track_transfer.c2
-rw-r--r--src/lib/exchange_api_wire.c2
-rw-r--r--src/lib/test_auditor_api.c2
-rw-r--r--src/lib/test_auditor_api_version.c2
-rw-r--r--src/lib/test_exchange_api_interpreter_on-off.c2
-rw-r--r--src/lib/test_exchange_api_overlapping_keys_bug.c2
-rw-r--r--src/lib/testing_api_cmd_auditor_deposit_confirmation.c2
-rw-r--r--src/lib/testing_api_cmd_auditor_exchanges.c2
-rw-r--r--src/lib/testing_api_cmd_auditor_exec_auditor.c2
-rw-r--r--src/lib/testing_api_cmd_auditor_exec_auditor_dbinit.c2
-rw-r--r--src/lib/testing_api_cmd_auditor_exec_wire_auditor.c2
-rw-r--r--src/lib/testing_api_cmd_bank_check_empty.c2
-rw-r--r--src/lib/testing_api_cmd_bank_transfer.c2
-rw-r--r--src/lib/testing_api_cmd_check_keys.c2
-rw-r--r--src/lib/testing_api_cmd_deposit.c2
-rw-r--r--src/lib/testing_api_cmd_exec_aggregator.c2
-rw-r--r--src/lib/testing_api_cmd_exec_auditor-sign.c2
-rw-r--r--src/lib/testing_api_cmd_exec_keyup.c2
-rw-r--r--src/lib/testing_api_cmd_exec_wirewatch.c2
-rw-r--r--src/lib/testing_api_cmd_insert_deposit.c2
-rw-r--r--src/lib/testing_api_cmd_refresh.c2
-rw-r--r--src/lib/testing_api_cmd_serialize_keys.c2
-rw-r--r--src/lib/testing_api_cmd_signal.c2
-rw-r--r--src/lib/testing_api_cmd_sleep.c2
-rw-r--r--src/lib/testing_api_cmd_wire.c2
-rw-r--r--src/lib/testing_api_cmd_withdraw.c2
-rw-r--r--src/lib/testing_api_helpers_auditor.c2
-rw-r--r--src/lib/testing_api_loop.c2
-rw-r--r--src/lib/testing_api_trait_amount.c2
-rw-r--r--src/lib/testing_api_trait_blinding_key.c2
-rw-r--r--src/lib/testing_api_trait_cmd.c2
-rw-r--r--src/lib/testing_api_trait_coin_priv.c2
-rw-r--r--src/lib/testing_api_trait_denom_pub.c2
-rw-r--r--src/lib/testing_api_trait_denom_sig.c2
-rw-r--r--src/lib/testing_api_trait_exchange_sig.c2
-rw-r--r--src/lib/testing_api_trait_fresh_coin.c2
-rw-r--r--src/lib/testing_api_trait_json.c2
-rw-r--r--src/lib/testing_api_trait_merchant_key.c5
-rw-r--r--src/lib/testing_api_trait_process.c2
-rw-r--r--src/lib/testing_api_trait_reserve_priv.c2
-rw-r--r--src/lib/testing_api_trait_reserve_pub.c2
-rw-r--r--src/lib/testing_api_trait_time.c2
-rw-r--r--src/lib/testing_api_trait_wtid.c2
-rw-r--r--src/lib/testing_api_traits.c2
61 files changed, 92 insertions, 108 deletions
diff --git a/src/bank-lib/taler-fakebank-run.c b/src/bank-lib/taler-fakebank-run.c
index 2ed21d52d..73cc62400 100644
--- a/src/bank-lib/taler-fakebank-run.c
+++ b/src/bank-lib/taler-fakebank-run.c
@@ -18,7 +18,7 @@
*/
/**
- * @file bank/taler-fakebank-run.c
+ * @file bank-lib/taler-fakebank-run.c
* @brief Launch the fakebank, for testing the fakebank itself.
* @author Marcello Stanisci
*/
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index 04fbde6ee..5ed625eb5 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -118,7 +118,7 @@ struct TALER_TESTING_DatabaseConnection
* launch the exchange process itself.
*
* @param config_filename configuration file to use
- * @param ec[out] will be set to the exchange configuration data
+ * @param[out] ec will be set to the exchange configuration data
* @return #GNUNET_OK on success, #GNUNET_NO if test should be
* skipped, #GNUNET_SYSERR on test failure
*/
@@ -311,7 +311,7 @@ struct TALER_TESTING_BankConfiguration
* @param config_filename configuration file to use
* @param config_section which account to use
* (must match x-taler-bank)
- * @param bc[out] set to the bank's configuration data
+ * @param[out] bc set to the bank's configuration data
* @return #GNUNET_OK on success
*/
int
@@ -495,7 +495,7 @@ struct TALER_TESTING_Command
* commands.
*
* @param cls closure
- * @param ret[out] result (could be anything)
+ * @param[out] ret result (could be anything)
* @param trait name of the trait
* @param index index number of the object to extract.
* @return #GNUNET_OK on success
@@ -796,7 +796,7 @@ TALER_TESTING_run_fakebank (const char *bank_url);
* and reset database.
*
* @param config_filename configuration file name.
- * @param bc[out] set to the bank's configuration data
+ * @param[out] bc set to the bank's configuration data
* @return #GNUNET_OK on success
*/
int
@@ -1745,7 +1745,7 @@ TALER_TESTING_trait_end (void);
* Extract a trait.
*
* @param traits the array of all the traits.
- * @param ret[out] where to store the result.
+ * @param[out] ret where to store the result.
* @param trait type of the trait to extract.
* @param index index number of the trait to extract.
* @return #GNUNET_OK when the trait is found.
@@ -1764,7 +1764,7 @@ TALER_TESTING_get_trait (const struct TALER_TESTING_Trait *traits,
* Obtain a bank transaction row value from @a cmd.
*
* @param cmd command to extract the number from.
- * @param row[out] set to the number coming from @a cmd.
+ * @param[out] row set to the number coming from @a cmd.
* @return #GNUNET_OK on success.
*/
int
@@ -1800,8 +1800,7 @@ TALER_TESTING_make_trait_reserve_priv (unsigned int index,
*
* @param cmd command to extract the reserve priv from.
* @param index reserve priv's index number.
- * @param reserve_priv[out] set to the reserve priv.
- *
+ * @param[out] reserve_priv set to the reserve priv.
* @return #GNUNET_OK on success.
*/
int
@@ -1829,7 +1828,7 @@ TALER_TESTING_make_trait_reserve_pub (unsigned int index,
*
* @param cmd command to extract the reserve pub from.
* @param index reserve pub's index number.
- * @param reserve_pub[out] set to the reserve pub.
+ * @param[out] reserve_pub set to the reserve pub.
* @return #GNUNET_OK on success.
*/
int
@@ -1858,7 +1857,7 @@ TALER_TESTING_make_trait_exchange_sig (unsigned int index,
*
* @param cmd command to extract trait from
* @param index index number of the exchange to obtain.
- * @param exchange_sig[out] set to the offered exchange signature.
+ * @param[out] exchange_sig set to the offered exchange signature.
* @return #GNUNET_OK on success.
*/
int
@@ -1887,7 +1886,7 @@ TALER_TESTING_make_trait_exchange_pub (unsigned int index,
*
* @param cmd command to extract trait from
* @param index index number of the exchange to obtain.
- * @param exchange_pub[out] set to the offered exchange pub.
+ * @param[out] exchange_pub set to the offered exchange pub.
* @return #GNUNET_OK on success.
*/
int
@@ -1903,9 +1902,8 @@ TALER_TESTING_get_trait_exchange_pub (const struct TALER_TESTING_Command *cmd,
* @param cmd command to extract trait from.
* @param index which process to pick if @a cmd
* has multiple on offer.
- * @param processp[out] set to the address of the pointer to the
+ * @param[out] processp set to the address of the pointer to the
* process.
- *
* @return #GNUNET_OK on success.
*/
int
@@ -1946,8 +1944,7 @@ TALER_TESTING_make_trait_coin_priv (unsigned int index,
*
* @param cmd command to extract trait from.
* @param index index of the coin priv to obtain.
- * @param coin_priv[out] set to the private key of the coin.
- *
+ * @param[out] coin_priv set to the private key of the coin.
* @return #GNUNET_OK on success.
*/
int
@@ -1977,8 +1974,7 @@ TALER_TESTING_make_trait_blinding_key (unsigned int index,
*
* @param cmd command to extract trait from
* @param index which coin to pick if @a cmd has multiple on offer.
- * @param blinding_key[out] set to the offered blinding key.
- *
+ * @param[out] blinding_key set to the offered blinding key.
* @return #GNUNET_OK on success.
*/
int
@@ -2008,8 +2004,7 @@ TALER_TESTING_make_trait_denom_pub (unsigned int index,
*
* @param cmd command to extract trait from
* @param index index number of the denom to obtain.
- * @param denom_pub[out] set to the offered denom pub.
- *
+ * @param[out] denom_pub set to the offered denom pub.
* @return #GNUNET_OK on success.
*/
int
@@ -2024,8 +2019,7 @@ TALER_TESTING_get_trait_denom_pub (const struct TALER_TESTING_Command *cmd,
*
* @param cmd command to extract the denom sig from.
* @param index index number associated with the denom sig.
- * @param denom_sig[out] set to the offered signature.
- *
+ * @param[out] denom_sig set to the offered signature.
* @return #GNUNET_OK on success.
*/
int
@@ -2066,8 +2060,7 @@ TALER_TESTING_make_trait_uint64 (unsigned int index,
*
* @param cmd command to extract the number from.
* @param index the number's index number.
- * @param n[out] set to the number coming from @a cmd.
- *
+ * @param[out] n set to the number coming from @a cmd.
* @return #GNUNET_OK on success.
*/
int
@@ -2081,7 +2074,6 @@ TALER_TESTING_get_trait_uint64 (const struct TALER_TESTING_Command *cmd,
*
* @param index the number's index number.
* @param n the number to offer.
- *
* @return #GNUNET_OK on success.
*/
struct TALER_TESTING_Trait
@@ -2094,8 +2086,7 @@ TALER_TESTING_make_trait_uint (unsigned int index,
*
* @param cmd command to extract the number from.
* @param index the number's index number.
- * @param n[out] set to the number coming from @a cmd.
- *
+ * @param[out] n set to the number coming from @a cmd.
* @return #GNUNET_OK on success.
*/
int
@@ -2118,7 +2109,6 @@ struct TALER_TESTING_FreshCoinData;
* if there are multiple on offer. Typically passed as
* zero.
* @param fresh_coins the array of fresh coins to offer
- *
* @return the trait,
*/
struct TALER_TESTING_Trait
@@ -2133,8 +2123,7 @@ TALER_TESTING_make_trait_fresh_coins (unsigned int index,
* @param cmd command to extract the fresh coin from.
* @param index which array to pick if @a cmd has multiple
* on offer.
- * @param fresh_coins[out] will point to the offered array.
- *
+ * @param[out] fresh_coins will point to the offered array.
* @return #GNUNET_OK on success.
*/
int
@@ -2149,7 +2138,7 @@ TALER_TESTING_get_trait_fresh_coins (const struct TALER_TESTING_Command *cmd,
*
* @param cmd command to extract the contract terms from.
* @param index contract terms index number.
- * @param contract_terms[out] where to write the contract
+ * @param[out] contract_terms where to write the contract
* terms.
* @return #GNUNET_OK on success.
*/
@@ -2178,8 +2167,7 @@ TALER_TESTING_make_trait_contract_terms (unsigned int index,
* @param index index number associate with the wire details
* on offer; usually zero, as one command sticks to
* one bank account.
- * @param wire_details[out] where to write the wire details.
- *
+ * @param[out] wire_details where to write the wire details.
* @return #GNUNET_OK on success.
*/
int
@@ -2208,7 +2196,7 @@ TALER_TESTING_make_trait_wire_details (unsigned int index,
*
* @param cmd command to extract the keys from.
* @param index index number associate with the keys on offer.
- * @param keys[out] where to write the serialized keys.
+ * @param[out] keys where to write the serialized keys.
* @return #GNUNET_OK on success.
*/
int
@@ -2237,7 +2225,7 @@ TALER_TESTING_make_trait_exchange_keys (unsigned int index,
* @param cmd command that is offering the key.
* @param index (typically zero) which key to return if there
* are multiple on offer.
- * @param priv[out] set to the key coming from @a cmd.
+ * @param[out] priv set to the key coming from @a cmd.
* @return #GNUNET_OK on success.
*/
int
@@ -2269,7 +2257,7 @@ TALER_TESTING_make_trait_merchant_priv (unsigned int index,
* @param cmd command offering the key.
* @param index (typically zero) which key to return if there
* are multiple on offer.
- * @param pub[out] set to the key coming from @a cmd.
+ * @param[out] pub set to the key coming from @a cmd.
* @return #GNUNET_OK on success.
*/
int
@@ -2299,9 +2287,8 @@ TALER_TESTING_make_trait_merchant_pub (unsigned int index,
* @param cmd command to extract the subject from.
* @param index index number associated with the transfer
* subject to offer.
- * @param s[out] where to write the offered
+ * @param[out] s where to write the offered
* string.
- *
* @return #GNUNET_OK on success.
*/
int
@@ -2330,7 +2317,7 @@ TALER_TESTING_make_trait_string (unsigned int index,
* @param cmd command to extract trait from
* @param index which WTID to pick if @a cmd has multiple on
* offer
- * @param wtid[out] set to the wanted WTID.
+ * @param[out] wtid set to the wanted WTID.
* @return #GNUNET_OK on success
*/
int
@@ -2395,7 +2382,7 @@ TALER_TESTING_make_trait_url (enum TALER_TESTING_URL_Type index,
* @param cmd command to extract the url from.
* @param index which url is to be picked, in case
* multiple are offered.
- * @param url[out] where to write the url.
+ * @param[out] url where to write the url.
* @return #GNUNET_OK on success.
*/
int
@@ -2444,7 +2431,7 @@ TALER_TESTING_make_trait_payto (enum TALER_TESTING_PaytoType pt,
* @param cmd command to extract the url from.
* @param pt which url is to be picked, in case
* multiple are offered.
- * @param url[out] where to write the url.
+ * @param[out] url where to write the url.
* @return #GNUNET_OK on success.
*/
int
@@ -2459,7 +2446,7 @@ TALER_TESTING_get_trait_payto (const struct TALER_TESTING_Command *cmd,
* @param cmd command to extract the order id from.
* @param index which order id is to be picked, in case
* multiple are offered.
- * @param order_id[out] where to write the order id.
+ * @param[out] order_id where to write the order id.
* @return #GNUNET_OK on success.
*/
int
@@ -2487,8 +2474,7 @@ TALER_TESTING_make_trait_order_id (unsigned int index,
* @param cmd command to extract the amount from.
* @param index which amount to pick if @a cmd has multiple
* on offer
- * @param amount[out] set to the amount.
- *
+ * @param[out] amount set to the amount.
* @return #GNUNET_OK on success
*/
int
@@ -2535,8 +2521,7 @@ TALER_TESTING_make_trait_cmd (unsigned int index,
* kind of traits do not need this index. For
* example, a "meta" CMD returns always the
* CMD currently being executed.
- * @param _cmd[out] where to write the wire details.
- *
+ * @param[out] _cmd where to write the wire details.
* @return #GNUNET_OK on success.
*/
int
@@ -2551,7 +2536,7 @@ TALER_TESTING_get_trait_cmd (const struct TALER_TESTING_Command *cmd,
* @param cmd command to extract trait from
* @param index which time stamp to pick if
* @a cmd has multiple on offer.
- * @param time[out] set to the wanted WTID.
+ * @param[out] time set to the wanted WTID.
* @return #GNUNET_OK on success
*/
int
diff --git a/src/lib/auditor_api_curl_defaults.c b/src/lib/auditor_api_curl_defaults.c
index f3286ca9e..e4d825ad3 100644
--- a/src/lib/auditor_api_curl_defaults.c
+++ b/src/lib/auditor_api_curl_defaults.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file auditor-lib/curl_defaults.c
+ * @file lib/curl_defaults.c
* @brief curl easy handle defaults
* @author Florian Dold
*/
diff --git a/src/lib/auditor_api_curl_defaults.h b/src/lib/auditor_api_curl_defaults.h
index 3be5816bf..7cc3ccbc6 100644
--- a/src/lib/auditor_api_curl_defaults.h
+++ b/src/lib/auditor_api_curl_defaults.h
@@ -16,7 +16,7 @@
*/
/**
- * @file auditor-lib/curl_defaults.h
+ * @file lib/curl_defaults.h
* @brief curl easy handle defaults
* @author Florian Dold
*/
diff --git a/src/lib/auditor_api_deposit_confirmation.c b/src/lib/auditor_api_deposit_confirmation.c
index a02c660e4..2fafb2857 100644
--- a/src/lib/auditor_api_deposit_confirmation.c
+++ b/src/lib/auditor_api_deposit_confirmation.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file auditor-lib/auditor_api_deposit_confirmation.c
+ * @file lib/auditor_api_deposit_confirmation.c
* @brief Implementation of the /deposit request of the auditor's HTTP API
* @author Christian Grothoff
*/
diff --git a/src/lib/auditor_api_exchanges.c b/src/lib/auditor_api_exchanges.c
index 9f37f93f7..4dfd5cdcd 100644
--- a/src/lib/auditor_api_exchanges.c
+++ b/src/lib/auditor_api_exchanges.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file auditor-lib/auditor_api_exchanges.c
+ * @file lib/auditor_api_exchanges.c
* @brief Implementation of the /exchanges request of the auditor's HTTP API
* @author Christian Grothoff
*/
diff --git a/src/lib/auditor_api_handle.h b/src/lib/auditor_api_handle.h
index 8c6d83bc3..c89c96696 100644
--- a/src/lib/auditor_api_handle.h
+++ b/src/lib/auditor_api_handle.h
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file auditor-lib/auditor_api_handle.h
+ * @file lib/auditor_api_handle.h
* @brief Internal interface to the handle part of the auditor's HTTP API
* @author Christian Grothoff
*/
diff --git a/src/lib/exchange_api_common.c b/src/lib/exchange_api_common.c
index 2e3cb8d64..02ff73601 100644
--- a/src/lib/exchange_api_common.c
+++ b/src/lib/exchange_api_common.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file exchange-lib/exchange_api_common.c
+ * @file lib/exchange_api_common.c
* @brief common functions for the exchange API
* @author Christian Grothoff
*/
diff --git a/src/lib/exchange_api_deposit.c b/src/lib/exchange_api_deposit.c
index 23ec8a3bd..280de02c0 100644
--- a/src/lib/exchange_api_deposit.c
+++ b/src/lib/exchange_api_deposit.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file exchange-lib/exchange_api_deposit.c
+ * @file lib/exchange_api_deposit.c
* @brief Implementation of the /deposit request of the exchange's HTTP API
* @author Sree Harsha Totakura <sreeharsha@totakura.in>
* @author Christian Grothoff
diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c
index d7f56bc87..41aed278c 100644
--- a/src/lib/exchange_api_handle.c
+++ b/src/lib/exchange_api_handle.c
@@ -18,7 +18,7 @@
*/
/**
- * @file exchange-lib/exchange_api_handle.c
+ * @file lib/exchange_api_handle.c
* @brief Implementation of the "handle" component of the exchange's HTTP API
* @author Sree Harsha Totakura <sreeharsha@totakura.in>
* @author Christian Grothoff
diff --git a/src/lib/exchange_api_handle.h b/src/lib/exchange_api_handle.h
index 52b44c8bd..1aefbd655 100644
--- a/src/lib/exchange_api_handle.h
+++ b/src/lib/exchange_api_handle.h
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file exchange-lib/exchange_api_handle.h
+ * @file lib/exchange_api_handle.h
* @brief Internal interface to the handle part of the exchange's HTTP API
* @author Christian Grothoff
*/
diff --git a/src/lib/exchange_api_payback.c b/src/lib/exchange_api_payback.c
index b2ef9f204..d67cbf462 100644
--- a/src/lib/exchange_api_payback.c
+++ b/src/lib/exchange_api_payback.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file exchange-lib/exchange_api_payback.c
+ * @file lib/exchange_api_payback.c
* @brief Implementation of the /payback request of the exchange's HTTP API
* @author Christian Grothoff
*/
diff --git a/src/lib/exchange_api_refresh.c b/src/lib/exchange_api_refresh.c
index cf852d37f..de3285e06 100644
--- a/src/lib/exchange_api_refresh.c
+++ b/src/lib/exchange_api_refresh.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file exchange-lib/exchange_api_refresh.c
+ * @file lib/exchange_api_refresh.c
* @brief Implementation of the /refresh/melt+reveal requests of the exchange's HTTP API
* @author Christian Grothoff
*/
diff --git a/src/lib/exchange_api_refresh_link.c b/src/lib/exchange_api_refresh_link.c
index 234043120..1a2fc719c 100644
--- a/src/lib/exchange_api_refresh_link.c
+++ b/src/lib/exchange_api_refresh_link.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file exchange-lib/exchange_api_refresh_link.c
+ * @file lib/exchange_api_refresh_link.c
* @brief Implementation of the /refresh/link request of the exchange's HTTP API
* @author Christian Grothoff
*/
diff --git a/src/lib/exchange_api_refund.c b/src/lib/exchange_api_refund.c
index b8c422e88..6f25c0bad 100644
--- a/src/lib/exchange_api_refund.c
+++ b/src/lib/exchange_api_refund.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file exchange-lib/exchange_api_refund.c
+ * @file lib/exchange_api_refund.c
* @brief Implementation of the /refund request of the exchange's HTTP API
* @author Christian Grothoff
*/
diff --git a/src/lib/exchange_api_reserve.c b/src/lib/exchange_api_reserve.c
index 2f9b0e9de..f392544f2 100644
--- a/src/lib/exchange_api_reserve.c
+++ b/src/lib/exchange_api_reserve.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file exchange-lib/exchange_api_reserve.c
+ * @file lib/exchange_api_reserve.c
* @brief Implementation of the /reserve requests of the exchange's HTTP API
* @author Christian Grothoff
*/
diff --git a/src/lib/exchange_api_track_transaction.c b/src/lib/exchange_api_track_transaction.c
index ed8185e41..1aac0efa6 100644
--- a/src/lib/exchange_api_track_transaction.c
+++ b/src/lib/exchange_api_track_transaction.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file exchange-lib/exchange_api_track_transaction.c
+ * @file lib/exchange_api_track_transaction.c
* @brief Implementation of the /track/transaction request of the exchange's HTTP API
* @author Christian Grothoff
*/
diff --git a/src/lib/exchange_api_track_transfer.c b/src/lib/exchange_api_track_transfer.c
index 8720793a2..19ecd96cd 100644
--- a/src/lib/exchange_api_track_transfer.c
+++ b/src/lib/exchange_api_track_transfer.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file exchange-lib/exchange_api_track_transfer.c
+ * @file lib/exchange_api_track_transfer.c
* @brief Implementation of the /track/transfer request of the exchange's HTTP API
* @author Christian Grothoff
*/
diff --git a/src/lib/exchange_api_wire.c b/src/lib/exchange_api_wire.c
index 9058efd62..60ab4a6d1 100644
--- a/src/lib/exchange_api_wire.c
+++ b/src/lib/exchange_api_wire.c
@@ -15,7 +15,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file exchange-lib/exchange_api_wire.c
+ * @file lib/exchange_api_wire.c
* @brief Implementation of the /wire request of the exchange's HTTP API
* @author Christian Grothoff
*/
diff --git a/src/lib/test_auditor_api.c b/src/lib/test_auditor_api.c
index 422468f1a..f333c6895 100644
--- a/src/lib/test_auditor_api.c
+++ b/src/lib/test_auditor_api.c
@@ -18,7 +18,7 @@
*/
/**
- * @file auditor-lib/test_auditor_api.c
+ * @file lib/test_auditor_api.c
* @brief testcase to test auditor's HTTP API interface
* @author Christian Grothoff
* @author Marcello Stanisci
diff --git a/src/lib/test_auditor_api_version.c b/src/lib/test_auditor_api_version.c
index 7444786b8..9dc0fbc72 100644
--- a/src/lib/test_auditor_api_version.c
+++ b/src/lib/test_auditor_api_version.c
@@ -18,7 +18,7 @@
*/
/**
- * @file auditor-lib/test_auditor_api_version.c
+ * @file lib/test_auditor_api_version.c
* @brief testcase to test auditor's HTTP API interface to fetch /version
* @author Christian Grothoff
* @author Marcello Stanisci
diff --git a/src/lib/test_exchange_api_interpreter_on-off.c b/src/lib/test_exchange_api_interpreter_on-off.c
index d30dee952..95eb74da9 100644
--- a/src/lib/test_exchange_api_interpreter_on-off.c
+++ b/src/lib/test_exchange_api_interpreter_on-off.c
@@ -18,7 +18,7 @@
*/
/**
- * @file exchange-lib/test_exchange_api_keys_cherry_picking_new.c
+ * @file lib/test_exchange_api_keys_cherry_picking_new.c
* @brief testcase to test exchange's /keys cherry picking ability
* @author Marcello Stanisci
* @author Christian Grothoff
diff --git a/src/lib/test_exchange_api_overlapping_keys_bug.c b/src/lib/test_exchange_api_overlapping_keys_bug.c
index c6cd17cbd..a6fc018ab 100644
--- a/src/lib/test_exchange_api_overlapping_keys_bug.c
+++ b/src/lib/test_exchange_api_overlapping_keys_bug.c
@@ -18,7 +18,7 @@
*/
/**
- * @file exchange-lib/test_exchange_api_overlapping_keys_bug.c
+ * @file lib/test_exchange_api_overlapping_keys_bug.c
* @brief testcase to test exchange's /keys cherry picking ability and
* other /keys related operations
* @author Marcello Stanisci
diff --git a/src/lib/testing_api_cmd_auditor_deposit_confirmation.c b/src/lib/testing_api_cmd_auditor_deposit_confirmation.c
index 84fba1b30..13a8b9014 100644
--- a/src/lib/testing_api_cmd_auditor_deposit_confirmation.c
+++ b/src/lib/testing_api_cmd_auditor_deposit_confirmation.c
@@ -18,7 +18,7 @@
*/
/**
- * @file auditor-lib/testing_auditor_api_cmd_deposit_confirmation.c
+ * @file lib/testing_auditor_api_cmd_deposit_confirmation.c
* @brief command for testing /deposit_confirmation.
* @author Christian Grothoff
*/
diff --git a/src/lib/testing_api_cmd_auditor_exchanges.c b/src/lib/testing_api_cmd_auditor_exchanges.c
index 9cc07553d..faed2f39f 100644
--- a/src/lib/testing_api_cmd_auditor_exchanges.c
+++ b/src/lib/testing_api_cmd_auditor_exchanges.c
@@ -17,7 +17,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file auditor-lib/testing_auditor_api_cmd_exchanges.c
+ * @file lib/testing_auditor_api_cmd_exchanges.c
* @brief command for testing /exchanges.
* @author Christian Grothoff
*/
diff --git a/src/lib/testing_api_cmd_auditor_exec_auditor.c b/src/lib/testing_api_cmd_auditor_exec_auditor.c
index cff234691..4ae6f43ca 100644
--- a/src/lib/testing_api_cmd_auditor_exec_auditor.c
+++ b/src/lib/testing_api_cmd_auditor_exec_auditor.c
@@ -18,7 +18,7 @@
*/
/**
- * @file auditor-lib/testing_auditor_api_cmd_exec_auditor.c
+ * @file lib/testing_auditor_api_cmd_exec_auditor.c
* @brief run the taler-auditor command
* @author Marcello Stanisci
* @author Christian Grothoff
diff --git a/src/lib/testing_api_cmd_auditor_exec_auditor_dbinit.c b/src/lib/testing_api_cmd_auditor_exec_auditor_dbinit.c
index 3b7e3aa0b..a5990c62c 100644
--- a/src/lib/testing_api_cmd_auditor_exec_auditor_dbinit.c
+++ b/src/lib/testing_api_cmd_auditor_exec_auditor_dbinit.c
@@ -18,7 +18,7 @@
*/
/**
- * @file auditor-lib/testing_auditor_api_cmd_exec_auditor_dbinit.c
+ * @file lib/testing_auditor_api_cmd_exec_auditor_dbinit.c
* @brief run the taler-auditor-dbinit "-r" command
* @author Marcello Stanisci
* @author Christian Grothoff
diff --git a/src/lib/testing_api_cmd_auditor_exec_wire_auditor.c b/src/lib/testing_api_cmd_auditor_exec_wire_auditor.c
index 744420d3f..41c00869f 100644
--- a/src/lib/testing_api_cmd_auditor_exec_wire_auditor.c
+++ b/src/lib/testing_api_cmd_auditor_exec_wire_auditor.c
@@ -18,7 +18,7 @@
*/
/**
- * @file auditor-lib/testing_auditor_api_cmd_exec_wire-auditor.c
+ * @file lib/testing_auditor_api_cmd_exec_wire-auditor.c
* @brief run the taler-wire-auditor command
* @author Marcello Stanisci
* @author Christian Grothoff
diff --git a/src/lib/testing_api_cmd_bank_check_empty.c b/src/lib/testing_api_cmd_bank_check_empty.c
index fddbba527..f099afcb1 100644
--- a/src/lib/testing_api_cmd_bank_check_empty.c
+++ b/src/lib/testing_api_cmd_bank_check_empty.c
@@ -17,7 +17,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file exchange-lib/testing_api_cmd_bank_check_empty.c
+ * @file lib/testing_api_cmd_bank_check_empty.c
* @brief command to check if a particular wire transfer took
* place.
* @author Marcello Stanisci
diff --git a/src/lib/testing_api_cmd_bank_transfer.c b/src/lib/testing_api_cmd_bank_transfer.c
index be5a24329..be014812b 100644
--- a/src/lib/testing_api_cmd_bank_transfer.c
+++ b/src/lib/testing_api_cmd_bank_transfer.c
@@ -17,7 +17,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file exchange-lib/testing_api_cmd_transfer.c
+ * @file lib/testing_api_cmd_transfer.c
* @brief implementation of a bank /transfer command
* @author Christian Grothoff
* @author Marcello Stanisci
diff --git a/src/lib/testing_api_cmd_check_keys.c b/src/lib/testing_api_cmd_check_keys.c
index a67a1e48f..c67377d92 100644
--- a/src/lib/testing_api_cmd_check_keys.c
+++ b/src/lib/testing_api_cmd_check_keys.c
@@ -18,7 +18,7 @@
*/
/**
- * @file exchange-lib/testing_api_cmd_check_keys.c
+ * @file lib/testing_api_cmd_check_keys.c
* @brief Implementation of "check keys" test command. XXX-NOTE:
* the number of 'expected keys' is NOT the number of the
* downloaded keys, but rather the number of keys that the
diff --git a/src/lib/testing_api_cmd_deposit.c b/src/lib/testing_api_cmd_deposit.c
index b0361c61f..eb3d256d1 100644
--- a/src/lib/testing_api_cmd_deposit.c
+++ b/src/lib/testing_api_cmd_deposit.c
@@ -17,7 +17,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file exchange-lib/testing_api_cmd_deposit.c
+ * @file lib/testing_api_cmd_deposit.c
* @brief command for testing /deposit.
* @author Marcello Stanisci
*/
diff --git a/src/lib/testing_api_cmd_exec_aggregator.c b/src/lib/testing_api_cmd_exec_aggregator.c
index 7046f162a..7633d6f47 100644
--- a/src/lib/testing_api_cmd_exec_aggregator.c
+++ b/src/lib/testing_api_cmd_exec_aggregator.c
@@ -18,7 +18,7 @@
*/
/**
- * @file exchange-lib/testing_api_cmd_exec_aggregator.c
+ * @file lib/testing_api_cmd_exec_aggregator.c
* @brief run the taler-exchange-aggregator command
* @author Marcello Stanisci
*/
diff --git a/src/lib/testing_api_cmd_exec_auditor-sign.c b/src/lib/testing_api_cmd_exec_auditor-sign.c
index a37638821..49a494a67 100644
--- a/src/lib/testing_api_cmd_exec_auditor-sign.c
+++ b/src/lib/testing_api_cmd_exec_auditor-sign.c
@@ -18,7 +18,7 @@
*/
/**
- * @file exchange-lib/testing_api_cmd_exec_auditor-sign.c
+ * @file lib/testing_api_cmd_exec_auditor-sign.c
* @brief run the taler-exchange-aggregator command
* @author Marcello Stanisci
*/
diff --git a/src/lib/testing_api_cmd_exec_keyup.c b/src/lib/testing_api_cmd_exec_keyup.c
index 89b9d597e..3ce746527 100644
--- a/src/lib/testing_api_cmd_exec_keyup.c
+++ b/src/lib/testing_api_cmd_exec_keyup.c
@@ -18,7 +18,7 @@
*/
/**
- * @file exchange-lib/testing_api_cmd_exec_keyup.c
+ * @file lib/testing_api_cmd_exec_keyup.c
* @brief run the taler-exchange-keyup command
* @author Marcello Stanisci
* @author Christian Grothoff
diff --git a/src/lib/testing_api_cmd_exec_wirewatch.c b/src/lib/testing_api_cmd_exec_wirewatch.c
index c5a5c2f36..91366316d 100644
--- a/src/lib/testing_api_cmd_exec_wirewatch.c
+++ b/src/lib/testing_api_cmd_exec_wirewatch.c
@@ -18,7 +18,7 @@
*/
/**
- * @file exchange-lib/testing_api_cmd_exec_wirewatch.c
+ * @file lib/testing_api_cmd_exec_wirewatch.c
* @brief run the taler-exchange-wirewatch command
* @author Christian Grothoff
* @author Marcello Stanisci
diff --git a/src/lib/testing_api_cmd_insert_deposit.c b/src/lib/testing_api_cmd_insert_deposit.c
index 7f8135b4a..931ceb162 100644
--- a/src/lib/testing_api_cmd_insert_deposit.c
+++ b/src/lib/testing_api_cmd_insert_deposit.c
@@ -17,7 +17,7 @@
see <http://www.gnu.org/licenses/>
*/
/**
- * @file auditor-lib/testing_api_cmd_insert_deposit.c
+ * @file lib/testing_api_cmd_insert_deposit.c
* @brief deposit a coin directly into the database.
* @author Marcello Stanisci
* @author Christian Grothoff
diff --git a/src/lib/testing_api_cmd_refresh.c b/src/lib/testing_api_cmd_refresh.c
index beaec1688..64215e581 100644
--- a/src/lib/testing_api_cmd_refresh.c
+++ b/src/lib/testing_api_cmd_refresh.c
@@ -17,7 +17,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file exchange-lib/testing_api_cmd_refresh.c
+ * @file lib/testing_api_cmd_refresh.c
* @brief commands for testing all "refresh" features.
* @author Marcello Stanisci
*/
diff --git a/src/lib/testing_api_cmd_serialize_keys.c b/src/lib/testing_api_cmd_serialize_keys.c
index 932ee8324..ab527c8d4 100644
--- a/src/lib/testing_api_cmd_serialize_keys.c
+++ b/src/lib/testing_api_cmd_serialize_keys.c
@@ -18,7 +18,7 @@
*/
/**
- * @file exchange-lib/testing_api_cmd_serialize_keys.c
+ * @file lib/testing_api_cmd_serialize_keys.c
* @brief Lets tests use the keys serialization API.
* @author Marcello Stanisci
*/
diff --git a/src/lib/testing_api_cmd_signal.c b/src/lib/testing_api_cmd_signal.c
index 5a6332947..cca8e02bd 100644
--- a/src/lib/testing_api_cmd_signal.c
+++ b/src/lib/testing_api_cmd_signal.c
@@ -17,7 +17,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file exchange-lib/testing_api_cmd_signal.c
+ * @file lib/testing_api_cmd_signal.c
* @brief command(s) to send signals to processes.
* @author Marcello Stanisci
*/
diff --git a/src/lib/testing_api_cmd_sleep.c b/src/lib/testing_api_cmd_sleep.c
index f3235b8e8..751b81c64 100644
--- a/src/lib/testing_api_cmd_sleep.c
+++ b/src/lib/testing_api_cmd_sleep.c
@@ -17,7 +17,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file exchange-lib/testing_api_cmd_sleep.c
+ * @file lib/testing_api_cmd_sleep.c
* @brief command(s) to sleep for a bit
* @author Christian Grothoff
*/
diff --git a/src/lib/testing_api_cmd_wire.c b/src/lib/testing_api_cmd_wire.c
index 754f00d1d..991a6ceb8 100644
--- a/src/lib/testing_api_cmd_wire.c
+++ b/src/lib/testing_api_cmd_wire.c
@@ -17,7 +17,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file exchange-lib/testing_api_cmd_wire.c
+ * @file lib/testing_api_cmd_wire.c
* @brief command for testing /wire.
* @author Marcello Stanisci
*/
diff --git a/src/lib/testing_api_cmd_withdraw.c b/src/lib/testing_api_cmd_withdraw.c
index 57b440fae..4437c9c98 100644
--- a/src/lib/testing_api_cmd_withdraw.c
+++ b/src/lib/testing_api_cmd_withdraw.c
@@ -17,7 +17,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file exchange-lib/testing_api_cmd_withdraw.c
+ * @file lib/testing_api_cmd_withdraw.c
* @brief main interpreter loop for testcases
* @author Christian Grothoff
* @author Marcello Stanisci
diff --git a/src/lib/testing_api_helpers_auditor.c b/src/lib/testing_api_helpers_auditor.c
index a9b09dd0f..790dcc161 100644
--- a/src/lib/testing_api_helpers_auditor.c
+++ b/src/lib/testing_api_helpers_auditor.c
@@ -18,7 +18,7 @@
*/
/**
- * @file auditor-lib/testing_auditor_api_helpers.c
+ * @file lib/testing_auditor_api_helpers.c
* @brief helper functions
* @author Christian Grothoff
*/
diff --git a/src/lib/testing_api_loop.c b/src/lib/testing_api_loop.c
index fa723eb6e..dd1adea92 100644
--- a/src/lib/testing_api_loop.c
+++ b/src/lib/testing_api_loop.c
@@ -18,7 +18,7 @@
*/
/**
- * @file exchange-lib/testing_api_loop.c
+ * @file lib/testing_api_loop.c
* @brief main interpreter loop for testcases
* @author Christian Grothoff
* @author Marcello Stanisci
diff --git a/src/lib/testing_api_trait_amount.c b/src/lib/testing_api_trait_amount.c
index 86611618c..395e6b6c9 100644
--- a/src/lib/testing_api_trait_amount.c
+++ b/src/lib/testing_api_trait_amount.c
@@ -17,7 +17,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file exchange-lib/testing_api_trait_amount.c
+ * @file lib/testing_api_trait_amount.c
* @brief offer amounts as traits.
* @author Marcello Stanisci
*/
diff --git a/src/lib/testing_api_trait_blinding_key.c b/src/lib/testing_api_trait_blinding_key.c
index e6b9e485d..cf343666e 100644
--- a/src/lib/testing_api_trait_blinding_key.c
+++ b/src/lib/testing_api_trait_blinding_key.c
@@ -17,7 +17,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file exchange-lib/testing_api_trait_blinding_key.c
+ * @file lib/testing_api_trait_blinding_key.c
* @brief offer blinding keys as traits.
* @author Christian Grothoff
* @author Marcello Stanisci
diff --git a/src/lib/testing_api_trait_cmd.c b/src/lib/testing_api_trait_cmd.c
index 9c25fd886..d008bc1dc 100644
--- a/src/lib/testing_api_trait_cmd.c
+++ b/src/lib/testing_api_trait_cmd.c
@@ -18,7 +18,7 @@
*/
/**
- * @file exchange-lib/testing_api_trait_cmd.c
+ * @file lib/testing_api_trait_cmd.c
* @brief offers CMDs as traits.
* @author Marcello Stanisci
*/
diff --git a/src/lib/testing_api_trait_coin_priv.c b/src/lib/testing_api_trait_coin_priv.c
index b7ca1b8f6..1984f808d 100644
--- a/src/lib/testing_api_trait_coin_priv.c
+++ b/src/lib/testing_api_trait_coin_priv.c
@@ -18,7 +18,7 @@
*/
/**
- * @file exchange-lib/testing_api_trait_coin_priv.c
+ * @file lib/testing_api_trait_coin_priv.c
* @brief coin priv traits.
* @author Christian Grothoff
* @author Marcello Stanisci
diff --git a/src/lib/testing_api_trait_denom_pub.c b/src/lib/testing_api_trait_denom_pub.c
index 3bb3182a2..6f6e2f837 100644
--- a/src/lib/testing_api_trait_denom_pub.c
+++ b/src/lib/testing_api_trait_denom_pub.c
@@ -17,7 +17,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file exchange-lib/testing_api_trait_denom_pub.c
+ * @file lib/testing_api_trait_denom_pub.c
* @brief denom pub traits.
* @author Christian Grothoff
* @author Marcello Stanisci
diff --git a/src/lib/testing_api_trait_denom_sig.c b/src/lib/testing_api_trait_denom_sig.c
index 83c19cb82..cfb19d438 100644
--- a/src/lib/testing_api_trait_denom_sig.c
+++ b/src/lib/testing_api_trait_denom_sig.c
@@ -18,7 +18,7 @@
*/
/**
- * @file exchange-lib/testing_api_trait_denom_sig.c
+ * @file lib/testing_api_trait_denom_sig.c
* @brief offer denomination signatures as traits
* @author Christian Grothoff
* @author Marcello Stanisci
diff --git a/src/lib/testing_api_trait_exchange_sig.c b/src/lib/testing_api_trait_exchange_sig.c
index 4b2672d74..5790beb17 100644
--- a/src/lib/testing_api_trait_exchange_sig.c
+++ b/src/lib/testing_api_trait_exchange_sig.c
@@ -17,7 +17,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file exchange-lib/testing_api_trait_exchange_sig.c
+ * @file lib/testing_api_trait_exchange_sig.c
* @brief exchange pub traits.
* @author Christian Grothoff
*/
diff --git a/src/lib/testing_api_trait_fresh_coin.c b/src/lib/testing_api_trait_fresh_coin.c
index e580d9940..3bd1ea223 100644
--- a/src/lib/testing_api_trait_fresh_coin.c
+++ b/src/lib/testing_api_trait_fresh_coin.c
@@ -18,7 +18,7 @@
*/
/**
- * @file exchange-lib/testing_api_fresh_coin.c
+ * @file lib/testing_api_fresh_coin.c
* @brief traits to offer fresh conins (after "melt" operations)
* @author Marcello Stanisci
*/
diff --git a/src/lib/testing_api_trait_json.c b/src/lib/testing_api_trait_json.c
index b3370162b..110661b53 100644
--- a/src/lib/testing_api_trait_json.c
+++ b/src/lib/testing_api_trait_json.c
@@ -18,7 +18,7 @@
*/
/**
- * @file exchange-lib/testing_api_trait_json.c
+ * @file lib/testing_api_trait_json.c
* @brief offers JSON traits.
* @author Marcello Stanisci
*/
diff --git a/src/lib/testing_api_trait_merchant_key.c b/src/lib/testing_api_trait_merchant_key.c
index d39a59247..4dc30c6a2 100644
--- a/src/lib/testing_api_trait_merchant_key.c
+++ b/src/lib/testing_api_trait_merchant_key.c
@@ -38,7 +38,7 @@
* @param cmd command that is offering the key.
* @param index (typically zero) which key to return if there
* are multiple on offer.
- * @param priv[out] set to the key coming from @a cmd.
+ * @param[out] priv set to the key coming from @a cmd.
* @return #GNUNET_OK on success.
*/
int
@@ -85,8 +85,7 @@ TALER_TESTING_make_trait_merchant_priv (unsigned int index,
* @param cmd command offering the key.
* @param index (typically zero) which key to return if there
* are multiple on offer.
- * @param pub[out] set to the key coming from @a cmd.
- *
+ * @param[out] pub set to the key coming from @a cmd.
* @return #GNUNET_OK on success.
*/
int
diff --git a/src/lib/testing_api_trait_process.c b/src/lib/testing_api_trait_process.c
index 5145ff5d8..64888f354 100644
--- a/src/lib/testing_api_trait_process.c
+++ b/src/lib/testing_api_trait_process.c
@@ -18,7 +18,7 @@
*/
/**
- * @file exchange-lib/testing_api_trait_process.c
+ * @file lib/testing_api_trait_process.c
* @brief trait offering process handles.
* @author Christian Grothoff
* @author Marcello Stanisci
diff --git a/src/lib/testing_api_trait_reserve_priv.c b/src/lib/testing_api_trait_reserve_priv.c
index 8a60687fc..1bc8d1944 100644
--- a/src/lib/testing_api_trait_reserve_priv.c
+++ b/src/lib/testing_api_trait_reserve_priv.c
@@ -17,7 +17,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file exchange-lib/testing_api_trait_reserve_priv.c
+ * @file lib/testing_api_trait_reserve_priv.c
* @brief implements reserve private key trait
* @author Christian Grothoff
* @author Marcello Stanisci
diff --git a/src/lib/testing_api_trait_reserve_pub.c b/src/lib/testing_api_trait_reserve_pub.c
index b9cd070d3..331384b24 100644
--- a/src/lib/testing_api_trait_reserve_pub.c
+++ b/src/lib/testing_api_trait_reserve_pub.c
@@ -17,7 +17,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file exchange-lib/testing_api_trait_reserve_pub.c
+ * @file lib/testing_api_trait_reserve_pub.c
* @brief implements reserve public key trait
* @author Christian Grothoff
* @author Marcello Stanisci
diff --git a/src/lib/testing_api_trait_time.c b/src/lib/testing_api_trait_time.c
index 316527d75..415eafdf6 100644
--- a/src/lib/testing_api_trait_time.c
+++ b/src/lib/testing_api_trait_time.c
@@ -18,7 +18,7 @@
*/
/**
- * @file exchange-lib/testing_api_trait_time.c
+ * @file lib/testing_api_trait_time.c
* @brief traits to offer time stamps.
* @author Marcello Stanisci
*/
diff --git a/src/lib/testing_api_trait_wtid.c b/src/lib/testing_api_trait_wtid.c
index 81690f036..54a66b54b 100644
--- a/src/lib/testing_api_trait_wtid.c
+++ b/src/lib/testing_api_trait_wtid.c
@@ -18,7 +18,7 @@
*/
/**
- * @file exchange-lib/testing_api_trait_number.c
+ * @file lib/testing_api_trait_number.c
* @brief traits to offer numbers
* @author Marcello Stanisci
*/
diff --git a/src/lib/testing_api_traits.c b/src/lib/testing_api_traits.c
index 8b75cc48b..366e7e718 100644
--- a/src/lib/testing_api_traits.c
+++ b/src/lib/testing_api_traits.c
@@ -17,7 +17,7 @@
<http://www.gnu.org/licenses/>
*/
/**
- * @file exchange-lib/testing_api_traits.c
+ * @file lib/testing_api_traits.c
* @brief loop for trait resolution
* @author Christian Grothoff
* @author Marcello Stanisci