summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/gnutls.h.in
diff options
context:
space:
mode:
authorAndreas Metzler <ametzler@bebt.de>2022-03-30 18:26:36 +0200
committerAndreas Metzler <ametzler@bebt.de>2022-04-12 11:26:00 +0200
commit62f5a455ea8b4179f8e32c9839b568a692299ced (patch)
treeb33d9435ad9e249e333744ceb4f1b9a1c07bae9c /lib/includes/gnutls/gnutls.h.in
parent3aa29d2077e12536ea67de6ca7f4972127f076da (diff)
downloadgnutls-62f5a455ea8b4179f8e32c9839b568a692299ced.tar.gz
Add missing gtk-doc for GNUTLS_COMP_BROTLI/ZSTD.
Signed-off-by: Andreas Metzler <ametzler@bebt.de>
Diffstat (limited to 'lib/includes/gnutls/gnutls.h.in')
-rw-r--r--lib/includes/gnutls/gnutls.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in
index b3c502fc77..55d33cf259 100644
--- a/lib/includes/gnutls/gnutls.h.in
+++ b/lib/includes/gnutls/gnutls.h.in
@@ -418,6 +418,8 @@ typedef enum {
* @GNUTLS_COMP_NULL: The NULL compression method (no compression).
* @GNUTLS_COMP_DEFLATE: The DEFLATE compression method from zlib.
* @GNUTLS_COMP_ZLIB: Same as %GNUTLS_COMP_DEFLATE.
+ * @GNUTLS_COMP_BROTLI: Brotli compression method.
+ * @GNUTLS_COMP_ZSTD: Zstandard compression method.
*
* Enumeration of different TLS compression methods.
*/