]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5332] Generate doxygen documentation for lease_cmds hook.
authorMarcin Siodelski <marcin@isc.org>
Mon, 25 Sep 2017 13:53:10 +0000 (15:53 +0200)
committerMarcin Siodelski <marcin@isc.org>
Mon, 25 Sep 2017 13:53:10 +0000 (15:53 +0200)
doc/Doxyfile
src/hooks/dhcp/lease_cmds/lease_cmds.dox

index 6715fdf9b99b02a0cecb6968ef278e12324b1960..be986b74a192a9d12c0ec7efa67550f3c86a00e8 100644 (file)
@@ -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 \
index 761c65f491ffc0dc92b365a73c6e36dcb9421cac..6f1649fc5eb542aea9ca8713feed0da24c470950 100644 (file)
@@ -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)