a bit more doxygen
This commit is contained in:
parent
89baca2ef6
commit
0458a02b76
2 changed files with 4 additions and 2 deletions
|
@ -23,6 +23,6 @@
|
||||||
* @details The CONSOLE module provides a BaseSequentialStream abstraction.
|
* @details The CONSOLE module provides a BaseSequentialStream abstraction.
|
||||||
* It allows to easily use an LCD to output any generic data, for
|
* It allows to easily use an LCD to output any generic data, for
|
||||||
* example by using the chprintf() provided by ChibiOS/RT.
|
* 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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -21,5 +21,7 @@
|
||||||
/**
|
/**
|
||||||
* @addtogroup GWIN
|
* @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…
Add table
Reference in a new issue