a bit more doxygen
This commit is contained in:
parent
89baca2ef6
commit
0458a02b76
@ -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
|
||||
*/
|
||||
|
||||
|
@ -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.
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user