gds-parser.h: Fix psoition of ifdef guards compared to doxygen group

This commit is contained in:
Mario Hüttel 2019-08-20 18:11:38 +02:00
parent bd64e13d87
commit e0f2e7d605
1 changed files with 3 additions and 3 deletions

View File

@ -23,14 +23,14 @@
* @author Mario Hüttel <mario.huettel@gmx.net>
*/
#ifndef _GDSPARSER_H_
#define _GDSPARSER_H_
/**
* @addtogroup GDS-Utilities
* @{
*/
#ifndef _GDSPARSER_H_
#define _GDSPARSER_H_
#include <glib.h>
#include <gds-render/gds-utils/gds-types.h>