diff options
Diffstat (limited to 'doc/api.txt')
-rw-r--r-- | doc/api.txt | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/doc/api.txt b/doc/api.txt index c935b16..ed3f939 100644 --- a/doc/api.txt +++ b/doc/api.txt @@ -8,7 +8,22 @@ */ /** -@defgroup jpegxl_dec JPEG XL Decoder library (jpegxl_dec) +@defgroup libjxl JPEG XL library (libjxl) +@brief The main JPEG XL decoder / encoder library. -@defgroup jpegxl_threads JPEG XL Threads API helper library (jpegxl_threads) +@addtogroup libjxl +@{ + +@defgroup libjxl_decoder JPEG XL Decoder + +@defgroup libjxl_encoder JPEG XL Encoder + +@defgroup libjxl_common JPEG XL common definitions + +@defgroup libjxl_butteraugli Butteraugli metric + +@} + +@defgroup libjxl_threads JPEG XL Multi-thread library (libjxl_threads) +@brief Additional multi-threaded implementations for the parallel runner. */ |