aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2012-12-18 22:34:22 +0100
committerJoel Bodenmann <joel@unormal.org>2012-12-18 22:34:22 +0100
commit6e76ecde180dc1d12d211d7dca14f0a66d8b24f8 (patch)
treeb85ad7be8a398f012ca21ffe6bc78eee02d5e35e /src
parent756a79a2cc621fcd923469b80d3bbb9c5bbeeb2d (diff)
downloaduGFX-6e76ecde180dc1d12d211d7dca14f0a66d8b24f8.tar.gz
uGFX-6e76ecde180dc1d12d211d7dca14f0a66d8b24f8.tar.bz2
uGFX-6e76ecde180dc1d12d211d7dca14f0a66d8b24f8.zip
doxygen fix
Diffstat (limited to 'src')
-rw-r--r--src/gwin/gwin.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gwin/gwin.c b/src/gwin/gwin.c
index 999ea304..720f355c 100644
--- a/src/gwin/gwin.c
+++ b/src/gwin/gwin.c
@@ -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"