aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-08-12 17:39:13 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-08-12 17:39:13 +0300
commitc6b2aee828babddce0b2a591240f639d9252239c (patch)
tree26d5221b9202ce7ece4b99fff6fcc2bbdfeb54e1
parent5338e4cb36845ead6d61dcd47bc08948857b70c5 (diff)
downloadlibmicrohttpd-c6b2aee828babddce0b2a591240f639d9252239c.tar.gz
libmicrohttpd-c6b2aee828babddce0b2a591240f639d9252239c.zip
microhttpd: minor doxy improvement
-rw-r--r--src/include/microhttpd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 0b47f095..78a31f29 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -5092,8 +5092,8 @@ MHD_digest_auth_check_digest3 (struct MHD_Connection *connection,
5092 * same authorisation could be used, URIs can be in form 5092 * same authorisation could be used, URIs can be in form
5093 * "path-absolute" (the path for the same host with initial slash) 5093 * "path-absolute" (the path for the same host with initial slash)
5094 * or in form "absolute-URI" (the full path with protocol), in 5094 * or in form "absolute-URI" (the full path with protocol), in
5095 * any case client may assume that any URI which starts with 5095 * any case client may assume that URI is in the same "protection
5096 * any of specified URI is in the same "protection space"; 5096 * space" if it starts with any of values specified here;
5097 * could be NULL (clients typically assume that the same 5097 * could be NULL (clients typically assume that the same
5098 * credentials could be used for any URI on the same host) 5098 * credentials could be used for any URI on the same host)
5099 * @param response the reply to send; should contain the "access denied" 5099 * @param response the reply to send; should contain the "access denied"