aboutsummaryrefslogtreecommitdiffstats
path: root/include/gdisp
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-12-18 23:15:47 +0100
committerJoel Bodenmann <joel@unormal.org>2012-12-18 23:15:47 +0100
commita520a32209cc6057b985bde5d0ad21a8f4186bf2 (patch)
treeea0aad71d6370c9ef1840607ed69680dd7f6a159 /include/gdisp
parenta75653f7a1dbe7fc8317fcc3d8d2331855d3a036 (diff)
downloaduGFX-a520a32209cc6057b985bde5d0ad21a8f4186bf2.tar.gz
uGFX-a520a32209cc6057b985bde5d0ad21a8f4186bf2.tar.bz2
uGFX-a520a32209cc6057b985bde5d0ad21a8f4186bf2.zip
more doxygen
Diffstat (limited to 'include/gdisp')
-rw-r--r--include/gdisp/gdisp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/gdisp/gdisp.h b/include/gdisp/gdisp.h
index 117f865a..f8d5745f 100644
--- a/include/gdisp/gdisp.h
+++ b/include/gdisp/gdisp.h
@@ -23,6 +23,11 @@
* @brief GDISP Graphic Driver subsystem header file.
*
* @addtogroup GDISP
+ *
+ * @details The GDISP module provides high level abstraction to interface pixel oriented graphic displays.
+ *
+ * @pre GFX_USE_GDISP must be set to TRUE in gfxconf.h
+ *
* @{
*/