diff options
author | Thomas Markwalder <tmark@isc.org> | 2024-03-12 14:44:35 +0100 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2024-03-12 16:54:55 +0100 |
commit | fe926b07c7201cf249a26cd64edfd9680f8c4539 (patch) | |
tree | 0c4f3ebf73ad4e1df9de534bddb4e49ab0c2c6ff /src | |
parent | [#3280] Fixed typos (diff) | |
download | kea-fe926b07c7201cf249a26cd64edfd9680f8c4539.tar.xz kea-fe926b07c7201cf249a26cd64edfd9680f8c4539.zip |
[#3280] Fixed new errors after rebase
src/lib/dns/char_string.h
src/lib/dns/txt_like.h
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/dhcpsrv/parsers/dhcp_parsers.h | 2 | ||||
-rw-r--r-- | src/lib/dns/char_string.h | 2 | ||||
-rw-r--r-- | src/lib/dns/txt_like.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/dhcpsrv/parsers/dhcp_parsers.h b/src/lib/dhcpsrv/parsers/dhcp_parsers.h index e9d918acc4..577271fcd1 100644 --- a/src/lib/dhcpsrv/parsers/dhcp_parsers.h +++ b/src/lib/dhcpsrv/parsers/dhcp_parsers.h @@ -973,7 +973,7 @@ public: /// @param subnets_list pointer to a list of IPv6 subnets /// @param encapsulate_options a boolean parameter indicating if the /// parsed options should be encapsulated with suboptions. - + /// /// @throw DhcpConfigError if CfgMgr rejects the subnet (e.g. subnet-id is a duplicate) size_t parse(SrvConfigPtr cfg, data::ConstElementPtr subnets_list, bool encapsulate_options = true); diff --git a/src/lib/dns/char_string.h b/src/lib/dns/char_string.h index a908ed79b1..c97ff46103 100644 --- a/src/lib/dns/char_string.h +++ b/src/lib/dns/char_string.h @@ -69,7 +69,7 @@ void stringToCharStringData(const MasterToken::StringRegion& str_region, /// special characters in the process. For example, characters like /// double-quotes, semi-colon and backspace are prefixed with backspace /// character, and characters not in the printable range of [0x20, 0x7e] -/// (inclusive) are converted to the \xxx 3-digit decimal +/// (inclusive) are converted to the \\xxx 3-digit decimal /// representation. /// /// \param char_string The \c CharString to convert. diff --git a/src/lib/dns/txt_like.h b/src/lib/dns/txt_like.h index 23b3411cd0..2bfaaab6ef 100644 --- a/src/lib/dns/txt_like.h +++ b/src/lib/dns/txt_like.h @@ -149,7 +149,7 @@ public: /// \brief Render the TXT-like data in the wire format to an /// AbstractMessageRenderer object. /// - /// \param buffer An output AbstractMessageRenderer to send the wire data + /// \param renderer An output AbstractMessageRenderer to send the wire data /// to. void toWire(AbstractMessageRenderer& renderer) const { |