aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_buttonGroup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects/KvsObject_buttonGroup.cpp')
-rw-r--r--src/modules/objects/KvsObject_buttonGroup.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/objects/KvsObject_buttonGroup.cpp b/src/modules/objects/KvsObject_buttonGroup.cpp
index 60fe86439..d2be856c0 100644
--- a/src/modules/objects/KvsObject_buttonGroup.cpp
+++ b/src/modules/objects/KvsObject_buttonGroup.cpp
@@ -48,8 +48,8 @@
@description:
This object organizes buttons in a group.
@functions:
- !fn: <id:integer> $addButton(<checkbutton or radiobutton:object>)
- Adds the given button to the button group and returns an unique identifier.
+ !fn: <id:integer> $addButton(<checkbutton or radiobutton:object>)
+ Adds the given button to the button group and returns an unique identifier.
!fn: <object> $checkedButton()
Returns the button group's checked button, or 0 if no buttons are checked.
*/