From: Marcin Siodelski Date: Mon, 25 Sep 2017 13:53:10 +0000 (+0200) Subject: [5332] Generate doxygen documentation for lease_cmds hook. X-Git-Tag: trac5363_base~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3ce347f0d76dfbebc395250ccdc6678eb27185d;p=thirdparty%2Fkea.git [5332] Generate doxygen documentation for lease_cmds hook. --- diff --git a/doc/Doxyfile b/doc/Doxyfile index 6715fdf9b9..be986b74a1 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -779,6 +779,7 @@ INPUT = ../src/bin/agent \ ../src/bin/sockcreator \ ../src/bin/lfc \ ../src/hooks/dhcp/user_chk \ + ../src/hooks/dhcp/lease_cmds \ ../src/lib/asiodns \ ../src/lib/asiolink \ ../src/lib/cc \ diff --git a/src/hooks/dhcp/lease_cmds/lease_cmds.dox b/src/hooks/dhcp/lease_cmds/lease_cmds.dox index 761c65f491..6f1649fc5e 100644 --- a/src/hooks/dhcp/lease_cmds/lease_cmds.dox +++ b/src/hooks/dhcp/lease_cmds/lease_cmds.dox @@ -53,8 +53,8 @@ is the same. First, it starts with parameters sanitization and then some interaction with isc::dhcp::LeaseMgr is conducted. For commands that do something with a specific lease (lease4-get, lease6-get, -lease4-del, lease6-del), there is a @ref isc::lease_cmds::Parameters class that -contains parsed elements. +lease4-del, lease6-del), there is a @ref isc::lease_cmds::LeaseCmdsImpl::Parameters +class that contains parsed elements. For details see documentation and code of the following handlers: - @ref isc::lease_cmds::LeaseCmdsImpl::leaseAddHandler (lease4-add, lease6-add)