diff options
author | Tomek Mrugalski <tomasz@isc.org> | 2012-06-01 16:51:04 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomasz@isc.org> | 2012-06-01 16:51:04 +0200 |
commit | eab5b84db6c5a0db2e7cc9c53b5433797905a599 (patch) | |
tree | 9f51ec50d7fac4186cee75107a134505bbee6b0c /src/lib/asiolink/io_endpoint.h | |
parent | Merge branch 'master' into trac1735_2 (diff) | |
download | kea-eab5b84db6c5a0db2e7cc9c53b5433797905a599.tar.xz kea-eab5b84db6c5a0db2e7cc9c53b5433797905a599.zip |
[2017] Many Doxygen warnings removed.
Diffstat (limited to 'src/lib/asiolink/io_endpoint.h')
-rw-r--r-- | src/lib/asiolink/io_endpoint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/asiolink/io_endpoint.h b/src/lib/asiolink/io_endpoint.h index dd740361c0..973fc8b4dd 100644 --- a/src/lib/asiolink/io_endpoint.h +++ b/src/lib/asiolink/io_endpoint.h @@ -168,8 +168,8 @@ public: /// /// This method converts the address and port of the endpoint in the textual /// format that other BIND 10 modules would use in logging, i.e., -/// - For IPv6 address: [<address>]:port (e.g., [2001:db8::5300]:53) -/// - For IPv4 address: <address>:port (e.g., 192.0.2.53:5300) +/// - For IPv6 address: [<address>]:port (e.g., [2001:db8::5300]:53) +/// - For IPv4 address: <address>:port (e.g., 192.0.2.53:5300) /// /// If it's neither IPv6 nor IPv4, it converts the endpoint into text in the /// same format as that for IPv4, although in practice such a case is not |