work on document

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@75 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-09-30 11:11:30 +00:00
parent 32d013241a
commit 31d01d3b79
7 changed files with 153 additions and 0 deletions

View File

@@ -1,4 +1,8 @@
/* $Id$ */
/*!
* %file Mw/Button.h
* %brief Button widget
*/
#ifndef __MW_BUTTON_H__
#define __MW_BUTTON_H__
@@ -9,6 +13,9 @@
extern "C" {
#endif
/*!
* %brief Button class
*/
MWDECL MwClass MwButtonClass;
#ifdef __cplusplus

View File

@@ -1,4 +1,8 @@
/* $Id$ */
/*!
* %file Mw/Core.h
* %brief Core
*/
#ifndef __MW_CORE_H__
#define __MW_CORE_H__