diff options
author | Joel Bodenmann <joel@unormal.org> | 2012-11-07 10:48:28 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2012-11-07 10:48:28 +0100 |
commit | 0458a02b762abdf5d52b8533f53ee1d1b0fa034c (patch) | |
tree | c183ba85fd8366441be1a9075e36d3a382d36af3 /docs | |
parent | 89baca2ef67b57b35e8df895ea952fac0b60fe19 (diff) | |
download | uGFX-0458a02b762abdf5d52b8533f53ee1d1b0fa034c.tar.gz uGFX-0458a02b762abdf5d52b8533f53ee1d1b0fa034c.tar.bz2 uGFX-0458a02b762abdf5d52b8533f53ee1d1b0fa034c.zip |
a bit more doxygen
Diffstat (limited to 'docs')
-rw-r--r-- | docs/src/console.dox | 2 | ||||
-rw-r--r-- | 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.
*/
|