diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-18 14:13:28 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-18 14:13:28 +0100 |
commit | 9c45958a55d25f87fa8848765cb924ddc604e91b (patch) | |
tree | c4f5d71de68cee251d28ef5eada636f78e97236e /src/mhd/mhd_legal.c | |
parent | 9d86f050f9a5c684b06c8fe349f336756c4feca2 (diff) | |
download | exchange-9c45958a55d25f87fa8848765cb924ddc604e91b.tar.gz exchange-9c45958a55d25f87fa8848765cb924ddc604e91b.tar.bz2 exchange-9c45958a55d25f87fa8848765cb924ddc604e91b.zip |
doxygen
Diffstat (limited to 'src/mhd/mhd_legal.c')
-rw-r--r-- | src/mhd/mhd_legal.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mhd/mhd_legal.c b/src/mhd/mhd_legal.c index b39ab437..e0fb0b29 100644 --- a/src/mhd/mhd_legal.c +++ b/src/mhd/mhd_legal.c @@ -80,7 +80,7 @@ struct TALER_MHD_Legal /** * Check if @a mime matches the @a accept_pattern. * - * @param accept_pattern a mime pattern like text/plain or image/<STAR> + * @param accept_pattern a mime pattern like text/plain or image/STAR * @param mime the mime type to match * @return true if @a mime matches the @a accept_pattern */ @@ -307,7 +307,7 @@ TALER_MHD_reply_legal (struct MHD_Connection *conn, * Load all the terms of service from @a path under language @a lang * from file @a name * - * @param legal[in,out] where to write the result + * @param[in,out] legal where to write the result * @param path where the terms are found * @param lang which language directory to crawl * @param name specific file to access @@ -467,7 +467,7 @@ load_terms (struct TALER_MHD_Legal *legal, /** * Load all the terms of service from @a path under language @a lang. * - * @param legal[in,out] where to write the result + * @param[in,out] legal where to write the result * @param path where the terms are found * @param lang which language directory to crawl */ @@ -569,7 +569,7 @@ TALER_MHD_legal_load (const struct GNUNET_CONFIGURATION_Handle *cfg, /** * Free set of legal documents * - * @param leg legal documents to free + * @param legal legal documents to free */ void TALER_MHD_legal_free (struct TALER_MHD_Legal *legal) |