aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/widgets.dox
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@seriouslyembedded.com>2015-11-07 16:33:28 +0100
committerJoel Bodenmann <joel@seriouslyembedded.com>2015-11-07 16:33:28 +0100
commit6397a56e0beddf179786e093b08bcf0cbe71fea1 (patch)
tree12a15acf8c2c69db37abad2165b621b5bc244382 /docs/src/widgets.dox
parent778b23bdfdb6805e8aa4f9a0cea3a5b99c50cd46 (diff)
downloaduGFX-6397a56e0beddf179786e093b08bcf0cbe71fea1.tar.gz
uGFX-6397a56e0beddf179786e093b08bcf0cbe71fea1.tar.bz2
uGFX-6397a56e0beddf179786e093b08bcf0cbe71fea1.zip
Doxygen
Diffstat (limited to 'docs/src/widgets.dox')
-rw-r--r--docs/src/widgets.dox4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/src/widgets.dox b/docs/src/widgets.dox
index 4626508c..b3e827e5 100644
--- a/docs/src/widgets.dox
+++ b/docs/src/widgets.dox
@@ -11,6 +11,8 @@
* @defgroup Widgets Widgets
* @ingroup GWIN
*
+ * @brief Widgets extend the @ref Windows adding capabilities such as user input.
+ *
* @details Widgets are a "super-class" of a window that provides the
* following extra features:
* <ul>
@@ -24,5 +26,7 @@
* in Windows and Linux.
* </ul>
*
+ * For the common window API, please see @ref Widget.
+ *
* @pre GFX_USE_GWIN must be set to TRUE in your gfxconf.h
*/