/* This document is meant for Doxygen use only. If you are looking for the API
 * documentation generate it with `./ci.sh release` and look under the
 * build/html directory.
 *
 * This file documents all the groups and defines the order in which they appear
 * in Doxygen. Define the @defgroup commands here and use @addtogroup anywhere
 * else.
 */

/**
@defgroup libjpegli JPEGLI library (libjpegli)
@brief The main JPEGLI decoder / encoder library.

@addtogroup libjpegli
@{

@defgroup libjpegli_decoder JPEGLI Decoder API

@defgroup libjpegli_encoder JPEGLI Encoder API

@defgroup libjpegli_common Common API concepts

@defgroup libjpegli_metadata Image and frame metadata

@defgroup libjpegli_color Color encoding and conversion

@defgroup libjpegli_cpp C++ helpers

@}

@defgroup libjpegli_threads JPEGLI Multi-thread library (libjpegli_threads)
@brief Additional multi-threaded implementations for the parallel runner.
*/
