diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-03-28 16:32:36 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-03-28 16:32:36 +0100 |
commit | 7bdf3ba46ace8b665bb67e28ee164d21e5553723 (patch) | |
tree | 5928ad24897627ae8667e4a35e724743807b1b47 /src/mint/taler-mint-httpd_parsing.h | |
parent | 20d1ec85fa9ca63d888ea802ca447a1b1b96451f (diff) |
more doxygen fixes
Diffstat (limited to 'src/mint/taler-mint-httpd_parsing.h')
-rw-r--r-- | src/mint/taler-mint-httpd_parsing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint/taler-mint-httpd_parsing.h b/src/mint/taler-mint-httpd_parsing.h index 5a0a7e60..087f3e11 100644 --- 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 { |