aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/about/libkviabout.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/about/libkviabout.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/about/libkviabout.cpp')
-rw-r--r--src/modules/about/libkviabout.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/about/libkviabout.cpp b/src/modules/about/libkviabout.cpp
index 196fe3e43..9b2d726b6 100644
--- a/src/modules/about/libkviabout.cpp
+++ b/src/modules/about/libkviabout.cpp
@@ -39,19 +39,19 @@ AboutDialog * g_pAboutDialog = 0;
@title:
about.kvirc
@short:
- Shows the "About KVIrc" dialog
+ Shows the About KVIrc dialog
@syntax:
about.kvirc
@description:
- This command is exported by the "about" module.
+ This command is exported by the [i]about[/i] module.
This command opens a dialog which contains various tabs ranging from important to interesting information.
- [b]About[/b] tab: shows the current KVIrc base version, release name and splash screen.[/br]
+ [b]About[/b] tab: shows the current KVIrc base version, release name and splash screen.[br]
[b]Executable Information[/b] tab: contains important system and program information you can [b]copy and paste[/b] into e.g. a bug report or support request.[br]
[b]Honor & Glory[/b] tab: contains a non exhaustive list of the people who have contributed to help make KVIrc the IRC client you know and use today.[br]
[b]Licence[/b] tab: contains a copy (if present in the KVIrc package) of the license type and details associated with the KVIrc package.
@examples:
[example]
- /about.kvirc
+ about.kvirc
[/example]
*/