diff options
Diffstat (limited to 'include/gwin/button.h')
-rw-r--r-- | include/gwin/button.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/gwin/button.h b/include/gwin/button.h index 6fc564c7..6d6e27db 100644 --- a/include/gwin/button.h +++ b/include/gwin/button.h @@ -21,9 +21,12 @@ * @file include/gwin/button.h
* @brief GWIN Graphic window subsystem header file.
*
- * @addtogroup GWIN
+ * @defgroup Button
+ * @ingroup GWIN
+ *
* @{
*/
+
#ifndef _GWIN_BUTTON_H
#define _GWIN_BUTTON_H
|