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.
21 lines
No EOL
279 B
Text
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.
|
|
|
|
*/ |