aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorThomas Sterren <thomas.sterren@simulton.com>2018-03-06 09:38:37 +0100
committerThomas Sterren <thomas.sterren@simulton.com>2018-03-06 09:38:37 +0100
commit65d00b16b9fbb46ecd69a383dc4adde5c5c03790 (patch)
tree30920f0457522be32ce2b332afe0d2916d93cf66 /docs
parent992850bcb1992ff052d5ac2379e4675a34861723 (diff)
parentf265924396167729e8d9fb36a0383263f36c1270 (diff)
downloaduGFX-65d00b16b9fbb46ecd69a383dc4adde5c5c03790.tar.gz
uGFX-65d00b16b9fbb46ecd69a383dc4adde5c5c03790.tar.bz2
uGFX-65d00b16b9fbb46ecd69a383dc4adde5c5c03790.zip
Merge branch 'master' of https://git.ugfx.io/uGFX/uGFX
Diffstat (limited to 'docs')
-rw-r--r--docs/src/containers.dox2
-rw-r--r--docs/src/widgets.dox2
-rw-r--r--docs/src/windows.dox2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/src/containers.dox b/docs/src/containers.dox
index 5a397420..f9a834f4 100644
--- a/docs/src/containers.dox
+++ b/docs/src/containers.dox
@@ -21,5 +21,5 @@
*
* For the common window API, please see @ref Container.
*
- * @pre GFX_USE_GWIN must be set to TRUE in your gfxconf.h
+ * @pre GFX_USE_GWIN must be set to GFXON in your gfxconf.h
*/
diff --git a/docs/src/widgets.dox b/docs/src/widgets.dox
index b3e827e5..1305a6f9 100644
--- a/docs/src/widgets.dox
+++ b/docs/src/widgets.dox
@@ -28,5 +28,5 @@
*
* For the common window API, please see @ref Widget.
*
- * @pre GFX_USE_GWIN must be set to TRUE in your gfxconf.h
+ * @pre GFX_USE_GWIN must be set to GFXON in your gfxconf.h
*/
diff --git a/docs/src/windows.dox b/docs/src/windows.dox
index 63c25f3a..b72c27a1 100644
--- a/docs/src/windows.dox
+++ b/docs/src/windows.dox
@@ -31,5 +31,5 @@
*
* For the common window API, please see @ref Window.
*
- * @pre GFX_USE_GWIN must be set to TRUE in your gfxconf.h
+ * @pre GFX_USE_GWIN must be set to GFXON in your gfxconf.h
*/