Browse Source

[5332] Generate doxygen documentation for lease_cmds hook.

Marcin Siodelski 7 years ago
parent
commit
f3ce347f0d
2 changed files with 3 additions and 2 deletions
  1. 1 0
      doc/Doxyfile
  2. 2 2
      src/hooks/dhcp/lease_cmds/lease_cmds.dox

+ 1 - 0
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 \

+ 2 - 2
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)