summaryrefslogtreecommitdiff
path: root/src/stasis
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-02 11:27:16 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-02 11:27:43 +0200
commit3e8be4c4f824a09df14734ac4ccb9bcc5b2535d2 (patch)
tree44e598cf0c7f40be1d9d28a00a51225bc9223198 /src/stasis
parent180bd952704ec7661cb7c6a8e3233d86d5e72598 (diff)
downloadanastasis-3e8be4c4f824a09df14734ac4ccb9bcc5b2535d2.tar.gz
anastasis-3e8be4c4f824a09df14734ac4ccb9bcc5b2535d2.tar.bz2
anastasis-3e8be4c4f824a09df14734ac4ccb9bcc5b2535d2.zip
-doxygen fixes
Diffstat (limited to 'src/stasis')
-rw-r--r--src/stasis/anastasis-dbinit.c4
-rw-r--r--src/stasis/anastasis_db_plugin.c2
-rw-r--r--src/stasis/plugin_anastasis_postgres.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/stasis/anastasis-dbinit.c b/src/stasis/anastasis-dbinit.c
index 5c0a174..36a5f41 100644
--- a/src/stasis/anastasis-dbinit.c
+++ b/src/stasis/anastasis-dbinit.c
@@ -1,6 +1,6 @@
/*
This file is part of TALER
- Copyright (C) 2014, 2015 GNUnet e.V.
+ Copyright (C) 2019-2021 SARL
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
@@ -14,7 +14,7 @@
TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
/**
- * @file util/anastasis-dbinit.c
+ * @file stasis/anastasis-dbinit.c
* @brief Create tables for the merchant database.
* @author Dennis Neufeld
* @author Dominik Meister
diff --git a/src/stasis/anastasis_db_plugin.c b/src/stasis/anastasis_db_plugin.c
index 6b5332c..6d258b5 100644
--- a/src/stasis/anastasis_db_plugin.c
+++ b/src/stasis/anastasis_db_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 stasis/anastasis_db_plugin.c
* @brief Logic to load database plugin
* @author Christian Grothoff
* @author Sree Harsha Totakura <sreeharsha@totakura.in>
diff --git a/src/stasis/plugin_anastasis_postgres.c b/src/stasis/plugin_anastasis_postgres.c
index 4d95c8f..0ece276 100644
--- a/src/stasis/plugin_anastasis_postgres.c
+++ b/src/stasis/plugin_anastasis_postgres.c
@@ -14,7 +14,7 @@
Anastasis; see the file COPYING.GPL. If not, see <http://www.gnu.org/licenses/>
*/
/**
- * @file anastasis/plugin_anastasisdb_postgres.c
+ * @file stasis/plugin_anastasis_postgres.c
* @brief database helper functions for postgres used by the anastasis
* @author Sree Harsha Totakura <sreeharsha@totakura.in>
* @author Christian Grothoff