aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin
diff options
context:
space:
mode:
Diffstat (limited to 'include/gwin')
-rw-r--r--include/gwin/class_gwin.h4
-rw-r--r--include/gwin/gwin.h1
-rw-r--r--include/gwin/options.h2
3 files changed, 6 insertions, 1 deletions
diff --git a/include/gwin/class_gwin.h b/include/gwin/class_gwin.h
index 3be496b1..02ffdf52 100644
--- a/include/gwin/class_gwin.h
+++ b/include/gwin/class_gwin.h
@@ -155,6 +155,8 @@ extern "C" {
* @param[in] vmt The virtual method table for the GWIN object
* @param[in] flags The default flags to use
*
+ * @return The GHandle of the created window
+ *
* @notapi
*/
GHandle _gwindowCreate(GWindowObject *pgw, const GWindowInit *pInit, const gwinVMT *vmt, uint16_t flags);
@@ -167,6 +169,8 @@ GHandle _gwindowCreate(GWindowObject *pgw, const GWindowInit *pInit, const gwinV
* @param[in] pInit The user initialization parameters
* @param[in] vmt The virtual method table for the Widget object
*
+ * @return The GHandle of the created widget
+ *
* @notapi
*/
GHandle _gwidgetCreate(GWidgetObject *pgw, const GWidgetInit *pInit, const gwidgetVMT *vmt);
diff --git a/include/gwin/gwin.h b/include/gwin/gwin.h
index 53f5e205..e09fd2e8 100644
--- a/include/gwin/gwin.h
+++ b/include/gwin/gwin.h
@@ -7,7 +7,6 @@
/**
* @file include/gwin/gwin.h
- * @brief GWIN Graphic window subsystem header file.
*
* @defgroup Window Window
* @ingroup GWIN
diff --git a/include/gwin/options.h b/include/gwin/options.h
index 5a90dacd..be46c3ee 100644
--- a/include/gwin/options.h
+++ b/include/gwin/options.h
@@ -10,6 +10,8 @@
* @brief GWIN sub-system options header file.
*
* @addtogroup GWIN
+ * @brief Module which provides a complete GUI toolkit based on widgets
+ *
* @{
*/