diff options
| author | 2016-03-02 12:15:44 +0000 | |
|---|---|---|
| committer | 2016-03-14 04:57:12 +0000 | |
| commit | f138911b65dfce85c551f9e2e4bbeb595d6c6755 (patch) | |
| tree | 701d5eec803c30160be47f8762b5838e57bc44dd /src/modules/objects/KvsObject_buttonGroup.cpp | |
| parent | cleanup: add or remove empty lines between documentation blocks & code (diff) | |
| download | KVIrc-f138911b65dfce85c551f9e2e4bbeb595d6c6755.tar.gz KVIrc-f138911b65dfce85c551f9e2e4bbeb595d6c6755.tar.bz2 KVIrc-f138911b65dfce85c551f9e2e4bbeb595d6c6755.zip | |
documentation: formatting/indentation + minor syntax fixes
+ Dont use double quotes to emphasise words in normal circumstances.
+ improve indenting + consistency (good for readability when editing source)
+ also replace single quotes
Diffstat (limited to 'src/modules/objects/KvsObject_buttonGroup.cpp')
| -rw-r--r-- | src/modules/objects/KvsObject_buttonGroup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/KvsObject_buttonGroup.cpp b/src/modules/objects/KvsObject_buttonGroup.cpp index d2be856c0..a7ec6a034 100644 --- a/src/modules/objects/KvsObject_buttonGroup.cpp +++ b/src/modules/objects/KvsObject_buttonGroup.cpp @@ -51,7 +51,7 @@ !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. + Returns the button group's checked button, or [b]0[/b] if no buttons are checked. */ KVSO_BEGIN_REGISTERCLASS(KvsObject_buttonGroup,"buttongroup","object") |
