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/links/libkvilinks.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/links/libkvilinks.cpp')
| -rw-r--r-- | src/modules/links/libkvilinks.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/links/libkvilinks.cpp b/src/modules/links/libkvilinks.cpp index 8b2a586db..523f40470 100644 --- a/src/modules/links/libkvilinks.cpp +++ b/src/modules/links/libkvilinks.cpp @@ -47,14 +47,14 @@ KviPointerList<LinksWindow> * g_pLinksWindowList = 0; @description: Opens a links window attached to the current IRC context.[br] The links window handles the RPL_LINKS server replies and shows - them in a Tree-View form: this is useful in visualizing the + them in a [b]tree-view[/b] form: this is useful in visualizing the current network connections.[br] Please note that the total number of links received (and the total count of servers displayed when all the links have been received) may actually be less than the real number of IRC servers in the network. Servers that contain a wildcard in their name often act as gateways (hubs) - for a "local IRC network"; if you're requesting links from a server that is - external to the gateway, the servers internal to the network "behind the gateway" + for a [i]local IRC network[/i]; if you're requesting links from a server that is + external to the gateway, the servers internal to the network [i]behind the gateway[/i] will not be shown; in the extreme case you will see the gateway as leaf node (and it isn't). To see the internal network server tree you might request links from the gateway server.[br] */ |
