added window manager to doxygen
This commit is contained in:
parent
40b2bb6c24
commit
a9a4178dc5
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user