doxygen fix
This commit is contained in:
parent
756a79a2cc
commit
6e76ecde18
2 changed files with 8 additions and 3 deletions
|
@ -21,9 +21,12 @@
|
||||||
* @file include/gwin/gwin.h
|
* @file include/gwin/gwin.h
|
||||||
* @brief GWIN Graphic window subsystem header file.
|
* @brief GWIN Graphic window subsystem header file.
|
||||||
*
|
*
|
||||||
* @addtogroup GWIN
|
* @defgroup Window
|
||||||
|
* @ingroup GWIN
|
||||||
|
*
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _GWIN_H
|
#ifndef _GWIN_H
|
||||||
#define _GWIN_H
|
#define _GWIN_H
|
||||||
|
|
||||||
|
|
|
@ -17,14 +17,16 @@
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file src/gwin/gwin.c
|
* @file src/gwin/gwin.c
|
||||||
* @brief GWIN sub-system code.
|
* @brief GWIN sub-system code.
|
||||||
*
|
*
|
||||||
* @addtogroup GWIN
|
* @defgroup Window
|
||||||
|
* @ingroup GWIN
|
||||||
|
*
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "ch.h"
|
#include "ch.h"
|
||||||
#include "hal.h"
|
#include "hal.h"
|
||||||
#include "gfx.h"
|
#include "gfx.h"
|
||||||
|
|
Loading…
Add table
Reference in a new issue