summaryrefslogtreecommitdiff
path: root/include/SDL_messagebox.h
diff options
context:
space:
mode:
authorPhilipp Wiesemann <philipp.wiesemann@arcor.de>2013-05-18 14:48:19 +0200
committerPhilipp Wiesemann <philipp.wiesemann@arcor.de>2013-05-18 14:48:19 +0200
commita90e58993a6bc6377153bfa9f9d3ea7288714b54 (patch)
treed067bdcd9d93dc42344075ee5ff0da9a575e042c /include/SDL_messagebox.h
parent61ae615b4470495014cde74e41f2e736fc88cf4b (diff)
downloadsdl-a90e58993a6bc6377153bfa9f9d3ea7288714b54.tar.gz
Fixed Doxygen warnings.
Diffstat (limited to 'include/SDL_messagebox.h')
-rw-r--r--include/SDL_messagebox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SDL_messagebox.h b/include/SDL_messagebox.h
index 0fb2f53f1..c037466ce 100644
--- a/include/SDL_messagebox.h
+++ b/include/SDL_messagebox.h
@@ -108,6 +108,7 @@ typedef struct
* \brief Create a modal message box.
*
* \param messageboxdata The SDL_MessageBoxData structure with title, text, etc.
+ * \param buttonid The pointer to which user id of hit button should be copied.
*
* \return -1 on error, otherwise 0 and buttonid contains user id of button
* hit or -1 if dialog was closed.