mainpage.dox 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. * - @subpage DataScrubbing
  19. *
  20. * @section DHCP
  21. * - @subpage dhcpv4
  22. * - @subpage dhcpv4Session
  23. * - @subpage dhcpv6
  24. * - @subpage libdhcp
  25. * - @subpage libdhcpIntro
  26. * - @subpage libdhcpIfaceMgr
  27. * - @subpage perfdhcpInternals
  28. *
  29. * @section misc Miscellaneous topics
  30. * - @subpage LoggingApi
  31. * - @subpage LoggingApiOverview
  32. * - @subpage LoggingApiLoggerNames
  33. * - @subpage LoggingApiLoggingMessages
  34. * - @subpage SocketSessionUtility
  35. * - <a href="./doxygen-error.log">Documentation warnings and errors</a>
  36. *
  37. * @todo: Move this logo to the right (and possibly up). Not sure what
  38. * is the best way to do it in Doxygen, without using CSS hacks.
  39. * @image html isc-logo.png
  40. */