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/channelsjoin/libkvichannelsjoin.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/channelsjoin/libkvichannelsjoin.cpp')
| -rw-r--r-- | src/modules/channelsjoin/libkvichannelsjoin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/channelsjoin/libkvichannelsjoin.cpp b/src/modules/channelsjoin/libkvichannelsjoin.cpp index 44ce08d55..7af136d9e 100644 --- a/src/modules/channelsjoin/libkvichannelsjoin.cpp +++ b/src/modules/channelsjoin/libkvichannelsjoin.cpp @@ -47,7 +47,7 @@ QRect g_rectChannelsJoinGeometry; channelsjoin.open @description: Shows a dialog that allows the user to enter channels in a visual manner.[br] - This command is exported by the "channelsjoin" module. + This command is exported by the [b][i]channelsjoin[/i][/b] module. */ |
