aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/help/libkvihelp.cpp
diff options
context:
space:
mode:
authorGravatar un1versal2016-05-08 02:15:47 +0100
committerGravatar un1versal2016-05-08 02:34:20 +0100
commitcfab43d4f685c1fda71893024cc420d316dcfa62 (patch)
treef34e565bf5a5328241f52ca280b8a07018e740b1 /src/modules/help/libkvihelp.cpp
parentMerge pull request #1973 from un1versal/The-Emperor's-New-Clothes (diff)
downloadKVIrc-cfab43d4f685c1fda71893024cc420d316dcfa62.tar.gz
KVIrc-cfab43d4f685c1fda71893024cc420d316dcfa62.tar.bz2
KVIrc-cfab43d4f685c1fda71893024cc420d316dcfa62.zip
documentation minor formatting fixes
Diffstat (limited to 'src/modules/help/libkvihelp.cpp')
-rw-r--r--src/modules/help/libkvihelp.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/modules/help/libkvihelp.cpp b/src/modules/help/libkvihelp.cpp
index d526c77a5..03dc93b3a 100644
--- a/src/modules/help/libkvihelp.cpp
+++ b/src/modules/help/libkvihelp.cpp
@@ -72,11 +72,11 @@ KviPointerList<HelpWindow> * g_pHelpWindowList = nullptr;
if there are other help browsers already open.[br]
@examples:
[example]
- help.open /home/pragma/myfile.html //absolute path
- help.open cmd_snd.play.html //relative path
- help.open "Binding operator" //keyword search, remember quoting
- help.open OnNickServAuth //keyword search for an event
- help.open \$my.user //keyword search, $ needs to be escaped
+ help.open /home/pragma/myfile.html //absolute path
+ help.open cmd_snd.play.html //relative path
+ help.open "Binding operator" //keyword search, remember quoting
+ help.open OnNickServAuth //keyword search for an event
+ help.open \$my.user //keyword search, $ needs to be escaped
[/example]
*/