diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-05-16 18:26:34 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-05-16 18:26:34 +0200 |
commit | 21da34a5011bfb9445b658febdb40c90c34b4170 (patch) | |
tree | 52331735c275986b8129b5d40e16a1ad8f0ecb58 /src/include/taler_mintdb_plugin.h | |
parent | 456434ec41337e60188ae402a621d568ba48dca7 (diff) |
-fix doxygen errors
Diffstat (limited to 'src/include/taler_mintdb_plugin.h')
-rw-r--r-- | src/include/taler_mintdb_plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_mintdb_plugin.h b/src/include/taler_mintdb_plugin.h index 0c9b21ebd..1a4a6c602 100644 --- a/src/include/taler_mintdb_plugin.h +++ b/src/include/taler_mintdb_plugin.h @@ -1085,7 +1085,7 @@ struct TALER_MINTDB_Plugin /** * Obtain shared secret and transfer public key from the public key of * the coin. This information and the link information returned by - * #TALER_db_get_link() enable the owner of an old coin to determine + * @e get_link_data_list() enable the owner of an old coin to determine * the private keys of the new coins after the melt. * * @@ -1113,7 +1113,7 @@ struct TALER_MINTDB_Plugin * @param sesssion database connection * @param lock lock operation * @return #GNUNET_YES if known, - * #GNUENT_NO if not, + * #GNUNET_NO if not, * #GNUNET_SYSERR on internal error */ int |