DOXYGEN: Review of high prio files from graphics

Editing doxygen comments in:

- cursorman.h
- font.h
- managed_surface.h
- pixelformat.h
- surface.h
This commit is contained in:
Bartosz Gentkowski 2020-11-25 01:52:40 +01:00 committed by Thierry Crozat
parent ee8598ba2c
commit 529b64d8cd
6 changed files with 629 additions and 428 deletions

View file

@ -15,6 +15,13 @@
/**
@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.