From 27a9a80992e2308ef60bc6d840c8b59293c32d67 Mon Sep 17 00:00:00 2001 From: Evgenii Kliuchnikov Date: Sun, 30 Jul 2023 03:44:38 -0700 Subject: simplify CMake build PiperOrigin-RevId: 552238545 --- docs/decode.h.3 | 2 +- docs/encode.h.3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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\&. -- cgit v1.1