From 44bb28ed9259633d48bb526a681d0e6057c4da86 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sun, 11 Nov 2012 05:31:48 +0100 Subject: [PATCH] small doxygen fix --- src/gwin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gwin.c b/src/gwin.c index 1a19bb1e..dfc4b1e0 100644 --- a/src/gwin.c +++ b/src/gwin.c @@ -722,7 +722,7 @@ static const GButtonStyle GButtonDefaultStyle = { * @brief Create a button window. * @return NULL if there is no resultant drawing area, otherwise a window handle. * - * @param[in] gb The GConsoleWindow structure to initialise + * @param[in] gb The GConsoleWindow structure to initialise. If this is NULL the structure is dynamically allocated. * @param[in] x,y The screen co-ordinates for the bottom left corner of the window * @param[in] width The width of the window * @param[in] height The height of the window