From a9a4178dc5a7d74a5d942b2b6339ceb505e387f6 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sat, 28 Dec 2013 16:33:49 +0100 Subject: [PATCH] added window manager to doxygen --- include/gwin/gwin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/gwin/gwin.h b/include/gwin/gwin.h index 1a2c2c07..96055376 100644 --- a/include/gwin/gwin.h +++ b/include/gwin/gwin.h @@ -77,7 +77,7 @@ extern "C" { * Window Manager functions *-------------------------------------------------*/ -#if GWIN_NEED_WINDOWMANAGER +#if GWIN_NEED_WINDOWMANAGER || defined(__DOXYGEN__) // Forward definition struct GWindowManager; @@ -377,7 +377,7 @@ extern "C" { */ void gwinRedraw(GHandle gh); - #if GWIN_NEED_WINDOWMANAGER + #if GWIN_NEED_WINDOWMANAGER || defined (__DOXYGEN__) /** * @brief Redraw a window *