summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-09 18:21:27 +0200
committerMS <ms@taler.net>2020-10-09 18:21:27 +0200
commit27954156322f0a14829e946adc8a24eed1fed34a (patch)
treeb17f9d2944381b27bf1bed864e61b22ac947e776 /src/include
parent95c2f2ce13dbdfa43a1e8fe01619a637ab269107 (diff)
downloadmerchant-27954156322f0a14829e946adc8a24eed1fed34a.tar.gz
merchant-27954156322f0a14829e946adc8a24eed1fed34a.tar.bz2
merchant-27954156322f0a14829e946adc8a24eed1fed34a.zip
Addressing @file warnings.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/platform.h2
-rw-r--r--src/include/taler_merchant_service.h2
-rw-r--r--src/include/taler_merchant_testing_lib.h2
-rw-r--r--src/include/taler_merchantdb_lib.h2
-rw-r--r--src/include/taler_merchantdb_plugin.h2
5 files changed, 5 insertions, 5 deletions
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