mainpage.dox 1.2 KB

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