aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/src/console.dox2
-rw-r--r--docs/src/gwin.dox4
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.
*/