aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/windows.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/windows.dox
parent778b23bdfdb6805e8aa4f9a0cea3a5b99c50cd46 (diff)
downloaduGFX-6397a56e0beddf179786e093b08bcf0cbe71fea1.tar.gz
uGFX-6397a56e0beddf179786e093b08bcf0cbe71fea1.tar.bz2
uGFX-6397a56e0beddf179786e093b08bcf0cbe71fea1.zip
Doxygen
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
*/