From 0458a02b762abdf5d52b8533f53ee1d1b0fa034c Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Wed, 7 Nov 2012 10:48:28 +0100 Subject: [PATCH] a bit more doxygen --- docs/src/console.dox | 2 +- docs/src/gwin.dox | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/src/console.dox b/docs/src/console.dox index e9b90fd4..b0721e8a 100644 --- a/docs/src/console.dox +++ b/docs/src/console.dox @@ -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 */ diff --git a/docs/src/gwin.dox b/docs/src/gwin.dox index 974800d0..b8ea478a 100644 --- a/docs/src/gwin.dox +++ b/docs/src/gwin.dox @@ -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. */