doxygen fix

ugfx_release_2.6
Joel Bodenmann 2012-12-18 22:34:22 +01:00
parent 756a79a2cc
commit 6e76ecde18
2 changed files with 8 additions and 3 deletions

View File

@ -21,9 +21,12 @@
* @file include/gwin/gwin.h
* @brief GWIN Graphic window subsystem header file.
*
* @addtogroup GWIN
* @defgroup Window
* @ingroup GWIN
*
* @{
*/
#ifndef _GWIN_H
#define _GWIN_H

View File

@ -17,14 +17,16 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* @file src/gwin/gwin.c
* @brief GWIN sub-system code.
*
* @addtogroup GWIN
* @defgroup Window
* @ingroup GWIN
*
* @{
*/
#include "ch.h"
#include "hal.h"
#include "gfx.h"