diff options
author | MS <ms@taler.net> | 2020-10-09 18:21:27 +0200 |
---|---|---|
committer | MS <ms@taler.net> | 2020-10-09 18:21:27 +0200 |
commit | 27954156322f0a14829e946adc8a24eed1fed34a (patch) | |
tree | b17f9d2944381b27bf1bed864e61b22ac947e776 | |
parent | 95c2f2ce13dbdfa43a1e8fe01619a637ab269107 (diff) |
Addressing @file warnings.
166 files changed, 166 insertions, 166 deletions
diff --git a/src/backend/taler-merchant-httpd_auditors.c b/src/backend/taler-merchant-httpd_auditors.c index 9237f929..b75952f6 100644 --- a/src/backend/taler-merchant-httpd_auditors.c +++ b/src/backend/taler-merchant-httpd_auditors.c @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_auditors.c + * @file taler-merchant-httpd_auditors.c * @brief logic this HTTPD keeps for each exchange we interact with * @author Marcello Stanisci * @author Christian Grothoff diff --git a/src/backend/taler-merchant-httpd_auditors.h b/src/backend/taler-merchant-httpd_auditors.h index 4786b804..1d66c801 100644 --- a/src/backend/taler-merchant-httpd_auditors.h +++ b/src/backend/taler-merchant-httpd_auditors.h @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_auditors.h + * @file taler-merchant-httpd_auditors.h * @brief logic this HTTPD keeps for each exchange we interact with * @author Marcello Stanisci * @author Christian Grothoff diff --git a/src/backend/taler-merchant-httpd_config.c b/src/backend/taler-merchant-httpd_config.c index 9ed433c9..654087ff 100644 --- a/src/backend/taler-merchant-httpd_config.c +++ b/src/backend/taler-merchant-httpd_config.c @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_config.c + * @file taler-merchant-httpd_config.c * @brief implement API for querying configuration data of the backend * @author Florian Dold */ diff --git a/src/backend/taler-merchant-httpd_config.h b/src/backend/taler-merchant-httpd_config.h index e6a713c0..dc324407 100644 --- a/src/backend/taler-merchant-httpd_config.h +++ b/src/backend/taler-merchant-httpd_config.h @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_config.h + * @file taler-merchant-httpd_config.h * @brief headers for /config handler * @author Florian Dold */ diff --git a/src/backend/taler-merchant-httpd_exchanges.c b/src/backend/taler-merchant-httpd_exchanges.c index 3ad7f053..8f733dae 100644 --- a/src/backend/taler-merchant-httpd_exchanges.c +++ b/src/backend/taler-merchant-httpd_exchanges.c @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_exchanges.c + * @file taler-merchant-httpd_exchanges.c * @brief logic this HTTPD keeps for each exchange we interact with * @author Marcello Stanisci * @author Christian Grothoff diff --git a/src/backend/taler-merchant-httpd_exchanges.h b/src/backend/taler-merchant-httpd_exchanges.h index e833410b..95488ca8 100644 --- a/src/backend/taler-merchant-httpd_exchanges.h +++ b/src/backend/taler-merchant-httpd_exchanges.h @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_exchanges.h + * @file taler-merchant-httpd_exchanges.h * @brief logic this HTTPD keeps for each exchange we interact with * @author Marcello Stanisci * @author Christian Grothoff diff --git a/src/backend/taler-merchant-httpd_get-orders-ID.c b/src/backend/taler-merchant-httpd_get-orders-ID.c index d3fdf00b..d905bb02 100644 --- a/src/backend/taler-merchant-httpd_get-orders-ID.c +++ b/src/backend/taler-merchant-httpd_get-orders-ID.c @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_get-orders-ID.c + * @file taler-merchant-httpd_get-orders-ID.c * @brief implementation of GET /orders/$ID * @author Marcello Stanisci * @author Christian Grothoff diff --git a/src/backend/taler-merchant-httpd_get-orders-ID.h b/src/backend/taler-merchant-httpd_get-orders-ID.h index 5546e7cd..b75e794f 100644 --- a/src/backend/taler-merchant-httpd_get-orders-ID.h +++ b/src/backend/taler-merchant-httpd_get-orders-ID.h @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_get-orders-ID.h + * @file taler-merchant-httpd_get-orders-ID.h * @brief implementation of GET /orders/$ID * @author Marcello Stanisci */ diff --git a/src/backend/taler-merchant-httpd_get-tips-ID.c b/src/backend/taler-merchant-httpd_get-tips-ID.c index 75d13332..e7ae703c 100644 --- a/src/backend/taler-merchant-httpd_get-tips-ID.c +++ b/src/backend/taler-merchant-httpd_get-tips-ID.c @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_get-tips-ID.c + * @file taler-merchant-httpd_get-tips-ID.c * @brief implementation of GET /tips/$ID * @author Marcello Stanisci * @author Christian Grothoff diff --git a/src/backend/taler-merchant-httpd_get-tips-ID.h b/src/backend/taler-merchant-httpd_get-tips-ID.h index 9ee73a6a..725d305c 100644 --- a/src/backend/taler-merchant-httpd_get-tips-ID.h +++ b/src/backend/taler-merchant-httpd_get-tips-ID.h @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_get-tips-ID.h + * @file taler-merchant-httpd_get-tips-ID.h * @brief implementation of GET /tips/$ID * @author Marcello Stanisci */ diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-abort.c b/src/backend/taler-merchant-httpd_post-orders-ID-abort.c index 1498bcac..61ba86d1 100644 --- a/src/backend/taler-merchant-httpd_post-orders-ID-abort.c +++ b/src/backend/taler-merchant-httpd_post-orders-ID-abort.c @@ -17,7 +17,7 @@ see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_post-orders-ID-abort.c + * @file taler-merchant-httpd_post-orders-ID-abort.c * @brief handling of POST /orders/$ID/abort requests * @author Marcello Stanisci * @author Christian Grothoff diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-abort.h b/src/backend/taler-merchant-httpd_post-orders-ID-abort.h index 77f55bcf..0c092565 100644 --- a/src/backend/taler-merchant-httpd_post-orders-ID-abort.h +++ b/src/backend/taler-merchant-httpd_post-orders-ID-abort.h @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_post-orders-ID-abort.h + * @file taler-merchant-httpd_post-orders-ID-abort.h * @brief headers for POST /orders/$ID/abort handler * @author Marcello Stanisci * @author Christian Grothoff diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-claim.c b/src/backend/taler-merchant-httpd_post-orders-ID-claim.c index beef21ba..2668786c 100644 --- a/src/backend/taler-merchant-httpd_post-orders-ID-claim.c +++ b/src/backend/taler-merchant-httpd_post-orders-ID-claim.c @@ -18,7 +18,7 @@ */ /** - * @file backend/taler-merchant-httpd_post-orders-ID-claim.c + * @file taler-merchant-httpd_post-orders-ID-claim.c * @brief headers for POST /orders/$ID/claim handler * @author Marcello Stanisci * @author Christian Grothoff diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-claim.h b/src/backend/taler-merchant-httpd_post-orders-ID-claim.h index 5da16070..a356356e 100644 --- a/src/backend/taler-merchant-httpd_post-orders-ID-claim.h +++ b/src/backend/taler-merchant-httpd_post-orders-ID-claim.h @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_post-orders-ID-claim.h + * @file taler-merchant-httpd_post-orders-ID-claim.h * @brief headers for POST /orders/$ID/claim handler * @author Marcello Stanisci * @author Christian Grothoff diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-paid.c b/src/backend/taler-merchant-httpd_post-orders-ID-paid.c index cd2cc172..a2dbaa33 100644 --- a/src/backend/taler-merchant-httpd_post-orders-ID-paid.c +++ b/src/backend/taler-merchant-httpd_post-orders-ID-paid.c @@ -18,7 +18,7 @@ */ /** - * @file backend/taler-merchant-httpd_post-orders-ID-paid.c + * @file taler-merchant-httpd_post-orders-ID-paid.c * @brief handling of POST /orders/$ID/paid requests * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-paid.h b/src/backend/taler-merchant-httpd_post-orders-ID-paid.h index fc03b7d4..5551e072 100644 --- a/src/backend/taler-merchant-httpd_post-orders-ID-paid.h +++ b/src/backend/taler-merchant-httpd_post-orders-ID-paid.h @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_post-orders-ID-paid.h + * @file taler-merchant-httpd_post-orders-ID-paid.h * @brief headers for POST /orders/$ID/paid handler * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c index fd6cc7ab..7d93b4b6 100644 --- a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c +++ b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c @@ -18,7 +18,7 @@ */ /** - * @file backend/taler-merchant-httpd_post-orders-ID-pay.c + * @file taler-merchant-httpd_post-orders-ID-pay.c * @brief handling of POST /orders/$ID/pay requests * @author Marcello Stanisci * @author Christian Grothoff diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-pay.h b/src/backend/taler-merchant-httpd_post-orders-ID-pay.h index dff46de0..efc51ff1 100644 --- a/src/backend/taler-merchant-httpd_post-orders-ID-pay.h +++ b/src/backend/taler-merchant-httpd_post-orders-ID-pay.h @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_post-orders-ID-pay.h + * @file taler-merchant-httpd_post-orders-ID-pay.h * @brief headers for POST /orders/$ID/pay handler * @author Marcello Stanisci * @author Christian Grothoff diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-refund.c b/src/backend/taler-merchant-httpd_post-orders-ID-refund.c index 761a809e..6c862e49 100644 --- a/src/backend/taler-merchant-httpd_post-orders-ID-refund.c +++ b/src/backend/taler-merchant-httpd_post-orders-ID-refund.c @@ -18,7 +18,7 @@ */ /** - * @file backend/taler-merchant-httpd_post-orders-ID-refund.c + * @file taler-merchant-httpd_post-orders-ID-refund.c * @brief handling of POST /orders/$ID/refund requests * @author Jonathan Buchanan */ diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-refund.h b/src/backend/taler-merchant-httpd_post-orders-ID-refund.h index 31201774..1db5d999 100644 --- a/src/backend/taler-merchant-httpd_post-orders-ID-refund.h +++ b/src/backend/taler-merchant-httpd_post-orders-ID-refund.h @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_post-orders-ID-refund.h + * @file taler-merchant-httpd_post-orders-ID-refund.h * @brief headers for POST /orders/$ID/refund handler * @author Jonathan Buchanan */ diff --git a/src/backend/taler-merchant-httpd_post-tips-ID-pickup.c b/src/backend/taler-merchant-httpd_post-tips-ID-pickup.c index ca4ad7ed..79c58632 100644 --- a/src/backend/taler-merchant-httpd_post-tips-ID-pickup.c +++ b/src/backend/taler-merchant-httpd_post-tips-ID-pickup.c @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_post-tips-ID-pickup.c + * @file taler-merchant-httpd_post-tips-ID-pickup.c * @brief implementation of a POST /tips/ID/pickup handler * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_post-tips-ID-pickup.h b/src/backend/taler-merchant-httpd_post-tips-ID-pickup.h index f8ac486e..3a5ef112 100644 --- a/src/backend/taler-merchant-httpd_post-tips-ID-pickup.h +++ b/src/backend/taler-merchant-httpd_post-tips-ID-pickup.h @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_post-tips-ID-pickup.h + * @file taler-merchant-httpd_post-tips-ID-pickup.h * @brief headers for POST /tips/ID/pickup handler * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_private-delete-instances-ID.c b/src/backend/taler-merchant-httpd_private-delete-instances-ID.c index 9c201cdd..c7432f04 100644 --- a/src/backend/taler-merchant-httpd_private-delete-instances-ID.c +++ b/src/backend/taler-merchant-httpd_private-delete-instances-ID.c @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_private-delete-instances-ID.c + * @file taler-merchant-httpd_private-delete-instances-ID.c * @brief implement DELETE /instances/$ID * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_private-delete-instances-ID.h b/src/backend/taler-merchant-httpd_private-delete-instances-ID.h index 0b28dbbd..6fc38f54 100644 --- a/src/backend/taler-merchant-httpd_private-delete-instances-ID.h +++ b/src/backend/taler-merchant-httpd_private-delete-instances-ID.h @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_private-delete-instances-ID.h + * @file taler-merchant-httpd_private-delete-instances-ID.h * @brief implement DELETE /instances/$ID/ * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_private-delete-orders-ID.c b/src/backend/taler-merchant-httpd_private-delete-orders-ID.c index 5cf091ba..aadcb77e 100644 --- a/src/backend/taler-merchant-httpd_private-delete-orders-ID.c +++ b/src/backend/taler-merchant-httpd_private-delete-orders-ID.c @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_private-delete-orders-ID.c + * @file taler-merchant-httpd_private-delete-orders-ID.c * @brief implement DELETE /orders/$ID * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_private-delete-orders-ID.h b/src/backend/taler-merchant-httpd_private-delete-orders-ID.h index e67f5e41..23701edc 100644 --- a/src/backend/taler-merchant-httpd_private-delete-orders-ID.h +++ b/src/backend/taler-merchant-httpd_private-delete-orders-ID.h @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_private-delete-orders-ID.h + * @file taler-merchant-httpd_private-delete-orders-ID.h * @brief implement DELETE /orders/$ID/ * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_private-delete-products-ID.c b/src/backend/taler-merchant-httpd_private-delete-products-ID.c index 2102a92a..054cf3a8 100644 --- a/src/backend/taler-merchant-httpd_private-delete-products-ID.c +++ b/src/backend/taler-merchant-httpd_private-delete-products-ID.c @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_private-delete-products-ID.c + * @file taler-merchant-httpd_private-delete-products-ID.c * @brief implement DELETE /products/$ID * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_private-delete-products-ID.h b/src/backend/taler-merchant-httpd_private-delete-products-ID.h index 507eedf9..feb4059b 100644 --- a/src/backend/taler-merchant-httpd_private-delete-products-ID.h +++ b/src/backend/taler-merchant-httpd_private-delete-products-ID.h @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_private-delete-products-ID.h + * @file taler-merchant-httpd_private-delete-products-ID.h * @brief implement DELETE /products/$ID/ * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_private-delete-reserves-ID.c b/src/backend/taler-merchant-httpd_private-delete-reserves-ID.c index c2060a8a..86d53327 100644 --- a/src/backend/taler-merchant-httpd_private-delete-reserves-ID.c +++ b/src/backend/taler-merchant-httpd_private-delete-reserves-ID.c @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_private-delete-reserves-ID.c + * @file taler-merchant-httpd_private-delete-reserves-ID.c * @brief implement DELETE /reserves/$ID * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_private-delete-reserves-ID.h b/src/backend/taler-merchant-httpd_private-delete-reserves-ID.h index b961d0d7..9180767f 100644 --- a/src/backend/taler-merchant-httpd_private-delete-reserves-ID.h +++ b/src/backend/taler-merchant-httpd_private-delete-reserves-ID.h @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_private-delete-reserves-ID.h + * @file taler-merchant-httpd_private-delete-reserves-ID.h * @brief implement DELETE /reserves/$ID/ * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_private-get-instances-ID.c b/src/backend/taler-merchant-httpd_private-get-instances-ID.c index bf248b15..a68c2111 100644 --- a/src/backend/taler-merchant-httpd_private-get-instances-ID.c +++ b/src/backend/taler-merchant-httpd_private-get-instances-ID.c @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_private-get-instances-ID.c + * @file taler-merchant-httpd_private-get-instances-ID.c * @brief implement GET /instances/$ID * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_private-get-instances-ID.h b/src/backend/taler-merchant-httpd_private-get-instances-ID.h index 8532ad1c..08ac05d5 100644 --- a/src/backend/taler-merchant-httpd_private-get-instances-ID.h +++ b/src/backend/taler-merchant-httpd_private-get-instances-ID.h @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_private-get-instances-ID.h + * @file taler-merchant-httpd_private-get-instances-ID.h * @brief implement GET /instances/$ID/ * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_private-get-instances.c b/src/backend/taler-merchant-httpd_private-get-instances.c index e42cea24..2f2ac591 100644 --- a/src/backend/taler-merchant-httpd_private-get-instances.c +++ b/src/backend/taler-merchant-httpd_private-get-instances.c @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_private-get-instances.c + * @file taler-merchant-httpd_private-get-instances.c * @brief implement GET /instances * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_private-get-instances.h b/src/backend/taler-merchant-httpd_private-get-instances.h index e9e1e79c..2317bdb6 100644 --- a/src/backend/taler-merchant-httpd_private-get-instances.h +++ b/src/backend/taler-merchant-httpd_private-get-instances.h @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_private-get-instances.h + * @file taler-merchant-httpd_private-get-instances.h * @brief implement GET /instances * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_private-get-orders-ID.c b/src/backend/taler-merchant-httpd_private-get-orders-ID.c index dbb573e7..1d4bde27 100644 --- a/src/backend/taler-merchant-httpd_private-get-orders-ID.c +++ b/src/backend/taler-merchant-httpd_private-get-orders-ID.c @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_private-get-orders-ID.c + * @file taler-merchant-httpd_private-get-orders-ID.c * @brief implementation of GET /private/orders/ID handler * @author Florian Dold * @author Christian Grothoff diff --git a/src/backend/taler-merchant-httpd_private-get-orders-ID.h b/src/backend/taler-merchant-httpd_private-get-orders-ID.h index 2b603101..af7f7938 100644 --- a/src/backend/taler-merchant-httpd_private-get-orders-ID.h +++ b/src/backend/taler-merchant-httpd_private-get-orders-ID.h @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_private-get-orders-ID.h + * @file taler-merchant-httpd_private-get-orders-ID.h * @brief headers for GET /private/orders/ID handler * @author Christian Grothoff * @author Florian Dold diff --git a/src/backend/taler-merchant-httpd_private-get-orders.c b/src/backend/taler-merchant-httpd_private-get-orders.c index 3c77e9c4..ca27c92a 100644 --- a/src/backend/taler-merchant-httpd_private-get-orders.c +++ b/src/backend/taler-merchant-httpd_private-get-orders.c @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_private-get-orders.c + * @file taler-merchant-httpd_private-get-orders.c * @brief implement GET /orders * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_private-get-orders.h b/src/backend/taler-merchant-httpd_private-get-orders.h index c6f6fbb8..2cc94ad8 100644 --- a/src/backend/taler-merchant-httpd_private-get-orders.h +++ b/src/backend/taler-merchant-httpd_private-get-orders.h @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_private-get-orders.h + * @file taler-merchant-httpd_private-get-orders.h * @brief implement GET /orders * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_private-get-products-ID.c b/src/backend/taler-merchant-httpd_private-get-products-ID.c index f446ac21..db5c223e 100644 --- a/src/backend/taler-merchant-httpd_private-get-products-ID.c +++ b/src/backend/taler-merchant-httpd_private-get-products-ID.c @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_private-get-products-ID.c + * @file taler-merchant-httpd_private-get-products-ID.c * @brief implement GET /products/$ID * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_private-get-products-ID.h b/src/backend/taler-merchant-httpd_private-get-products-ID.h index d6e9c7af..1501ba7f 100644 --- a/src/backend/taler-merchant-httpd_private-get-products-ID.h +++ b/src/backend/taler-merchant-httpd_private-get-products-ID.h @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_private-get-products-ID.h + * @file taler-merchant-httpd_private-get-products-ID.h * @brief implement GET /products/$ID/ * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_private-get-products.c b/src/backend/taler-merchant-httpd_private-get-products.c index 538dec2f..fc07d311 100644 --- a/src/backend/taler-merchant-httpd_private-get-products.c +++ b/src/backend/taler-merchant-httpd_private-get-products.c @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_private-get-products.c + * @file taler-merchant-httpd_private-get-products.c * @brief implement GET /products * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_private-get-products.h b/src/backend/taler-merchant-httpd_private-get-products.h index dbfd59eb..dc4eeeb7 100644 --- a/src/backend/taler-merchant-httpd_private-get-products.h +++ b/src/backend/taler-merchant-httpd_private-get-products.h @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_private-get-products.h + * @file taler-merchant-httpd_private-get-products.h * @brief implement GET /products * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_private-get-reserves-ID.c b/src/backend/taler-merchant-httpd_private-get-reserves-ID.c index 9d45fc14..9d7839f9 100644 --- a/src/backend/taler-merchant-httpd_private-get-reserves-ID.c +++ b/src/backend/taler-merchant-httpd_private-get-reserves-ID.c @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_private-get-reserves-ID.c + * @file taler-merchant-httpd_private-get-reserves-ID.c * @brief implement GET /reserves/$RESERVE_PUB endpoint * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_private-get-reserves-ID.h b/src/backend/taler-merchant-httpd_private-get-reserves-ID.h index 4b9fa067..d72805c4 100644 --- a/src/backend/taler-merchant-httpd_private-get-reserves-ID.h +++ b/src/backend/taler-merchant-httpd_private-get-reserves-ID.h @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_private-get-reserves-ID.h + * @file taler-merchant-httpd_private-get-reserves-ID.h * @brief headers for /tip-query handler * @author Florian Dold */ diff --git a/src/backend/taler-merchant-httpd_private-get-reserves.c b/src/backend/taler-merchant-httpd_private-get-reserves.c index 97a27f32..a495da4e 100644 --- a/src/backend/taler-merchant-httpd_private-get-reserves.c +++ b/src/backend/taler-merchant-httpd_private-get-reserves.c @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_private-get-reserves.c + * @file taler-merchant-httpd_private-get-reserves.c * @brief implement GET /reserves * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_private-get-reserves.h b/src/backend/taler-merchant-httpd_private-get-reserves.h index 46d21ec8..705f0761 100644 --- a/src/backend/taler-merchant-httpd_private-get-reserves.h +++ b/src/backend/taler-merchant-httpd_private-get-reserves.h @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_private-get-reserves.h + * @file taler-merchant-httpd_private-get-reserves.h * @brief implement GET /reserves * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_private-get-tips-ID.c b/src/backend/taler-merchant-httpd_private-get-tips-ID.c index 881012e0..440871d9 100644 --- a/src/backend/taler-merchant-httpd_private-get-tips-ID.c +++ b/src/backend/taler-merchant-httpd_private-get-tips-ID.c @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_get-tips-ID.c + * @file taler-merchant-httpd_get-tips-ID.c * @brief implementation of a GET /tips/ID handler * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_private-get-tips-ID.h b/src/backend/taler-merchant-httpd_private-get-tips-ID.h index 5c428c92..a99dc365 100644 --- a/src/backend/taler-merchant-httpd_private-get-tips-ID.h +++ b/src/backend/taler-merchant-httpd_private-get-tips-ID.h @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_get-tips-ID.h + * @file taler-merchant-httpd_get-tips-ID.h * @brief headers for GET /tips/ID handler * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_private-get-tips.c b/src/backend/taler-merchant-httpd_private-get-tips.c index fa694b31..c012ad39 100644 --- a/src/backend/taler-merchant-httpd_private-get-tips.c +++ b/src/backend/taler-merchant-httpd_private-get-tips.c @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_private-get-tips.c + * @file taler-merchant-httpd_private-get-tips.c * @brief implementation of a GET /private/tips handler * @author Jonathan Buchanan */ diff --git a/src/backend/taler-merchant-httpd_private-get-tips.h b/src/backend/taler-merchant-httpd_private-get-tips.h index a892726e..d1ce18f0 100644 --- a/src/backend/taler-merchant-httpd_private-get-tips.h +++ b/src/backend/taler-merchant-httpd_private-get-tips.h @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_private-get-tips.h + * @file taler-merchant-httpd_private-get-tips.h * @brief headers for GET /private/tips handler * @author Jonathan Buchanan */ diff --git a/src/backend/taler-merchant-httpd_private-get-transfers.c b/src/backend/taler-merchant-httpd_private-get-transfers.c index 534866b6..e3316157 100644 --- a/src/backend/taler-merchant-httpd_private-get-transfers.c +++ b/src/backend/taler-merchant-httpd_private-get-transfers.c @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_private-get-transfers.c + * @file taler-merchant-httpd_private-get-transfers.c * @brief implement API for obtaining a list of wire transfers * @author Marcello Stanisci * @author Christian Grothoff diff --git a/src/backend/taler-merchant-httpd_private-get-transfers.h b/src/backend/taler-merchant-httpd_private-get-transfers.h index 556e8558..2aa41803 100644 --- a/src/backend/taler-merchant-httpd_private-get-transfers.h +++ b/src/backend/taler-merchant-httpd_private-get-transfers.h @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_private-get-transfers.h + * @file taler-merchant-httpd_private-get-transfers.h * @brief headers for GET /transfers handler * @author Christian Grothoff * @author Marcello Stanisci diff --git a/src/backend/taler-merchant-httpd_private-patch-instances-ID.h b/src/backend/taler-merchant-httpd_private-patch-instances-ID.h index dde86a9b..5fe29645 100644 --- a/src/backend/taler-merchant-httpd_private-patch-instances-ID.h +++ b/src/backend/taler-merchant-httpd_private-patch-instances-ID.h @@ -18,7 +18,7 @@ */ /** - * @file backend/taler-merchant-httpd_private-patch-instances-ID.h + * @file taler-merchant-httpd_private-patch-instances-ID.h * @brief implementing POST /instances request handling * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_private-patch-orders-ID-forget.c b/src/backend/taler-merchant-httpd_private-patch-orders-ID-forget.c index 86e7d036..d9d8df49 100644 --- a/src/backend/taler-merchant-httpd_private-patch-orders-ID-forget.c +++ b/src/backend/taler-merchant-httpd_private-patch-orders-ID-forget.c @@ -18,7 +18,7 @@ */ /** - * @file backend/taler-merchant-httpd_private-patch-orders-ID-forget.c + * @file taler-merchant-httpd_private-patch-orders-ID-forget.c * @brief implementing PATCH /orders/$ORDER_ID/forget request handling * @author Jonathan Buchanan */ diff --git a/src/backend/taler-merchant-httpd_private-patch-orders-ID-forget.h b/src/backend/taler-merchant-httpd_private-patch-orders-ID-forget.h index 38a4c970..4e4db534 100644 --- a/src/backend/taler-merchant-httpd_private-patch-orders-ID-forget.h +++ b/src/backend/taler-merchant-httpd_private-patch-orders-ID-forget.h @@ -18,7 +18,7 @@ */ /** - * @file backend/taler-merchant-httpd_private-patch-orders-ID-forget.h + * @file taler-merchant-httpd_private-patch-orders-ID-forget.h * @brief implementing PATCH /orders/$ORDER_ID/forget request handling * @author Jonathan Buchanan */ diff --git a/src/backend/taler-merchant-httpd_private-patch-products-ID.h b/src/backend/taler-merchant-httpd_private-patch-products-ID.h index b034fd0f..e7f8fcfd 100644 --- a/src/backend/taler-merchant-httpd_private-patch-products-ID.h +++ b/src/backend/taler-merchant-httpd_private-patch-products-ID.h @@ -18,7 +18,7 @@ */ /** - * @file backend/taler-merchant-httpd_private-patch-products-ID.h + * @file taler-merchant-httpd_private-patch-products-ID.h * @brief implementing POST /products request handling * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_private-post-instances.c b/src/backend/taler-merchant-httpd_private-post-instances.c index 19d6b80d..a839015d 100644 --- a/src/backend/taler-merchant-httpd_private-post-instances.c +++ b/src/backend/taler-merchant-httpd_private-post-instances.c @@ -18,7 +18,7 @@ */ /** - * @file backend/taler-merchant-httpd_private-post-instances.c + * @file taler-merchant-httpd_private-post-instances.c * @brief implementing POST /instances request handling * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_private-post-instances.h b/src/backend/taler-merchant-httpd_private-post-instances.h index b30d0396..b2d8ccf7 100644 --- a/src/backend/taler-merchant-httpd_private-post-instances.h +++ b/src/backend/taler-merchant-httpd_private-post-instances.h @@ -18,7 +18,7 @@ */ /** - * @file backend/taler-merchant-httpd_private-post-instances.h + * @file taler-merchant-httpd_private-post-instances.h * @brief implementing POST /instances request handling * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_private-post-orders-ID-refund.c b/src/backend/taler-merchant-httpd_private-post-orders-ID-refund.c index 7af14873..06845bb8 100644 --- a/src/backend/taler-merchant-httpd_private-post-orders-ID-refund.c +++ b/src/backend/taler-merchant-httpd_private-post-orders-ID-refund.c @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_private-post-orders-ID-refund.c + * @file taler-merchant-httpd_private-post-orders-ID-refund.c * @brief Handle request to increase the refund for an order * @author Marcello Stanisci * @author Christian Grothoff diff --git a/src/backend/taler-merchant-httpd_private-post-orders-ID-refund.h b/src/backend/taler-merchant-httpd_private-post-orders-ID-refund.h index 970fe4cf..7fb1769e 100644 --- a/src/backend/taler-merchant-httpd_private-post-orders-ID-refund.h +++ b/src/backend/taler-merchant-httpd_private-post-orders-ID-refund.h @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_private-post-orders-ID-refund.h + * @file taler-merchant-httpd_private-post-orders-ID-refund.h * @brief Handle request to increase the refund for an order * @author Marcello Stanisci * @author Christian Grothoff diff --git a/src/backend/taler-merchant-httpd_private-post-orders-ID-track-UNSPEC.c b/src/backend/taler-merchant-httpd_private-post-orders-ID-track-UNSPEC.c index f783d3a5..6fc8e167 100644 --- a/src/backend/taler-merchant-httpd_private-post-orders-ID-track-UNSPEC.c +++ b/src/backend/taler-merchant-httpd_private-post-orders-ID-track-UNSPEC.c @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_track-transaction.c + * @file taler-merchant-httpd_track-transaction.c * @brief implement API for tracking deposits and wire transfers * @author Marcello Stanisci * @author Christian Grothoff diff --git a/src/backend/taler-merchant-httpd_private-post-orders-ID-track-UNSPEC.h b/src/backend/taler-merchant-httpd_private-post-orders-ID-track-UNSPEC.h index d6201107..02b9a7b5 100644 --- a/src/backend/taler-merchant-httpd_private-post-orders-ID-track-UNSPEC.h +++ b/src/backend/taler-merchant-httpd_private-post-orders-ID-track-UNSPEC.h @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_track-transaction.h + * @file taler-merchant-httpd_track-transaction.h * @brief headers for /track/transaction handler * @author Christian Grothoff * @author Marcello Stanisci diff --git a/src/backend/taler-merchant-httpd_private-post-orders.c b/src/backend/taler-merchant-httpd_private-post-orders.c index 7fc40324..23ea1ef6 100644 --- a/src/backend/taler-merchant-httpd_private-post-orders.c +++ b/src/backend/taler-merchant-httpd_private-post-orders.c @@ -18,7 +18,7 @@ */ /** - * @file backend/taler-merchant-httpd_private-post-orders.c + * @file taler-merchant-httpd_private-post-orders.c * @brief the POST /orders handler * @author Christian Grothoff * @author Marcello Stanisci diff --git a/src/backend/taler-merchant-httpd_private-post-orders.h b/src/backend/taler-merchant-httpd_private-post-orders.h index ff739863..9bffb6aa 100644 --- a/src/backend/taler-merchant-httpd_private-post-orders.h +++ b/src/backend/taler-merchant-httpd_private-post-orders.h @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_private-post-orders.h + * @file taler-merchant-httpd_private-post-orders.h * @brief headers for POST /orders handler * @author Marcello Stanisci */ diff --git a/src/backend/taler-merchant-httpd_private-post-products-ID-lock.c b/src/backend/taler-merchant-httpd_private-post-products-ID-lock.c index 5758362d..6cb6650a 100644 --- a/src/backend/taler-merchant-httpd_private-post-products-ID-lock.c +++ b/src/backend/taler-merchant-httpd_private-post-products-ID-lock.c @@ -18,7 +18,7 @@ */ /** - * @file backend/taler-merchant-httpd_private-post-products-ID-lock.c + * @file taler-merchant-httpd_private-post-products-ID-lock.c * @brief implementing POST /products/$ID/lock request handling * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_private-post-products-ID-lock.h b/src/backend/taler-merchant-httpd_private-post-products-ID-lock.h index 0d5d9a3a..ea407e10 100644 --- a/src/backend/taler-merchant-httpd_private-post-products-ID-lock.h +++ b/src/backend/taler-merchant-httpd_private-post-products-ID-lock.h @@ -18,7 +18,7 @@ */ /** - * @file backend/taler-merchant-httpd_private-post-products-ID-lock.h + * @file taler-merchant-httpd_private-post-products-ID-lock.h * @brief implementing POST /products/$ID/lock request handling * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_private-post-products.c b/src/backend/taler-merchant-httpd_private-post-products.c index 88c59080..dd690baf 100644 --- a/src/backend/taler-merchant-httpd_private-post-products.c +++ b/src/backend/taler-merchant-httpd_private-post-products.c @@ -18,7 +18,7 @@ */ /** - * @file backend/taler-merchant-httpd_private-post-products.c + * @file taler-merchant-httpd_private-post-products.c * @brief implementing POST /products request handling * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_private-post-products.h b/src/backend/taler-merchant-httpd_private-post-products.h index efcbf5f0..7a2bf24d 100644 --- a/src/backend/taler-merchant-httpd_private-post-products.h +++ b/src/backend/taler-merchant-httpd_private-post-products.h @@ -18,7 +18,7 @@ */ /** - * @file backend/taler-merchant-httpd_private-post-products.h + * @file taler-merchant-httpd_private-post-products.h * @brief implementing POST /products request handling * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_private-post-reserves-ID-authorize-tip.c b/src/backend/taler-merchant-httpd_private-post-reserves-ID-authorize-tip.c index da5a315e..fa17a0ec 100644 --- a/src/backend/taler-merchant-httpd_private-post-reserves-ID-authorize-tip.c +++ b/src/backend/taler-merchant-httpd_private-post-reserves-ID-authorize-tip.c @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_private-post-reserves-ID-authorize-tip.c + * @file taler-merchant-httpd_private-post-reserves-ID-authorize-tip.c * @brief implement API for authorizing tips to be paid to visitors * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_private-post-reserves-ID-authorize-tip.h b/src/backend/taler-merchant-httpd_private-post-reserves-ID-authorize-tip.h index 297a53d1..ff27df78 100644 --- a/src/backend/taler-merchant-httpd_private-post-reserves-ID-authorize-tip.h +++ b/src/backend/taler-merchant-httpd_private-post-reserves-ID-authorize-tip.h @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_private-post-reserves-ID-authorize-tip.h + * @file taler-merchant-httpd_private-post-reserves-ID-authorize-tip.h * @brief headers for /reserves/ID/tip-authorize * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_private-post-reserves.c b/src/backend/taler-merchant-httpd_private-post-reserves.c index 4f78b897..6734fa44 100644 --- a/src/backend/taler-merchant-httpd_private-post-reserves.c +++ b/src/backend/taler-merchant-httpd_private-post-reserves.c @@ -18,7 +18,7 @@ */ /** - * @file backend/taler-merchant-httpd_private-post-reserves.c + * @file taler-merchant-httpd_private-post-reserves.c * @brief implementing POST /reserves request handling * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_private-post-reserves.h b/src/backend/taler-merchant-httpd_private-post-reserves.h index 2c356488..ca06fe2f 100644 --- a/src/backend/taler-merchant-httpd_private-post-reserves.h +++ b/src/backend/taler-merchant-httpd_private-post-reserves.h @@ -18,7 +18,7 @@ */ /** - * @file backend/taler-merchant-httpd_private-post-reserves.h + * @file taler-merchant-httpd_private-post-reserves.h * @brief implementing POST /reserves request handling * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_private-post-transfers.c b/src/backend/taler-merchant-httpd_private-post-transfers.c index 0433059e..0f21d632 100644 --- a/src/backend/taler-merchant-httpd_private-post-transfers.c +++ b/src/backend/taler-merchant-httpd_private-post-transfers.c @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_private-post-transfers.c + * @file taler-merchant-httpd_private-post-transfers.c * @brief implement API for registering wire transfers * @author Marcello Stanisci * @author Christian Grothoff diff --git a/src/backend/taler-merchant-httpd_private-post-transfers.h b/src/backend/taler-merchant-httpd_private-post-transfers.h index 676b27d4..a83a3449 100644 --- a/src/backend/taler-merchant-httpd_private-post-transfers.h +++ b/src/backend/taler-merchant-httpd_private-post-transfers.h @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_private-post-transfers.h + * @file taler-merchant-httpd_private-post-transfers.h * @brief headers for /track/transfer handler * @author Christian Grothoff * @author Marcello Stanisci diff --git a/src/backend/taler-merchant-httpd_reserves.c b/src/backend/taler-merchant-httpd_reserves.c index 1a2e1aa9..b05a22aa 100644 --- a/src/backend/taler-merchant-httpd_reserves.c +++ b/src/backend/taler-merchant-httpd_reserves.c @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_reserves.c + * @file taler-merchant-httpd_reserves.c * @brief logic for initially tracking a reserve's status * @author Christian Grothoff */ diff --git a/src/backend/taler-merchant-httpd_reserves.h b/src/backend/taler-merchant-httpd_reserves.h index e7cab1b9..af4133b1 100644 --- a/src/backend/taler-merchant-httpd_reserves.h +++ b/src/backend/taler-merchant-httpd_reserves.h @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file backend/taler-merchant-httpd_reserves.h + * @file taler-merchant-httpd_reserves.h * @brief logic for initially tracking a reserve's status * @author Christian Grothoff */ diff --git a/src/backenddb/merchantdb_plugin.c b/src/backenddb/merchantdb_plugin.c index d548ab0a..1c1d8913 100644 --- a/src/backenddb/merchantdb_plugin.c +++ b/src/backenddb/merchantdb_plugin.c @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file merchantdb/merchantdb_plugin.c + * @file merchantdb_plugin.c * @brief Logic to load database plugin * @author Christian Grothoff * @author Sree Harsha Totakura <sreeharsha@totakura.in> diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c index ee07245a..2d63ad06 100644 --- a/src/backenddb/plugin_merchantdb_postgres.c +++ b/src/backenddb/plugin_merchantdb_postgres.c @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file merchant/plugin_merchantdb_postgres.c + * @file plugin_merchantdb_postgres.c * @brief database helper functions for postgres used by the merchant * @author Sree Harsha Totakura <sreeharsha@totakura.in> * @author Christian Grothoff diff --git a/src/backenddb/test_merchantdb.c b/src/backenddb/test_merchantdb.c index fa7dffa8..a08139e9 100644 --- a/src/backenddb/test_merchantdb.c +++ b/src/backenddb/test_merchantdb.c @@ -14,7 +14,7 @@ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> */ /** - * @file merchant/test_merchantdb.c + * @file test_merchantdb.c * @brief testcase for merchant's postgres db plugin * @author Marcello Stanisci * @author Christian Grothoff diff --git a/src/include/platform.h b/src/include/platform.h index a2765145..b843c298 100644 --- a/src/include/platform.h +++ b/src/include/platform.h @@ -15,7 +15,7 @@ */ /** - * @file include/platform.h + * @file platform.h * @brief This file contains the includes and definitions which are used by the * rest of the modules * @author Sree Harsha Totakura <sreeharsha@totakura.in> diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h index 1ff5fde3..d68a6b12 100644 --- a/src/include/taler_merchant_service.h +++ b/src/include/taler_merchant_service.h @@ -14,7 +14,7 @@ TALER; see the file COPYING.LIB. If not, see <http://www.gnu.org/licenses/> */ /** - * @file include/taler_merchant_service.h + * @file taler_merchant_service.h * @brief C interface of libtalermerchant, a C library to use merchant's HTTP API * @author Christian Grothoff * @author Marcello Stanisci diff --git a/src/include/taler_merchant_testing_lib.h b/src/include/taler_merchant_testing_lib.h index 7c904dee..ac500766 100644 --- a/src/include/taler_merchant_testing_lib.h +++ b/src/include/taler_merchant_testing_lib.h @@ -18,7 +18,7 @@ */ /** - * @file include/taler_testing_lib.h + * @file taler_merchant_testing_lib.h * @brief API for writing an interpreter to test Taler components * @author Christian Grothoff <christian@grothoff.org> * @author Marcello Stanisci diff --git a/src/include/taler_merchantdb_lib.h b/src/include/taler_merchantdb_lib.h index 2820e903..11678fa7 100644 --- a/src/include/taler_merchantdb_lib.h +++ b/src/include/taler_merchantdb_lib.h @@ -15,7 +15,7 @@ */ /** - * @file include/taler_merchantdb_lib.h + * @file taler_merchantdb_lib.h * @brief database helper functions used by the merchant backend * @author Sree Harsha Totakura <sreeharsha@totakura.in> */ diff --git a/src/include/taler_merchantdb_plugin.h b/src/include/taler_merchantdb_plugin.h index 6e272a50..79a9b982 100644 --- a/src/include/taler_merchantdb_plugin.h +++ b/src/include/taler_merchantdb_plugin.h @@ -14,7 +14,7 @@ TALER; see the file COPYING.GPL. If not, see <http://www.gnu.org/licenses/> */ /** - * @file include/taler_merchantdb_plugin.h + * @file taler_merchantdb_plugin.h * @brief database access for the merchant * @author Florian Dold * @author Christian Grothoff diff --git a/src/lib/merchant_api_common.c b/src/lib/merchant_api_common.c index 3c3c91fc..88e60071 100644 --- a/src/lib/merchant_api_common.c +++ b/src/lib/merchant_api_common.c @@ -15,7 +15,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_common.c + * @file merchant_api_common.c * @brief Implementation of common logic for libtalermerchant * @author Christian Grothoff */ diff --git a/src/lib/merchant_api_delete_instance.c b/src/lib/merchant_api_delete_instance.c index 6ee57882..6147ccaa 100644 --- a/src/lib/merchant_api_delete_instance.c +++ b/src/lib/merchant_api_delete_instance.c @@ -15,7 +15,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_delete_instance.c + * @file merchant_api_delete_instance.c * @brief Implementation of the DELETE /instance/$ID request of the merchant's HTTP API * @author Christian Grothoff */ diff --git a/src/lib/merchant_api_delete_order.c b/src/lib/merchant_api_delete_order.c index 028697bd..a10b49cb 100644 --- a/src/lib/merchant_api_delete_order.c +++ b/src/lib/merchant_api_delete_order.c @@ -15,7 +15,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_delete_order.c + * @file merchant_api_delete_order.c * @brief Implementation of the DELETE /orders/$ORDER_ID request of the merchant's HTTP API * @author Jonathan Buchanan */ diff --git a/src/lib/merchant_api_delete_product.c b/src/lib/merchant_api_delete_product.c index 3cfabdf8..dd4f432e 100644 --- a/src/lib/merchant_api_delete_product.c +++ b/src/lib/merchant_api_delete_product.c @@ -15,7 +15,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_delete_product.c + * @file merchant_api_delete_product.c * @brief Implementation of the DELETE /product/$ID request of the merchant's HTTP API * @author Christian Grothoff */ diff --git a/src/lib/merchant_api_delete_reserve.c b/src/lib/merchant_api_delete_reserve.c index 098b7437..d257b43f 100644 --- a/src/lib/merchant_api_delete_reserve.c +++ b/src/lib/merchant_api_delete_reserve.c @@ -15,7 +15,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_delete_reserve.c + * @file merchant_api_delete_reserve.c * @brief Implementation of the DELETE /reserves/$RESERVE_PUB request of the merchant's HTTP API * @author Jonathan Buchanan */ diff --git a/src/lib/merchant_api_get_config.c b/src/lib/merchant_api_get_config.c index 6a74e901..f24b089a 100644 --- a/src/lib/merchant_api_get_config.c +++ b/src/lib/merchant_api_get_config.c @@ -15,7 +15,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_get_config.c + * @file merchant_api_get_config.c * @brief Implementation of the /config request of the merchant's HTTP API * @author Christian Grothoff */ diff --git a/src/lib/merchant_api_get_instance.c b/src/lib/merchant_api_get_instance.c index ccd7bd8d..1a60a6a3 100644 --- a/src/lib/merchant_api_get_instance.c +++ b/src/lib/merchant_api_get_instance.c @@ -15,7 +15,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_get_instance.c + * @file merchant_api_get_instance.c * @brief Implementation of the GET /instance/$ID request of the merchant's HTTP API * @author Christian Grothoff */ diff --git a/src/lib/merchant_api_get_instances.c b/src/lib/merchant_api_get_instances.c index a1930fd7..e7fbc1b6 100644 --- a/src/lib/merchant_api_get_instances.c +++ b/src/lib/merchant_api_get_instances.c @@ -15,7 +15,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_get_instances.c + * @file merchant_api_get_instances.c * @brief Implementation of the GET /instances request of the merchant's HTTP API * @author Christian Grothoff */ diff --git a/src/lib/merchant_api_get_orders.c b/src/lib/merchant_api_get_orders.c index 10989b69..631e8729 100644 --- a/src/lib/merchant_api_get_orders.c +++ b/src/lib/merchant_api_get_orders.c @@ -15,7 +15,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_get_orders.c + * @file merchant_api_get_orders.c * @brief Implementation of the GET /orders request of the merchant's HTTP API * @author Christian Grothoff */ diff --git a/src/lib/merchant_api_get_product.c b/src/lib/merchant_api_get_product.c index 9c2fa9e2..b64f77ef 100644 --- a/src/lib/merchant_api_get_product.c +++ b/src/lib/merchant_api_get_product.c @@ -15,7 +15,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_get_product.c + * @file merchant_api_get_product.c * @brief Implementation of the GET /product/$ID request of the merchant's HTTP API * @author Christian Grothoff */ diff --git a/src/lib/merchant_api_get_products.c b/src/lib/merchant_api_get_products.c index ba9ef88a..02e4aba3 100644 --- a/src/lib/merchant_api_get_products.c +++ b/src/lib/merchant_api_get_products.c @@ -15,7 +15,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_get_products.c + * @file merchant_api_get_products.c * @brief Implementation of the GET /products request of the merchant's HTTP API * @author Christian Grothoff */ diff --git a/src/lib/merchant_api_get_reserve.c b/src/lib/merchant_api_get_reserve.c index 994921a3..8167d2a5 100644 --- a/src/lib/merchant_api_get_reserve.c +++ b/src/lib/merchant_api_get_reserve.c @@ -15,7 +15,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_get_reserve.c + * @file merchant_api_get_reserve.c * @brief Implementation of the GET /reserve request of the merchant's HTTP API * @author Marcello Stanisci * @author Christian Grothoff diff --git a/src/lib/merchant_api_get_reserves.c b/src/lib/merchant_api_get_reserves.c index 43ebc6f4..0dea6f52 100644 --- a/src/lib/merchant_api_get_reserves.c +++ b/src/lib/merchant_api_get_reserves.c @@ -15,7 +15,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_get_reserves.c + * @file merchant_api_get_reserves.c * @brief Implementation of the GET /reserves request of the merchant's HTTP API * @author Marcello Stanisci * @author Christian Grothoff diff --git a/src/lib/merchant_api_get_tips.c b/src/lib/merchant_api_get_tips.c index 19368186..f80dd295 100644 --- a/src/lib/merchant_api_get_tips.c +++ b/src/lib/merchant_api_get_tips.c @@ -15,7 +15,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_get_tips.c + * @file merchant_api_get_tips.c * @brief Implementation of the GET /private/tips request of the merchant's HTTP API * @author Jonathan Buchanan */ diff --git a/src/lib/merchant_api_get_transfers.c b/src/lib/merchant_api_get_transfers.c index fe1d14b0..95bd2d05 100644 --- a/src/lib/merchant_api_get_transfers.c +++ b/src/lib/merchant_api_get_transfers.c @@ -15,7 +15,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_get_transfers.c + * @file merchant_api_get_transfers.c * @brief Implementation of the GET /transfers request of the merchant's HTTP API * @author Marcello Stanisci * @author Christian Grothoff diff --git a/src/lib/merchant_api_lock_product.c b/src/lib/merchant_api_lock_product.c index 3b91d47a..8205d8c0 100644 --- a/src/lib/merchant_api_lock_product.c +++ b/src/lib/merchant_api_lock_product.c @@ -17,7 +17,7 @@ If not, see <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_lock_product.c + * @file merchant_api_lock_product.c * @brief Implementation of the POST /products/$ID/lock request * of the merchant's HTTP API * @author Christian Grothoff diff --git a/src/lib/merchant_api_merchant_get_order.c b/src/lib/merchant_api_merchant_get_order.c index 22c0dcd3..e70a82cd 100644 --- a/src/lib/merchant_api_merchant_get_order.c +++ b/src/lib/merchant_api_merchant_get_order.c @@ -15,7 +15,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_merchant_get_order.c + * @file merchant_api_merchant_get_order.c * @brief Implementation of the GET /private/orders/$ORDER request * @author Christian Grothoff * @author Marcello Stanisci diff --git a/src/lib/merchant_api_merchant_get_tip.c b/src/lib/merchant_api_merchant_get_tip.c index fce45efd..025a7834 100644 --- a/src/lib/merchant_api_merchant_get_tip.c +++ b/src/lib/merchant_api_merchant_get_tip.c @@ -15,7 +15,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_merchant_get_tip.c + * @file merchant_api_merchant_get_tip.c * @brief Implementation of the GET /private/tips/$TIP_ID request of the merchant's HTTP API * @author Jonathan Buchanan */ diff --git a/src/lib/merchant_api_patch_instance.c b/src/lib/merchant_api_patch_instance.c index f4102357..962545c6 100644 --- a/src/lib/merchant_api_patch_instance.c +++ b/src/lib/merchant_api_patch_instance.c @@ -17,7 +17,7 @@ If not, see <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_patch_instance.c + * @file merchant_api_patch_instance.c * @brief Implementation of the PATCH /instances/$ID request * of the merchant's HTTP API * @author Christian Grothoff diff --git a/src/lib/merchant_api_patch_order_forget.c b/src/lib/merchant_api_patch_order_forget.c index ff24274b..ea65be1a 100644 --- a/src/lib/merchant_api_patch_order_forget.c +++ b/src/lib/merchant_api_patch_order_forget.c @@ -17,7 +17,7 @@ If not, see <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_patch_order_forget.c + * @file merchant_api_patch_order_forget.c * @brief Implementation of the PATCH /orders/$ID/forget request * of the merchant's HTTP API * @author Jonathan Buchanan diff --git a/src/lib/merchant_api_patch_product.c b/src/lib/merchant_api_patch_product.c index c97bd1a5..74a89fff 100644 --- a/src/lib/merchant_api_patch_product.c +++ b/src/lib/merchant_api_patch_product.c @@ -17,7 +17,7 @@ If not, see <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_patch_product.c + * @file merchant_api_patch_product.c * @brief Implementation of the PATCH /products/$ID request * of the merchant's HTTP API * @author Christian Grothoff diff --git a/src/lib/merchant_api_post_instances.c b/src/lib/merchant_api_post_instances.c index 55a45e5c..a46dce4b 100644 --- a/src/lib/merchant_api_post_instances.c +++ b/src/lib/merchant_api_post_instances.c @@ -17,7 +17,7 @@ If not, see <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_post_instances.c + * @file merchant_api_post_instances.c * @brief Implementation of the POST /instances request * of the merchant's HTTP API * @author Christian Grothoff diff --git a/src/lib/merchant_api_post_order_abort.c b/src/lib/merchant_api_post_order_abort.c index 05896d47..162fe570 100644 --- a/src/lib/merchant_api_post_order_abort.c +++ b/src/lib/merchant_api_post_order_abort.c @@ -17,7 +17,7 @@ If not, see <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_post_order_abort.c + * @file merchant_api_post_order_abort.c * @brief Implementation of the POST /orders/$ID/abort request * of the merchant's HTTP API * @author Christian Grothoff diff --git a/src/lib/merchant_api_post_order_claim.c b/src/lib/merchant_api_post_order_claim.c index 5ec2e243..2fa6e87e 100644 --- a/src/lib/merchant_api_post_order_claim.c +++ b/src/lib/merchant_api_post_order_claim.c @@ -17,7 +17,7 @@ see <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_post_order_claim.c + * @file merchant_api_post_order_claim.c * @brief Implementation of POST /orders/$ID/claim * @author Christian Grothoff * @author Marcello Stanisci diff --git a/src/lib/merchant_api_post_order_paid.c b/src/lib/merchant_api_post_order_paid.c index d462087c..8d89d160 100644 --- a/src/lib/merchant_api_post_order_paid.c +++ b/src/lib/merchant_api_post_order_paid.c @@ -17,7 +17,7 @@ If not, see <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_post_order_paid.c + * @file merchant_api_post_order_paid.c * @brief Implementation of the POST /order/$ID/paid request * of the merchant's HTTP API * @author Jonathan Buchanan diff --git a/src/lib/merchant_api_post_order_pay.c b/src/lib/merchant_api_post_order_pay.c index 12b3312c..05c798c1 100644 --- a/src/lib/merchant_api_post_order_pay.c +++ b/src/lib/merchant_api_post_order_pay.c @@ -17,7 +17,7 @@ If not, see <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_post_order_pay.c + * @file merchant_api_post_order_pay.c * @brief Implementation of the POST /order/$ID/pay request * of the merchant's HTTP API * @author Christian Grothoff diff --git a/src/lib/merchant_api_post_order_refund.c b/src/lib/merchant_api_post_order_refund.c index 08101999..2fa13472 100644 --- a/src/lib/merchant_api_post_order_refund.c +++ b/src/lib/merchant_api_post_order_refund.c @@ -15,7 +15,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_post_order_refund.c + * @file merchant_api_post_order_refund.c * @brief Implementation of the POST /orders/ID/refund request * @author Christian Grothoff * @author Marcello Stanisci diff --git a/src/lib/merchant_api_post_orders.c b/src/lib/merchant_api_post_orders.c index 81317f3b..7553dfa2 100644 --- a/src/lib/merchant_api_post_orders.c +++ b/src/lib/merchant_api_post_orders.c @@ -17,7 +17,7 @@ see <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_post_orders.c + * @file merchant_api_post_orders.c * @brief Implementation of the POST /orders * @author Christian Grothoff * @author Marcello Stanisci diff --git a/src/lib/merchant_api_post_products.c b/src/lib/merchant_api_post_products.c index f354fb5b..c3666ec2 100644 --- a/src/lib/merchant_api_post_products.c +++ b/src/lib/merchant_api_post_products.c @@ -17,7 +17,7 @@ If not, see <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_post_products.c + * @file merchant_api_post_products.c * @brief Implementation of the POST /products request * of the merchant's HTTP API * @author Christian Grothoff diff --git a/src/lib/merchant_api_post_reserves.c b/src/lib/merchant_api_post_reserves.c index 9465635b..3de95c2f 100644 --- a/src/lib/merchant_api_post_reserves.c +++ b/src/lib/merchant_api_post_reserves.c @@ -15,7 +15,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_post_reserves.c + * @file merchant_api_post_reserves.c * @brief Implementation of the POST /reserves request of the merchant's HTTP API * @author Marcello Stanisci * @author Christian Grothoff diff --git a/src/lib/merchant_api_post_transfers.c b/src/lib/merchant_api_post_transfers.c index 16f636b4..c621b4ce 100644 --- a/src/lib/merchant_api_post_transfers.c +++ b/src/lib/merchant_api_post_transfers.c @@ -15,7 +15,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_post_transfers.c + * @file merchant_api_post_transfers.c * @brief Implementation of the POST /transfers request of the merchant's HTTP API * @author Marcello Stanisci * @author Christian Grothoff diff --git a/src/lib/merchant_api_tip_authorize.c b/src/lib/merchant_api_tip_authorize.c index de71b747..d645015c 100644 --- a/src/lib/merchant_api_tip_authorize.c +++ b/src/lib/merchant_api_tip_authorize.c @@ -15,7 +15,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_tip_authorize.c + * @file merchant_api_tip_authorize.c * @brief Implementation of the /tip-authorize request of the merchant's HTTP API * @author Marcello Stanisci * @author Christian Grothoff diff --git a/src/lib/merchant_api_tip_pickup.c b/src/lib/merchant_api_tip_pickup.c index 08f59359..24ab7eb3 100644 --- a/src/lib/merchant_api_tip_pickup.c +++ b/src/lib/merchant_api_tip_pickup.c @@ -15,7 +15,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_tip_pickup.c + * @file merchant_api_tip_pickup.c * @brief Implementation of the /tip-pickup request of the merchant's HTTP API * @author Marcello Stanisci * @author Christian Grothoff diff --git a/src/lib/merchant_api_tip_pickup2.c b/src/lib/merchant_api_tip_pickup2.c index 5422a1b1..ec916f87 100644 --- a/src/lib/merchant_api_tip_pickup2.c +++ b/src/lib/merchant_api_tip_pickup2.c @@ -15,7 +15,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_tip_pickup2.c + * @file merchant_api_tip_pickup2.c * @brief Implementation of the /tip-pickup request of the merchant's HTTP API * @author Marcello Stanisci * @author Christian Grothoff diff --git a/src/lib/merchant_api_wallet_get_order.c b/src/lib/merchant_api_wallet_get_order.c index 121b1850..bc3ba8c8 100644 --- a/src/lib/merchant_api_wallet_get_order.c +++ b/src/lib/merchant_api_wallet_get_order.c @@ -15,7 +15,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_wallet_get_order.c + * @file merchant_api_wallet_get_order.c * @brief Implementation of the GET /orders/$ID request * @author Christian Grothoff * @author Marcello Stanisci diff --git a/src/lib/merchant_api_wallet_get_tip.c b/src/lib/merchant_api_wallet_get_tip.c index 66974738..a6035dc2 100644 --- a/src/lib/merchant_api_wallet_get_tip.c +++ b/src/lib/merchant_api_wallet_get_tip.c @@ -15,7 +15,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_wallet_get_tip.c + * @file merchant_api_wallet_get_tip.c * @brief Implementation of the GET /tips/$TIP_ID request of the merchant's HTTP API * @author Florian Dold */ diff --git a/src/lib/merchant_api_wallet_post_order_refund.c b/src/lib/merchant_api_wallet_post_order_refund.c index 2c63dc17..43efe53f 100644 --- a/src/lib/merchant_api_wallet_post_order_refund.c +++ b/src/lib/merchant_api_wallet_post_order_refund.c @@ -15,7 +15,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/merchant_api_wallet_post_order_refund.c + * @file merchant_api_wallet_post_order_refund.c * @brief Implementation of the (public) POST /orders/ID/refund request * @author Jonathan Buchanan */ diff --git a/src/merchant-tools/taler-merchant-benchmark.c b/src/merchant-tools/taler-merchant-benchmark.c index 09e82322..d14212be 100644 --- a/src/merchant-tools/taler-merchant-benchmark.c +++ b/src/merchant-tools/taler-merchant-benchmark.c @@ -18,7 +18,7 @@ */ /** - * @file merchant/backend/taler-merchant-benchmark.c + * @file taler-merchant-benchmark.c * @brief benchmark the backend to evaluate performance * @author Marcello Stanisci * @author Christian Grothoff diff --git a/src/mustach/test_mustach_jansson.c b/src/mustach/test_mustach_jansson.c index 93ef05f8..11af86fa 100644 --- a/src/mustach/test_mustach_jansson.c +++ b/src/mustach/test_mustach_jansson.c @@ -18,7 +18,7 @@ */ /** - * @file mustac/test_mustach_jansson.c + * @file test_mustach_jansson.c * @brief testcase to test the mustach/jansson integration * @author Florian Dold */ diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c index c838bed6..e738ca0d 100644 --- a/src/testing/test_merchant_api.c +++ b/src/testing/test_merchant_api.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/test_merchant_api.c + * @file test_merchant_api.c * @brief testcase to test exchange's HTTP API interface * @author Sree Harsha Totakura <sreeharsha@totakura.in> * @author Christian Grothoff diff --git a/src/testing/test_merchant_api_twisted.c b/src/testing/test_merchant_api_twisted.c index 9adf9e27..df3650a4 100644 --- a/src/testing/test_merchant_api_twisted.c +++ b/src/testing/test_merchant_api_twisted.c @@ -18,7 +18,7 @@ */ /** - * @file exchange/test_merchant_api_twisted.c + * @file test_merchant_api_twisted.c * @brief testcase to test exchange's HTTP API interface * @author Sree Harsha Totakura <sreeharsha@totakura.in> * @author Christian Grothoff diff --git a/src/testing/testing_api_cmd_abort_order.c b/src/testing/testing_api_cmd_abort_order.c index c44684e4..3e9ba56a 100644 --- a/src/testing/testing_api_cmd_abort_order.c +++ b/src/testing/testing_api_cmd_abort_order.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/testing_api_cmd_abort_order.c + * @file testing_api_cmd_abort_order.c * @brief command to test the abort feature. * @author Marcello Stanisci */ diff --git a/src/testing/testing_api_cmd_claim_order.c b/src/testing/testing_api_cmd_claim_order.c index f3724e02..50172101 100644 --- a/src/testing/testing_api_cmd_claim_order.c +++ b/src/testing/testing_api_cmd_claim_order.c @@ -18,7 +18,7 @@ */ /** - * @file exchange/testing_api_cmd_claim_order.c + * @file testing_api_cmd_claim_order.c * @brief command to claim an order * @author Marcello Stanisci */ diff --git a/src/testing/testing_api_cmd_config.c b/src/testing/testing_api_cmd_config.c index 3e638697..1ed88fef 100644 --- a/src/testing/testing_api_cmd_config.c +++ b/src/testing/testing_api_cmd_config.c @@ -18,7 +18,7 @@ */ /** - * @file lib/testing_api_cmd_config.c + * @file testing_api_cmd_config.c * @brief command to test config request * @author Christian Grothoff */ diff --git a/src/testing/testing_api_cmd_delete_instance.c b/src/testing/testing_api_cmd_delete_instance.c index d06b331b..635ddf7d 100644 --- a/src/testing/testing_api_cmd_delete_instance.c +++ b/src/testing/testing_api_cmd_delete_instance.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/testing_api_cmd_delete_instance.c + * @file testing_api_cmd_delete_instance.c * @brief command to test DELETE /instance/$ID * @author Christian Grothoff */ diff --git a/src/testing/testing_api_cmd_delete_order.c b/src/testing/testing_api_cmd_delete_order.c index 6a86c175..aa5cb32e 100644 --- a/src/testing/testing_api_cmd_delete_order.c +++ b/src/testing/testing_api_cmd_delete_order.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/testing_api_cmd_delete_order.c + * @file testing_api_cmd_delete_order.c * @brief command to test DELETE /orders/$ORDER_ID * @author Jonathan Buchanan */ diff --git a/src/testing/testing_api_cmd_delete_product.c b/src/testing/testing_api_cmd_delete_product.c index f306c762..d85b27fd 100644 --- a/src/testing/testing_api_cmd_delete_product.c +++ b/src/testing/testing_api_cmd_delete_product.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/testing_api_cmd_delete_product.c + * @file testing_api_cmd_delete_product.c * @brief command to test DELETE /product/$ID * @author Christian Grothoff */ diff --git a/src/testing/testing_api_cmd_delete_reserve.c b/src/testing/testing_api_cmd_delete_reserve.c index fe746d48..515ec17d 100644 --- a/src/testing/testing_api_cmd_delete_reserve.c +++ b/src/testing/testing_api_cmd_delete_reserve.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/testing_api_cmd_delete_reserve.c + * @file testing_api_cmd_delete_reserve.c * @brief command to test DELETE /reserves/$RESERVE_PUB * @author Jonathan Buchanan */ diff --git a/src/testing/testing_api_cmd_forget_order.c b/src/testing/testing_api_cmd_forget_order.c index c2560526..259814e4 100644 --- a/src/testing/testing_api_cmd_forget_order.c +++ b/src/testing/testing_api_cmd_forget_order.c @@ -18,7 +18,7 @@ */ /** - * @file exchange/testing_api_cmd_forget_order.c + * @file testing_api_cmd_forget_order.c * @brief command to forget fields of an order * @author Jonathan Buchanan */ diff --git a/src/testing/testing_api_cmd_get_instance.c b/src/testing/testing_api_cmd_get_instance.c index e7742cbb..ccdbec9e 100644 --- a/src/testing/testing_api_cmd_get_instance.c +++ b/src/testing/testing_api_cmd_get_instance.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/testing_api_cmd_get_instance.c + * @file testing_api_cmd_get_instance.c * @brief command to test GET /instance/$ID * @author Christian Grothoff */ diff --git a/src/testing/testing_api_cmd_get_instances.c b/src/testing/testing_api_cmd_get_instances.c index 5a7c55cb..25ceab47 100644 --- a/src/testing/testing_api_cmd_get_instances.c +++ b/src/testing/testing_api_cmd_get_instances.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/testing_api_cmd_get_instances.c + * @file testing_api_cmd_get_instances.c * @brief command to test GET /instances * @author Christian Grothoff */ diff --git a/src/testing/testing_api_cmd_get_orders.c b/src/testing/testing_api_cmd_get_orders.c index 2b9c762e..50740baf 100644 --- a/src/testing/testing_api_cmd_get_orders.c +++ b/src/testing/testing_api_cmd_get_orders.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/testing_api_cmd_get_orders.c + * @file testing_api_cmd_get_orders.c * @brief command to test GET /orders * @author Jonathan Buchanan */ diff --git a/src/testing/testing_api_cmd_get_product.c b/src/testing/testing_api_cmd_get_product.c index 72211c45..9ccc7e46 100644 --- a/src/testing/testing_api_cmd_get_product.c +++ b/src/testing/testing_api_cmd_get_product.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/testing_api_cmd_get_product.c + * @file testing_api_cmd_get_product.c * @brief command to test GET /product/$ID * @author Christian Grothoff */ diff --git a/src/testing/testing_api_cmd_get_products.c b/src/testing/testing_api_cmd_get_products.c index 8eb50013..11981e06 100644 --- a/src/testing/testing_api_cmd_get_products.c +++ b/src/testing/testing_api_cmd_get_products.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/testing_api_cmd_get_products.c + * @file testing_api_cmd_get_products.c * @brief command to test GET /products * @author Christian Grothoff */ diff --git a/src/testing/testing_api_cmd_get_reserve.c b/src/testing/testing_api_cmd_get_reserve.c index 06ebb470..5c83ee62 100644 --- a/src/testing/testing_api_cmd_get_reserve.c +++ b/src/testing/testing_api_cmd_get_reserve.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/testing_api_cmd_get_reserve.c + * @file testing_api_cmd_get_reserve.c * @brief command to test GET /private/reserves/$RESERVE_PUB * @author Jonathan Buchanan */ diff --git a/src/testing/testing_api_cmd_get_reserves.c b/src/testing/testing_api_cmd_get_reserves.c index 2c543b64..d7d6f696 100644 --- a/src/testing/testing_api_cmd_get_reserves.c +++ b/src/testing/testing_api_cmd_get_reserves.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/testing_api_cmd_get_reserves.c + * @file testing_api_cmd_get_reserves.c * @brief command to test GET /private/reserves * @author Jonathan Buchanan */ diff --git a/src/testing/testing_api_cmd_get_tips.c b/src/testing/testing_api_cmd_get_tips.c index 0ce9218a..a0a97f85 100644 --- a/src/testing/testing_api_cmd_get_tips.c +++ b/src/testing/testing_api_cmd_get_tips.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/testing_api_cmd_get_tips.c + * @file testing_api_cmd_get_tips.c * @brief command to test GET /private/tips * @author Jonathan Buchanan */ diff --git a/src/testing/testing_api_cmd_get_transfers.c b/src/testing/testing_api_cmd_get_transfers.c index 34889e88..c6dc19c8 100644 --- a/src/testing/testing_api_cmd_get_transfers.c +++ b/src/testing/testing_api_cmd_get_transfers.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/testing_api_cmd_get_transfers.c + * @file testing_api_cmd_get_transfers.c * @brief command to test GET /transfers. * @author Marcello Stanisci * @author Christian Grothoff diff --git a/src/testing/testing_api_cmd_lock_product.c b/src/testing/testing_api_cmd_lock_product.c index 4a05e823..070a6f80 100644 --- a/src/testing/testing_api_cmd_lock_product.c +++ b/src/testing/testing_api_cmd_lock_product.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/testing_api_cmd_lock_product.c + * @file testing_api_cmd_lock_product.c * @brief command to test LOCK /product * @author Christian Grothoff */ diff --git a/src/testing/testing_api_cmd_merchant_get_order.c b/src/testing/testing_api_cmd_merchant_get_order.c index 556140fc..241562e0 100644 --- a/src/testing/testing_api_cmd_merchant_get_order.c +++ b/src/testing/testing_api_cmd_merchant_get_order.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/testing_api_cmd_merchant_get_order.c + * @file testing_api_cmd_merchant_get_order.c * @brief command to test GET /private/orders/$ORDER_ID. * @author Jonathan Buchanan */ diff --git a/src/testing/testing_api_cmd_merchant_get_tip.c b/src/testing/testing_api_cmd_merchant_get_tip.c index 6695d3b7..f1d79ee4 100644 --- a/src/testing/testing_api_cmd_merchant_get_tip.c +++ b/src/testing/testing_api_cmd_merchant_get_tip.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/testing_api_cmd_merchant_get_tip.c + * @file testing_api_cmd_merchant_get_tip.c * @brief command to test GET /private/tips/$TIP_ID. * @author Jonathan Buchanan */ diff --git a/src/testing/testing_api_cmd_patch_instance.c b/src/testing/testing_api_cmd_patch_instance.c index 87207083..eb09c026 100644 --- a/src/testing/testing_api_cmd_patch_instance.c +++ b/src/testing/testing_api_cmd_patch_instance.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/testing_api_cmd_patch_instance.c + * @file testing_api_cmd_patch_instance.c * @brief command to test PATCH /instance * @author Christian Grothoff */ diff --git a/src/testing/testing_api_cmd_patch_product.c b/src/testing/testing_api_cmd_patch_product.c index a5b5b749..29c8c18b 100644 --- a/src/testing/testing_api_cmd_patch_product.c +++ b/src/testing/testing_api_cmd_patch_product.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/testing_api_cmd_patch_product.c + * @file testing_api_cmd_patch_product.c * @brief command to test PATCH /product * @author Christian Grothoff */ diff --git a/src/testing/testing_api_cmd_pay_order.c b/src/testing/testing_api_cmd_pay_order.c index 6848e6a3..64cb32a8 100644 --- a/src/testing/testing_api_cmd_pay_order.c +++ b/src/testing/testing_api_cmd_pay_order.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/testing_api_cmd_pay_order.c + * @file testing_api_cmd_pay_order.c * @brief command to test the /orders/ID/pay feature. * @author Marcello Stanisci * @author Christian Grothoff diff --git a/src/testing/testing_api_cmd_post_instances.c b/src/testing/testing_api_cmd_post_instances.c index b2e21bf3..6c21b4de 100644 --- a/src/testing/testing_api_cmd_post_instances.c +++ b/src/testing/testing_api_cmd_post_instances.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/testing_api_cmd_post_instances.c + * @file testing_api_cmd_post_instances.c * @brief command to test POST /instances * @author Christian Grothoff */ diff --git a/src/testing/testing_api_cmd_post_orders_paid.c b/src/testing/testing_api_cmd_post_orders_paid.c index cd06542e..b6f60daf 100644 --- a/src/testing/testing_api_cmd_post_orders_paid.c +++ b/src/testing/testing_api_cmd_post_orders_paid.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/testing_api_cmd_post_orders_paid.c + * @file testing_api_cmd_post_orders_paid.c * @brief command to test POST /orders/$ID/paid. * @author Jonathan Buchanan */ diff --git a/src/testing/testing_api_cmd_post_products.c b/src/testing/testing_api_cmd_post_products.c index 671444a4..f728629c 100644 --- a/src/testing/testing_api_cmd_post_products.c +++ b/src/testing/testing_api_cmd_post_products.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/testing_api_cmd_post_products.c + * @file testing_api_cmd_post_products.c * @brief command to test POST /products * @author Christian Grothoff */ diff --git a/src/testing/testing_api_cmd_post_reserves.c b/src/testing/testing_api_cmd_post_reserves.c index eaa7e64e..950ea9bf 100644 --- a/src/testing/testing_api_cmd_post_reserves.c +++ b/src/testing/testing_api_cmd_post_reserves.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/testing_api_cmd_post_reserves.c + * @file testing_api_cmd_post_reserves.c * @brief command to test POST /reserves * @author Jonathan Buchanan */ diff --git a/src/testing/testing_api_cmd_post_transfers.c b/src/testing/testing_api_cmd_post_transfers.c index bb3cd8c7..c051ce4c 100644 --- a/src/testing/testing_api_cmd_post_transfers.c +++ b/src/testing/testing_api_cmd_post_transfers.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/testing_api_cmd_post_transfers.c + * @file testing_api_cmd_post_transfers.c * @brief command to test POST /transfers * @author Christian Grothoff */ diff --git a/src/testing/testing_api_cmd_refund_order.c b/src/testing/testing_api_cmd_refund_order.c index a22535e8..aa328368 100644 --- a/src/testing/testing_api_cmd_refund_order.c +++ b/src/testing/testing_api_cmd_refund_order.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/testing_api_cmd_refund_order.c + * @file testing_api_cmd_refund_order.c * @brief command to test refunds. * @author Marcello Stanisci * @author Christian Grothoff diff --git a/src/testing/testing_api_cmd_tip_authorize.c b/src/testing/testing_api_cmd_tip_authorize.c index 83b472ab..5aa16e97 100644 --- a/src/testing/testing_api_cmd_tip_authorize.c +++ b/src/testing/testing_api_cmd_tip_authorize.c @@ -18,7 +18,7 @@ */ /** - * @file lib/testing_api_cmd_tip_authorize.c + * @file testing_api_cmd_tip_authorize.c * @brief command to test the tipping. * @author Marcello Stanisci */ diff --git a/src/testing/testing_api_cmd_tip_pickup.c b/src/testing/testing_api_cmd_tip_pickup.c index 8f2dacf4..80e372f7 100644 --- a/src/testing/testing_api_cmd_tip_pickup.c +++ b/src/testing/testing_api_cmd_tip_pickup.c @@ -18,7 +18,7 @@ */ /** - * @file lib/testing_api_cmd_tip.c + * @file testing_api_cmd_tip.c * @brief command to test the tipping. * @author Marcello Stanisci */ diff --git a/src/testing/testing_api_cmd_wallet_get_order.c b/src/testing/testing_api_cmd_wallet_get_order.c index 04acf791..d667f101 100644 --- a/src/testing/testing_api_cmd_wallet_get_order.c +++ b/src/testing/testing_api_cmd_wallet_get_order.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/testing_api_cmd_wallet_get_order.c + * @file testing_api_cmd_wallet_get_order.c * @brief command to test GET /order/$ORDER_ID * @author Jonathan Buchanan */ diff --git a/src/testing/testing_api_cmd_wallet_get_tip.c b/src/testing/testing_api_cmd_wallet_get_tip.c index 7d56b465..3518e572 100644 --- a/src/testing/testing_api_cmd_wallet_get_tip.c +++ b/src/testing/testing_api_cmd_wallet_get_tip.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/testing_api_cmd_wallet_get_tip.c + * @file testing_api_cmd_wallet_get_tip.c * @brief command to test the tipping. * @author Marcello Stanisci */ diff --git a/src/testing/testing_api_cmd_wallet_post_orders_refund.c b/src/testing/testing_api_cmd_wallet_post_orders_refund.c index 0df41eda..2c3e9626 100644 --- a/src/testing/testing_api_cmd_wallet_post_orders_refund.c +++ b/src/testing/testing_api_cmd_wallet_post_orders_refund.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/testing_api_cmd_wallet_post_orders_refund.c + * @file testing_api_cmd_wallet_post_orders_refund.c * @brief command to test refunds. * @author Marcello Stanisci * @author Christian Grothoff diff --git a/src/testing/testing_api_helpers.c b/src/testing/testing_api_helpers.c index 2564c72f..6d244cbe 100644 --- a/src/testing/testing_api_helpers.c +++ b/src/testing/testing_api_helpers.c @@ -18,7 +18,7 @@ */ /** - * @file lib/testing_api_helpers.c + * @file testing_api_helpers.c * @brief helper functions for test library. * @author Christian Grothoff * @author Marcello Stanisci diff --git a/src/testing/testing_api_trait_claim_nonce.c b/src/testing/testing_api_trait_claim_nonce.c index 96494795..66f5ce8e 100644 --- a/src/testing/testing_api_trait_claim_nonce.c +++ b/src/testing/testing_api_trait_claim_nonce.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/testing_api_trait_claim_nonce.c + * @file testing_api_trait_claim_nonce.c * @brief offer a trait that is the nonce used to claim an order. * @author Jonathan Buchanan */ diff --git a/src/testing/testing_api_trait_hash.c b/src/testing/testing_api_trait_hash.c index 08e50274..7a4fdb22 100644 --- a/src/testing/testing_api_trait_hash.c +++ b/src/testing/testing_api_trait_hash.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/testing_api_trait_hash.c + * @file testing_api_trait_hash.c * @brief offer any trait that is passed over as a hash code. * @author Marcello Stanisci */ diff --git a/src/testing/testing_api_trait_merchant_sig.c b/src/testing/testing_api_trait_merchant_sig.c index 5a2f5ebb..71decd04 100644 --- a/src/testing/testing_api_trait_merchant_sig.c +++ b/src/testing/testing_api_trait_merchant_sig.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/testing_api_trait_merchant_sig.c + * @file testing_api_trait_merchant_sig.c * @brief offer merchant signature over contract * @author Marcello Stanisci */ diff --git a/src/testing/testing_api_trait_planchet.c b/src/testing/testing_api_trait_planchet.c index 165ce818..a852d956 100644 --- a/src/testing/testing_api_trait_planchet.c +++ b/src/testing/testing_api_trait_planchet.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/testing_api_trait_planchet.c + * @file testing_api_trait_planchet.c * @brief offer planchet secrets as trait. * @author Marcello Stanisci */ diff --git a/src/testing/testing_api_trait_refund_entry.c b/src/testing/testing_api_trait_refund_entry.c index 4181d17b..af8e3846 100644 --- a/src/testing/testing_api_trait_refund_entry.c +++ b/src/testing/testing_api_trait_refund_entry.c @@ -18,7 +18,7 @@ */ /** - * @file lib/testing_api_trait_refund_entry.c + * @file testing_api_trait_refund_entry.c * @brief command to offer refund entry trait. * @author Marcello Stanisci */ diff --git a/src/testing/testing_api_trait_string.c b/src/testing/testing_api_trait_string.c index cff0f63e..d3518d2d 100644 --- a/src/testing/testing_api_trait_string.c +++ b/src/testing/testing_api_trait_string.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/> */ /** - * @file lib/testing_api_trait_string.c + * @file testing_api_trait_string.c * @brief offer traits that come as strings. * @author Marcello Stanisci */ |