aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/containers.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/containers.dox
parent778b23bdfdb6805e8aa4f9a0cea3a5b99c50cd46 (diff)
downloaduGFX-6397a56e0beddf179786e093b08bcf0cbe71fea1.tar.gz
uGFX-6397a56e0beddf179786e093b08bcf0cbe71fea1.tar.bz2
uGFX-6397a56e0beddf179786e093b08bcf0cbe71fea1.zip
Doxygen
Diffstat (limited to 'docs/src/containers.dox')
-rw-r--r--docs/src/containers.dox8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/src/containers.dox b/docs/src/containers.dox
index e8d6452c..5a397420 100644
--- a/docs/src/containers.dox
+++ b/docs/src/containers.dox
@@ -11,11 +11,15 @@
* @defgroup Containers Containers
* @ingroup GWIN
*
- * @details Containers are a "super-class" of a widget. Containers can have
- * children windows which they can place within their borders. Containers
+ * @brief Containers are used to group together other windows and widgets.
+ *
+ * @details Containers are a "super-class" of @ref Widgets. Containers can have
+ * children @ref Windows which they can place within their borders. Containers
* control the visibility and enabled state of their children. By making
* a container invisible you make all its children invisible. Similiarly
* with the enabled state.
*
+ * For the common window API, please see @ref Container.
+ *
* @pre GFX_USE_GWIN must be set to TRUE in your gfxconf.h
*/