aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/toolbar/libkvitoolbar.cpp
diff options
context:
space:
mode:
authorGravatar un1versal2016-03-02 12:15:44 +0000
committerGravatar un1versal2016-03-14 04:57:12 +0000
commitf138911b65dfce85c551f9e2e4bbeb595d6c6755 (patch)
tree701d5eec803c30160be47f8762b5838e57bc44dd /src/modules/toolbar/libkvitoolbar.cpp
parentcleanup: add or remove empty lines between documentation blocks & code (diff)
downloadKVIrc-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/toolbar/libkvitoolbar.cpp')
-rw-r--r--src/modules/toolbar/libkvitoolbar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/toolbar/libkvitoolbar.cpp b/src/modules/toolbar/libkvitoolbar.cpp
index 07683170c..38ba32d30 100644
--- a/src/modules/toolbar/libkvitoolbar.cpp
+++ b/src/modules/toolbar/libkvitoolbar.cpp
@@ -291,7 +291,7 @@ static bool toolbar_kvs_cmd_hide(KviKvsModuleCommandCall * c)
@syntax:
<boolean> $toolbar.exists(<id:string>)
@description:
- Returns 1 if the toolbar with the specified <id> has been defined.[br]
+ Returns [b]1[/b] if the toolbar with the specified <id> has been defined.[br]
Note that this doesn't mean that the toolbar is visible!
@seealso:
[cmd]toolbar.create[/cmd]
@@ -320,7 +320,7 @@ static bool toolbar_kvs_fnc_exists(KviKvsModuleFunctionCall * c)
@syntax:
<boolean> $toolbar.isVisible(<id:string>)
@description:
- Returns 1 if the toolbar with the specified <id> is visible,
+ Returns [b]1[/b] if the toolbar with the specified <id> is visible,
or 0 when invisible or the given toolbar does not exist.
@seealso:
[cmd]toolbar.show[/cmd]