summaryrefslogtreecommitdiff
path: root/src/include/taler_exchangedb_plugin.h
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-01-19 23:05:22 +0100
committerFlorian Dold <florian.dold@gmail.com>2020-01-19 23:05:22 +0100
commit801592b4602065f05db555367921ebdbe08f0bce (patch)
tree9c99700d61ae93b0d67baf37a9f2928a6a5641e3 /src/include/taler_exchangedb_plugin.h
parent73d9ef6c3411aee5c4926d573c26e3b972149b9e (diff)
downloadexchange-801592b4602065f05db555367921ebdbe08f0bce.tar.gz
exchange-801592b4602065f05db555367921ebdbe08f0bce.tar.bz2
exchange-801592b4602065f05db555367921ebdbe08f0bce.zip
doxygen fix
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r--src/include/taler_exchangedb_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index b3c4fd804..4db76dd77 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -1580,7 +1580,7 @@ struct TALER_EXCHANGEDB_Plugin
* Connect to the db if the connection does not exist yet.
*
* @param cls the @e cls of this struct with the plugin-specific state
- * @param the database connection, or NULL on error
+ * @returns the database connection, or NULL on error
*/
struct TALER_EXCHANGEDB_Session *
(*get_session) (void *cls);