aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEvgenii Kliuchnikov <eustas@google.com>2023-07-30 03:44:38 -0700
committerCopybara-Service <copybara-worker@google.com>2023-07-30 03:45:11 -0700
commit27a9a80992e2308ef60bc6d840c8b59293c32d67 (patch)
treecb33f99de2956d231ba24cd509132aa09c45acee /docs
parent0300be36ba019c55d2edc48353270fa18008d49c (diff)
downloadbrotli-27a9a80992e2308ef60bc6d840c8b59293c32d67.zip
brotli-27a9a80992e2308ef60bc6d840c8b59293c32d67.tar.gz
brotli-27a9a80992e2308ef60bc6d840c8b59293c32d67.tar.bz2
simplify CMake build
PiperOrigin-RevId: 552238545
Diffstat (limited to 'docs')
-rw-r--r--docs/decode.h.32
-rw-r--r--docs/encode.h.32
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/decode.h.3 b/docs/decode.h.3
index 320663c..30929e9 100644
--- a/docs/decode.h.3
+++ b/docs/decode.h.3
@@ -499,7 +499,7 @@ pointer to output data
.SS "uint32_t BrotliDecoderVersion (void)"
.PP
-Gets a decoder library version\&. Look at BROTLI_VERSION for more information\&.
+Gets a decoder library version\&. Look at BROTLI_MAKE_HEX_VERSION for more information\&.
.SH "Author"
.PP
Generated automatically by Doxygen for Brotli from the source code\&.
diff --git a/docs/encode.h.3 b/docs/encode.h.3
index f3430fa..eea97d9 100644
--- a/docs/encode.h.3
+++ b/docs/encode.h.3
@@ -624,7 +624,7 @@ pointer to output data
.SS "uint32_t BrotliEncoderVersion (void)"
.PP
-Gets an encoder library version\&. Look at BROTLI_VERSION for more information\&.
+Gets an encoder library version\&. Look at BROTLI_MAKE_HEX_VERSION for more information\&.
.SH "Author"
.PP
Generated automatically by Doxygen for Brotli from the source code\&.