aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin/gwin.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-12-28 16:33:49 +0100
committerJoel Bodenmann <joel@unormal.org>2013-12-28 16:33:49 +0100
commita9a4178dc5a7d74a5d942b2b6339ceb505e387f6 (patch)
tree10e1523062bf44aca26c406ce6cf8c40cced8ecb /include/gwin/gwin.h
parent40b2bb6c2426220e364f9f7d62bd57d7c023650f (diff)
downloaduGFX-a9a4178dc5a7d74a5d942b2b6339ceb505e387f6.tar.gz
uGFX-a9a4178dc5a7d74a5d942b2b6339ceb505e387f6.tar.bz2
uGFX-a9a4178dc5a7d74a5d942b2b6339ceb505e387f6.zip
added window manager to doxygen
Diffstat (limited to 'include/gwin/gwin.h')
-rw-r--r--include/gwin/gwin.h4
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
*