aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin/radio.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-07-17 04:44:29 +0200
committerJoel Bodenmann <joel@unormal.org>2013-07-17 04:44:29 +0200
commitd1861f04e04608facbbda43aea4b5fb5004e8dcc (patch)
tree31fca34e2f6eaef296f541e4ea470b7608df0aaf /include/gwin/radio.h
parentd900257dedd03401d3029cede5ab8aa8f826ca24 (diff)
downloaduGFX-d1861f04e04608facbbda43aea4b5fb5004e8dcc.tar.gz
uGFX-d1861f04e04608facbbda43aea4b5fb5004e8dcc.tar.bz2
uGFX-d1861f04e04608facbbda43aea4b5fb5004e8dcc.zip
doxygen update
Diffstat (limited to 'include/gwin/radio.h')
-rw-r--r--include/gwin/radio.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/gwin/radio.h b/include/gwin/radio.h
index 1e0a2dd6..81243da4 100644
--- a/include/gwin/radio.h
+++ b/include/gwin/radio.h
@@ -102,7 +102,9 @@ bool_t gwinRadioIsPressed(GHandle gh);
* @brief Find the currently pressed radio button in the specified group
* @return The handle of the pressed radio button or NULL if none are pressed
*
- * @param[in] gh The window handle (must be a radio widget)
+ * @param[in] group The radio button group to be examined
+ *
+ * @return The handle of the currently pressed radio button
*
* @api
*/