diff options
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 { |