scummvm/doc/doxygen/groups.dox
Bartosz Gentkowski 529b64d8cd DOXYGEN: Review of high prio files from graphics
Editing doxygen comments in:

- cursorman.h
- font.h
- managed_surface.h
- pixelformat.h
- surface.h
2020-12-01 23:24:37 +00:00

28 lines
No EOL
423 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 graphics Graphics API
@brief API related to on-screen graphics - surfaces, pixels, cursors, fonts, palettes, and renderers.
*/
/**
@defgroup image Image API
@brief API of various image decoders used in engines.
*/