]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3212] doxygen docs fixes
authorPiotrek Zadroga <piotrek@isc.org>
Wed, 28 Feb 2024 12:51:41 +0000 (13:51 +0100)
committerPiotrek Zadroga <piotrek@isc.org>
Wed, 20 Mar 2024 15:17:29 +0000 (15:17 +0000)
src/lib/dns/time_utils.h

index 283710d5d3f3db6795d6c68da96cc824e44f9817..74594468c90576aa4a9705c4f0ecdb1d825e3b1a 100644 (file)
@@ -69,6 +69,7 @@ getTimeWrapper();
 /// versions, too.
 ///
 /// The timezone is always UTC for these functions.
+
 /// @{
 /// @brief Convert textual DNSSEC time to integer, 64-bit version.
 ///
@@ -110,7 +111,7 @@ timeFromText64(const std::string& time_txt);
 /// value is wrapped around to an unsigned 32-bit integer, simply dropping
 /// the upper 32 bits.
 ///
-/// @param time_txt
+/// @param time_txt Textual time in the form of YYYYMMDDHHmmSS
 ///
 /// @return Seconds since epoch corresponding to @c time_txt as uint_32
 uint32_t