]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3280] Fixed new errors after rebase
authorThomas Markwalder <tmark@isc.org>
Tue, 12 Mar 2024 13:44:35 +0000 (09:44 -0400)
committerThomas Markwalder <tmark@isc.org>
Tue, 12 Mar 2024 15:54:55 +0000 (15:54 +0000)
src/lib/dns/char_string.h
src/lib/dns/txt_like.h

src/lib/dhcpsrv/parsers/dhcp_parsers.h
src/lib/dns/char_string.h
src/lib/dns/txt_like.h

index e9d918acc4361039089d152885633224cf828abe..577271fcd1d3501e024e46dcae1f4e6407e2e148 100644 (file)
@@ -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);
index a908ed79b15461f44985af60b616c605207f8efe..c97ff46103f09797cb5f7e5e401ac65138f32718 100644 (file)
@@ -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.
index 23b3411cd0f66cad6ee42267a0584ec55505988c..2bfaaab6efe61c704cac6135478342fb36ea07d6 100644 (file)
@@ -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 {