mainpage.dox 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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 dhcpv4
  24. * - @subpage dhcpv4Session
  25. * - @subpage dhcpv6
  26. * - @subpage dhcpv6-session
  27. * - @subpage dhcpv6-config-parser
  28. * - @subpage dhcpv6-config-inherit
  29. * - @subpage libdhcp
  30. * - @subpage libdhcpIntro
  31. * - @subpage libdhcpIfaceMgr
  32. * - @subpage libdhcpsrv
  33. * - @subpage leasemgr
  34. * - @subpage cfgmgr
  35. * - @subpage allocengine
  36. * - @subpage perfdhcpInternals
  37. *
  38. * @section misc Miscellaneous topics
  39. * - @subpage LoggingApi
  40. * - @subpage LoggingApiOverview
  41. * - @subpage LoggingApiLoggerNames
  42. * - @subpage LoggingApiLoggingMessages
  43. * - @subpage SocketSessionUtility
  44. * - <a href="./doxygen-error.log">Documentation warnings and errors</a>
  45. *
  46. * @todo: Move this logo to the right (and possibly up). Not sure what
  47. * is the best way to do it in Doxygen, without using CSS hacks.
  48. * @image html isc-logo.png
  49. */