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.h | |
parent | 20d1ec85fa9ca63d888ea802ca447a1b1b96451f (diff) |
more doxygen fixes
Diffstat (limited to 'src/mint/taler-mint-httpd.h')
-rw-r--r-- | src/mint/taler-mint-httpd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint/taler-mint-httpd.h b/src/mint/taler-mint-httpd.h index 8c4261dc..5c8ec96a 100644 --- 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 { |