summaryrefslogtreecommitdiff
path: root/src/mint-lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-08-09 15:46:29 +0200
committerChristian Grothoff <christian@grothoff.org>2015-08-09 15:46:29 +0200
commit2da8705c9653729f6e46f7586c049db8cb280a4c (patch)
tree247e97c365ca2191a2d35278eb5de6932eb22579 /src/mint-lib
parentc6f88ebd61ba69cddf71b1b70a1952c61f1112b4 (diff)
downloadexchange-2da8705c9653729f6e46f7586c049db8cb280a4c.tar.gz
exchange-2da8705c9653729f6e46f7586c049db8cb280a4c.tar.bz2
exchange-2da8705c9653729f6e46f7586c049db8cb280a4c.zip
doxygen
Diffstat (limited to 'src/mint-lib')
-rw-r--r--src/mint-lib/mint_api_context.h2
-rw-r--r--src/mint-lib/mint_api_json.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mint-lib/mint_api_context.h b/src/mint-lib/mint_api_context.h
index c545a3fe7..79613cc8b 100644
--- a/src/mint-lib/mint_api_context.h
+++ b/src/mint-lib/mint_api_context.h
@@ -90,7 +90,7 @@ MAC_job_cancel (struct MAC_Job *job);
/**
- * Buffer data structure we use to buffer the HTTP download
+ * @brief Buffer data structure we use to buffer the HTTP download
* before giving it to the JSON parser.
*/
struct MAC_DownloadBuffer
diff --git a/src/mint-lib/mint_api_json.h b/src/mint-lib/mint_api_json.h
index bca3b47ca..2af5588e5 100644
--- a/src/mint-lib/mint_api_json.h
+++ b/src/mint-lib/mint_api_json.h
@@ -97,7 +97,7 @@ enum MAJ_Command
/**
- * Entry in parser specification for #MAJ_parse_json.
+ * @brief Entry in parser specification for #MAJ_parse_json.
*/
struct MAJ_Specification
{