mainpage.dox 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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 hooksdgDevelopersGuide.
  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 the
  33. * <a href="http://bind10.isc.org/docs/bind10-guide.html">BIND10
  34. * Guide (Administrator Reference for BIND10)</a> instead.
  35. *
  36. * Regardless of your field of expertise, you are encouraged to visit the
  37. * <a href="http://bind10.isc.org/">BIND10 webpage (http://bind10.isc.org)</a>
  38. * @section hooksFramework Hooks Framework
  39. * - @subpage hooksdgDevelopersGuide
  40. * - @subpage dhcpv4Hooks
  41. * - @subpage dhcpv6Hooks
  42. * - @subpage hooksComponentDeveloperGuide
  43. * - @subpage hooksmgMaintenanceGuide
  44. *
  45. * @section dnsMaintenanceGuide DNS Maintenance Guide
  46. * - Authoritative DNS (todo)
  47. * - Recursive resolver (todo)
  48. * - @subpage DataScrubbing
  49. *
  50. * @section dhcpMaintenanceGuide DHCP Maintenance Guide
  51. * - @subpage dhcp4
  52. * - @subpage dhcpv4Session
  53. * - @subpage dhcpv4ConfigParser
  54. * - @subpage dhcpv4ConfigInherit
  55. * - @subpage dhcpv4OptionsParse
  56. * - @subpage dhcpv4Other
  57. * - @subpage dhcp6
  58. * - @subpage dhcpv6Session
  59. * - @subpage dhcpv6ConfigParser
  60. * - @subpage dhcpv6ConfigInherit
  61. * - @subpage dhcpv6DDNSIntegration
  62. * - @subpage dhcpv6OptionsParse
  63. * - @subpage dhcpv6Other
  64. * - @subpage libdhcp
  65. * - @subpage libdhcpIntro
  66. * - @subpage libdhcpRelay
  67. * - @subpage libdhcpIfaceMgr
  68. * - @subpage libdhcpsrv
  69. * - @subpage leasemgr
  70. * - @subpage cfgmgr
  71. * - @subpage allocengine
  72. * - @subpage dhcpDatabaseBackends
  73. * - @subpage perfdhcpInternals
  74. * - @subpage libdhcp_ddns
  75. *
  76. * @section miscellaneousTopics Miscellaneous Topics
  77. * - @subpage LoggingApi
  78. * - @subpage LoggingApiOverview
  79. * - @subpage LoggingApiLoggerNames
  80. * - @subpage LoggingApiLoggingMessages
  81. * - @subpage SocketSessionUtility
  82. * - <a href="./doxygen-error.log">Documentation warnings and errors</a>
  83. *
  84. * @image html isc-logo.png
  85. */
  86. /*
  87. * @todo: Move the logo to the right (and possibly up). Not sure what
  88. * is the best way to do it in Doxygen, without using CSS hacks.
  89. */