exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 7bdf3ba46ace8b665bb67e28ee164d21e5553723
parent 20d1ec85fa9ca63d888ea802ca447a1b1b96451f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 28 Mar 2015 16:32:36 +0100

more doxygen fixes

Diffstat:
Msrc/mint/taler-mint-httpd.h | 2+-
Msrc/mint/taler-mint-httpd_db.h | 2+-
Msrc/mint/taler-mint-httpd_parsing.h | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/mint/taler-mint-httpd.h b/src/mint/taler-mint-httpd.h @@ -66,7 +66,7 @@ extern struct TALER_MINTDB_Plugin *TMH_plugin; /** - * Struct describing an URL and the handler for it. + * @brief Struct describing an URL and the handler for it. */ struct TMH_RequestHandler { diff --git a/src/mint/taler-mint-httpd_db.h b/src/mint/taler-mint-httpd_db.h @@ -79,7 +79,7 @@ TMH_DB_execute_withdraw_sign (struct MHD_Connection *connection, /** - * Details about a melt operation of an individual coin. + * @brief Details about a melt operation of an individual coin. */ struct TMH_DB_MeltDetails { diff --git a/src/mint/taler-mint-httpd_parsing.h b/src/mint/taler-mint-httpd_parsing.h @@ -151,7 +151,7 @@ TMH_PARSE_navigate_json (struct MHD_Connection *connection, /** - * Specification for how to parse a JSON field. + * @brief Specification for how to parse a JSON field. */ struct TMH_PARSE_FieldSpecification {