mainpage.dox 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. // Copyright (C) 2012-2013 Internet Systems Consortium, Inc. ("ISC")
  2. //
  3. // Permission to use, copy, modify, and/or distribute this software for any
  4. // purpose with or without fee is hereby granted, provided that the above
  5. // copyright notice and this permission notice appear in all copies.
  6. //
  7. // THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
  8. // REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
  9. // AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
  10. // INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  11. // LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
  12. // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  13. // PERFORMANCE OF THIS SOFTWARE.
  14. /**
  15. * @mainpage BIND10 Developer's Guide
  16. *
  17. * Welcome to BIND10 Developer's Guide. This documentation is addressed
  18. * at existing and prospecting developers and programmers and provides
  19. * information needed to both extend and maintain BIND 10.
  20. *
  21. * If you wish to write "hook" code - code that is loaded by BIND 10 at
  22. * run-time and modifies its behavior you should read the section
  23. * @ref hookDevelopersGuide.
  24. *
  25. * BIND 10 maintanenace information is divided into a number of sections
  26. * depending on focus. DNS-specific issues are covered in the
  27. * @ref dnsMaintenanceGuide while information on DHCP-specific topics can
  28. * be found in the @ref dhcpMaintenanceGuide. General BIND 10 topics, not
  29. * specific to any protocol, are discussed in @ref miscellaneousTopics.
  30. *
  31. * If you are a user or system administrator, rather than software engineer,
  32. * you should read <a href="http://bind10.isc.org/docs/bind10-guide.html">BIND10
  33. * Guide (Administrator Reference for BIND10)</a> instead.
  34. *
  35. * Regardless of your field of expertise, you are encouraged to visit
  36. * <a href="http://bind10.isc.org/">BIND10 webpage (http://bind10.isc.org)</a>
  37. * @section hooksFramework Hooks Framework
  38. * - @subpage hooksComponentDeveloperGuide
  39. * - @subpage dhcpv4Hooks
  40. * - @subpage dhcpv6Hooks
  41. *
  42. * @section dnsMaintenanceGuide DNS Maintenance Guide
  43. * - Authoritative DNS (todo)
  44. * - Recursive resolver (todo)
  45. * - @subpage DataScrubbing
  46. *
  47. * @section dhcpMaintenanceGuide DHCP Maintenance Guide
  48. * - @subpage dhcp4
  49. * - @subpage dhcpv4Session
  50. * - @subpage dhcpv4ConfigParser
  51. * - @subpage dhcpv4ConfigInherit
  52. * - @subpage dhcpv4Other
  53. * - @subpage dhcp6
  54. * - @subpage dhcpv6Session
  55. * - @subpage dhcpv6ConfigParser
  56. * - @subpage dhcpv6ConfigInherit
  57. * - @subpage dhcpv6Other
  58. * - @subpage libdhcp
  59. * - @subpage libdhcpIntro
  60. * - @subpage libdhcpRelay
  61. * - @subpage libdhcpIfaceMgr
  62. * - @subpage libdhcpsrv
  63. * - @subpage leasemgr
  64. * - @subpage cfgmgr
  65. * - @subpage allocengine
  66. * - @subpage dhcpDatabaseBackends
  67. * - @subpage perfdhcpInternals
  68. *
  69. * @section miscellaneousTopics Miscellaneous topics
  70. * - @subpage LoggingApi
  71. * - @subpage LoggingApiOverview
  72. * - @subpage LoggingApiLoggerNames
  73. * - @subpage LoggingApiLoggingMessages
  74. * - @subpage SocketSessionUtility
  75. * - <a href="./doxygen-error.log">Documentation warnings and errors</a>
  76. *
  77. * @image html isc-logo.png
  78. */
  79. /*
  80. * @todo: Move the logo to the right (and possibly up). Not sure what
  81. * is the best way to do it in Doxygen, without using CSS hacks.
  82. */