added window manager to doxygen

This commit is contained in:
Joel Bodenmann 2013-12-28 16:33:49 +01:00
parent 40b2bb6c24
commit a9a4178dc5

View File

@ -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
*