diff options
author | Joel Bodenmann <joel@unormal.org> | 2013-12-28 16:33:49 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2013-12-28 16:33:49 +0100 |
commit | a9a4178dc5a7d74a5d942b2b6339ceb505e387f6 (patch) | |
tree | 10e1523062bf44aca26c406ce6cf8c40cced8ecb /include | |
parent | 40b2bb6c2426220e364f9f7d62bd57d7c023650f (diff) | |
download | uGFX-a9a4178dc5a7d74a5d942b2b6339ceb505e387f6.tar.gz uGFX-a9a4178dc5a7d74a5d942b2b6339ceb505e387f6.tar.bz2 uGFX-a9a4178dc5a7d74a5d942b2b6339ceb505e387f6.zip |
added window manager to doxygen
Diffstat (limited to 'include')
-rw-r--r-- | include/gwin/gwin.h | 4 |
1 files 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 * |