2012-03-19 14:54:18 +01:00
|
|
|
/**
|
|
|
|
*
|
|
|
|
* @mainpage BIND10 Developer's Guide
|
|
|
|
*
|
|
|
|
* Welcome to BIND10 Developer's Guide. This documentation is addressed
|
|
|
|
* at existing and prospecting developers and programmers, who would like
|
|
|
|
* to gain insight into internal workings of BIND 10. It could also be useful
|
|
|
|
* for existing and prospective contributors.
|
|
|
|
*
|
|
|
|
* If you are a user or system administrator, rather than software engineer,
|
2012-05-08 17:08:48 +02:00
|
|
|
* you should read <a href="http://bind10.isc.org/docs/bind10-guide.html">BIND10
|
|
|
|
* Guide (Administrator Reference for BIND10)</a> instead.
|
2012-03-19 14:54:18 +01:00
|
|
|
*
|
|
|
|
* Regardless of your field of expertise, you are encouraged to visit
|
|
|
|
* <a href="http://bind10.isc.org/">BIND10 webpage (http://bind10.isc.org)</a>
|
|
|
|
*
|
|
|
|
* @section DNS
|
2012-10-01 19:19:49 +02:00
|
|
|
* - Authoritative DNS (todo)
|
|
|
|
* - Recursive resolver (todo)
|
2012-03-19 14:54:18 +01:00
|
|
|
* - @subpage DataScrubbing
|
|
|
|
*
|
|
|
|
* @section DHCP
|
2012-10-12 14:55:59 +02:00
|
|
|
* - @subpage dhcp4
|
2012-06-01 14:46:05 +02:00
|
|
|
* - @subpage dhcpv4Session
|
2012-12-13 11:38:21 +00:00
|
|
|
* - @subpage dhcpv4ConfigParser
|
|
|
|
* - @subpage dhcpv4ConfigInherit
|
2012-10-12 14:55:59 +02:00
|
|
|
* - @subpage dhcp6
|
2012-12-10 13:54:46 +00:00
|
|
|
* - @subpage dhcpv6Session
|
|
|
|
* - @subpage dhcpv6ConfigParser
|
|
|
|
* - @subpage dhcpv6ConfigInherit
|
2012-03-19 14:54:18 +01:00
|
|
|
* - @subpage libdhcp
|
2012-06-01 14:46:05 +02:00
|
|
|
* - @subpage libdhcpIntro
|
|
|
|
* - @subpage libdhcpIfaceMgr
|
2012-10-25 13:46:02 +02:00
|
|
|
* - @subpage libdhcpsrv
|
|
|
|
* - @subpage leasemgr
|
|
|
|
* - @subpage cfgmgr
|
|
|
|
* - @subpage allocengine
|
2012-12-13 11:38:21 +00:00
|
|
|
* - @subpage dhcpDatabaseBackends
|
2012-09-13 11:02:23 +02:00
|
|
|
* - @subpage perfdhcpInternals
|
2012-03-19 14:54:18 +01:00
|
|
|
*
|
|
|
|
* @section misc Miscellaneous topics
|
|
|
|
* - @subpage LoggingApi
|
|
|
|
* - @subpage LoggingApiOverview
|
|
|
|
* - @subpage LoggingApiLoggerNames
|
|
|
|
* - @subpage LoggingApiLoggingMessages
|
|
|
|
* - @subpage SocketSessionUtility
|
|
|
|
* - <a href="./doxygen-error.log">Documentation warnings and errors</a>
|
|
|
|
*
|
|
|
|
* @todo: Move this logo to the right (and possibly up). Not sure what
|
|
|
|
* is the best way to do it in Doxygen, without using CSS hacks.
|
|
|
|
* @image html isc-logo.png
|
2012-09-13 11:02:23 +02:00
|
|
|
*/
|