aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/widgets.dox
diff options
context:
space:
mode:
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
*/