summaryrefslogtreecommitdiff
path: root/src/backenddb
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/backenddb
parent95c2f2ce13dbdfa43a1e8fe01619a637ab269107 (diff)
downloadmerchant-27954156322f0a14829e946adc8a24eed1fed34a.tar.gz
merchant-27954156322f0a14829e946adc8a24eed1fed34a.tar.bz2
merchant-27954156322f0a14829e946adc8a24eed1fed34a.zip
Addressing @file warnings.
Diffstat (limited to 'src/backenddb')
-rw-r--r--src/backenddb/merchantdb_plugin.c2
-rw-r--r--src/backenddb/plugin_merchantdb_postgres.c2
-rw-r--r--src/backenddb/test_merchantdb.c2
3 files changed, 3 insertions, 3 deletions
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