more doxygen fixes

This commit is contained in:
Christian Grothoff 2015-03-28 16:32:36 +01:00
parent 20d1ec85fa
commit 7bdf3ba46a
3 changed files with 3 additions and 3 deletions

View File

@ -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 struct TMH_RequestHandler
{ {

View File

@ -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 struct TMH_DB_MeltDetails
{ {

View File

@ -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 struct TMH_PARSE_FieldSpecification
{ {