mainpage.dox 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /**
  2. *
  3. * @mainpage BIND10 Developer's Guide
  4. *
  5. * Welcome to BIND10 Developer's Guide. This documentation is addressed
  6. * at existing and prospecting developers and programmers, who would like
  7. * to gain insight into internal workings of BIND 10. It could also be useful
  8. * for existing and prospective contributors.
  9. *
  10. * If you are a user or system administrator, rather than software engineer,
  11. * you should read <a href="http://bind10.isc.org/docs/bind10-guide.html">BIND10
  12. * Guide (Administrator Reference for BIND10)</a> instead.
  13. *
  14. * Regardless of your field of expertise, you are encouraged to visit
  15. * <a href="http://bind10.isc.org/">BIND10 webpage (http://bind10.isc.org)</a>
  16. *
  17. * @section DNS
  18. * - Authoritative DNS (todo)
  19. * - Recursive resolver (todo)
  20. * - @subpage DataScrubbing
  21. *
  22. * @section DHCP
  23. * - @subpage dhcp4
  24. * - @subpage dhcpv4Session
  25. * - @subpage dhcpv4ConfigParser
  26. * - @subpage dhcpv4ConfigInherit
  27. * - @subpage dhcp6
  28. * - @subpage dhcpv6Session
  29. * - @subpage dhcpv6ConfigParser
  30. * - @subpage dhcpv6ConfigInherit
  31. * - @subpage libdhcp
  32. * - @subpage libdhcpIntro
  33. * - @subpage libdhcpIfaceMgr
  34. * - @subpage libdhcpsrv
  35. * - @subpage leasemgr
  36. * - @subpage cfgmgr
  37. * - @subpage allocengine
  38. * - @subpage dhcpDatabaseBackends
  39. * - @subpage perfdhcpInternals
  40. *
  41. * @section misc Miscellaneous topics
  42. * - @subpage LoggingApi
  43. * - @subpage LoggingApiOverview
  44. * - @subpage LoggingApiLoggerNames
  45. * - @subpage LoggingApiLoggingMessages
  46. * - @subpage SocketSessionUtility
  47. * - <a href="./doxygen-error.log">Documentation warnings and errors</a>
  48. *
  49. * @todo: Move this logo to the right (and possibly up). Not sure what
  50. * is the best way to do it in Doxygen, without using CSS hacks.
  51. * @image html isc-logo.png
  52. */