scummvm/doc/doxygen/groups.dox
Bartosz Gentkowski be39e3b4d2 DOXYGEN: Doxy work on files from 'image'
There is only one file in this folder that is in scope of
GSoD - image_decoder.h. It was in great shape docwise though,
so not much review required.

The rest of the headers have received a doxy group definition.
2020-11-29 23:04:01 +00:00

21 lines
No EOL
279 B
Text

/**
@defgroup common Common API
@brief Common functions and structures.
*/
/**
@defgroup lua Lua API
@ingroup common
@brief Functions for the Lua programming language. See @linkLua.
*/
/**
@defgroup image Image API
@brief API of various image decoders used in engines.
*/