aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/windows.dox
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/windows.dox')
-rw-r--r--docs/src/windows.dox4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/src/windows.dox b/docs/src/windows.dox
index c5acc31f..63c25f3a 100644
--- a/docs/src/windows.dox
+++ b/docs/src/windows.dox
@@ -11,6 +11,8 @@
* @defgroup Windows Windows
* @ingroup GWIN
*
+ * @brief Windows are the most basic element in the @p GWIN module.
+ *
* @details The window is the most basic GWIN element. All the other windows,
* widgets and containers are based on this class.
*
@@ -27,5 +29,7 @@
* types such as graphs, consoles, buttons, containers etc. This is done
* through "super-classing" basic windows to provide the extended capabilities.
*
+ * For the common window API, please see @ref Window.
+ *
* @pre GFX_USE_GWIN must be set to TRUE in your gfxconf.h
*/