summaryrefslogtreecommitdiff
path: root/src/include/taler_mintdb_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-28 15:53:53 +0100
committerChristian Grothoff <christian@grothoff.org>2015-03-28 15:53:53 +0100
commit708b463580dd8ca29cda085e11e8731bd83f8130 (patch)
tree7eb5e1d44f9079057d0498a217993734b09a9937 /src/include/taler_mintdb_lib.h
parente4cbe66780bd354fac79db155a12c33a9c68fbbc (diff)
downloadexchange-708b463580dd8ca29cda085e11e8731bd83f8130.tar.gz
exchange-708b463580dd8ca29cda085e11e8731bd83f8130.tar.bz2
exchange-708b463580dd8ca29cda085e11e8731bd83f8130.zip
more doxygen fixes
Diffstat (limited to 'src/include/taler_mintdb_lib.h')
-rw-r--r--src/include/taler_mintdb_lib.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/taler_mintdb_lib.h b/src/include/taler_mintdb_lib.h
index 76baa5202..646693dee 100644
--- a/src/include/taler_mintdb_lib.h
+++ b/src/include/taler_mintdb_lib.h
@@ -42,7 +42,7 @@
GNUNET_NETWORK_STRUCT_BEGIN
/**
- * On disk format used for a mint signing key. Signing keys are used
+ * @brief On disk format used for a mint signing key. Signing keys are used
* by the mint to affirm its messages, but not to create coins.
* Includes the private key followed by the public information about
* the signing key.
@@ -65,7 +65,7 @@ GNUNET_NETWORK_STRUCT_END
/**
- * All information about a denomination key (which is used to
+ * @brief All information about a denomination key (which is used to
* sign coins into existence).
*/
struct TALER_MINTDB_DenominationKeyIssueInformation
@@ -91,7 +91,7 @@ struct TALER_MINTDB_DenominationKeyIssueInformation
/**
- * Iterator over signing keys.
+ * @brief Iterator over signing keys.
*
* @param cls closure
* @param filename name of the file the key came from
@@ -107,7 +107,7 @@ typedef int
/**
- * Iterator over denomination keys.
+ * @brief Iterator over denomination keys.
*
* @param cls closure
* @param dki the denomination key