]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3433] add libasiodns section
authorAndrei Pavel <andrei@isc.org>
Fri, 7 Jun 2024 19:07:00 +0000 (22:07 +0300)
committerAndrei Pavel <andrei@isc.org>
Fri, 7 Jun 2024 19:07:06 +0000 (22:07 +0300)
doc/devel/mainpage.dox
src/lib/asiodns/asiodns.dox

index e15b8a590afb568f291b481ded7547ccf2325a3c..a068b82e9e872fab38543593ef2627bf6d3d2b1c 100644 (file)
  *   - @subpage libdhcpPktFilter6
  *   - @subpage libdhcpErrorLogging
  * - @subpage libstats
+ * - @subpage libasiodns
  * - @subpage libdhcp_ddns
  * - @subpage libdhcpsrv
  *   - @subpage leasemgr
index e27c05d4b5dc6b89bd925d62dde5ae9cf57d9053..6306c213074a16a74f8c14d7eb3ad01897402bca 100644 (file)
@@ -1,3 +1,12 @@
+// Copyright (C) 2024 Internet Systems Consortium, Inc. ("ISC")
+//
+// This Source Code Form is subject to the terms of the Mozilla Public
+// License, v. 2.0. If a copy of the MPL was not distributed with this
+// file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+/**
+ @page libasiodns libkea-asiodns - Kea I/O Library
+
 The asiodns library is intended to provide an abstraction layer between Kea
 modules and asiolink library.
 
@@ -148,3 +157,4 @@ the message is preceded by a count field as several reads may be required to
 read all the data. The fetch loops until all the data is read.
 
 Finally, the socket is closed and the server called to resume operation.
+*/