a bit more doxygen

ugfx_release_2.6
Joel Bodenmann 2012-11-07 10:48:28 +01:00
parent 89baca2ef6
commit 0458a02b76
2 changed files with 4 additions and 2 deletions

View File

@ -23,6 +23,6 @@
* @details The CONSOLE module provides a BaseSequentialStream abstraction.
* It allows to easily use an LCD to output any generic data, for
* example by using the chprintf() provided by ChibiOS/RT.
* Read more here: http://chibios-gfx.com/documentation/console
* @details Read more here: http://chibios-gfx.com/documentation/console
*/

View File

@ -20,6 +20,8 @@
/**
* @addtogroup GWIN
* @details The GWIN module provides simple window management.
* @details The GWIN module provides simple window management.
* @details Please note that GWIN is a module ontop of GDISP. Therefore, GDISP
* has to be set up correctly.
*/