]> git.ipfire.org Git - thirdparty/kea.git/commit
[#3279] Corrected doxygen and added UTs
authorThomas Markwalder <tmark@isc.org>
Fri, 3 May 2024 14:40:11 +0000 (10:40 -0400)
committerThomas Markwalder <tmark@isc.org>
Fri, 10 May 2024 18:12:06 +0000 (18:12 +0000)
commit71c70c09206c12527af4a813561422f1874e5ade
treec842347a368a1b43d4384b38fb19a87774302ad3
parentf8e75772e1d4dee42dd6d08c6fba630d3929d623
[#3279] Corrected doxygen and added UTs

src/bin/dhcp4/dhcp4_hooks.dox
src/bin/dhcp4/dhcp6_hooks.dox
    Correctec parameter names

src/bin/dhcp4/tests/hooks_unittest.cc
    TEST_F(HooksDhcpv4SrvTest, ddns4Update) - new test

src/bin/dhcp6/tests/hooks_unittest.cc
    TEST_F(HooksDhcpv6SrvTest, ddns6Update) - new test

src/lib/asiolink/io_service.cc
src/lib/asiolink/io_service.h
- replaced unresolvable @ref with @c for boost::asio::io_service,
  (boost code does not use doxygen)

src/lib/dns/tsigkey.h
    Replaced @class with @ref, at @class needs to point to a file
src/bin/dhcp4/dhcp4_hooks.dox
src/bin/dhcp4/tests/hooks_unittest.cc
src/bin/dhcp6/dhcp6_hooks.dox
src/bin/dhcp6/tests/hooks_unittest.cc
src/lib/asiolink/io_service.cc
src/lib/asiolink/io_service.h
src/lib/dns/tsigkey.h