commit 27954156322f0a14829e946adc8a24eed1fed34a parent 95c2f2ce13dbdfa43a1e8fe01619a637ab269107 Author: MS <ms@taler.net> Date: Fri, 9 Oct 2020 18:21:27 +0200 Addressing @file warnings. Diffstat:
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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 */