mainpage.dox 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. // Copyright (C) 2012-2014 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 Kea Developer's Guide
  16. *
  17. * Welcome to Kea 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 Kea at
  22. * run-time and modifies its behavior you should read the section
  23. * @ref hooksdgDevelopersGuide.
  24. *
  25. * Kea maintenance information is divided into a number of sections
  26. * depending on focus. Information on DHCP-specific topics can be found
  27. * in the @ref dhcpMaintenanceGuide. General topics, are discussed in
  28. * @ref miscellaneousTopics.
  29. *
  30. * If you are a user or system administrator, rather than software engineer,
  31. * you should read the
  32. * <a href="http://kea.isc.org/docs/bind10-guide.html">Kea
  33. * Guide (Administrator Reference for Kea)</a> instead.
  34. *
  35. * Regardless of your field of expertise, you are encouraged to visit the
  36. * <a href="http://kea.isc.org/">Kea webpage (http://kea.isc.org)</a>
  37. *
  38. * @section contrib Contributor's Guide
  39. * - @subpage contributorGuide
  40. *
  41. * @section hooksFramework Hooks Framework
  42. * - @subpage hooksdgDevelopersGuide
  43. * - @subpage dhcpv4Hooks
  44. * - @subpage dhcpv6Hooks
  45. * - @subpage hooksComponentDeveloperGuide
  46. * - @subpage hooksmgMaintenanceGuide
  47. * - @subpage libdhcp_user_chk
  48. *
  49. * @section dhcpMaintenanceGuide DHCP Maintenance Guide
  50. * - @subpage dhcp4
  51. * - @subpage dhcpv4Session
  52. * - @subpage dhcpv4ConfigParser
  53. * - @subpage dhcpv4ConfigInherit
  54. * - @subpage dhcpv4OptionsParse
  55. * - @subpage dhcpv4DDNSIntegration
  56. * - @subpage dhcpv4Classifier
  57. * - @subpage dhcpv4ConfigBackend
  58. * - @subpage dhcpv4Other
  59. * - @subpage dhcp6
  60. * - @subpage dhcpv6Session
  61. * - @subpage dhcpv6ConfigParser
  62. * - @subpage dhcpv6ConfigInherit
  63. * - @subpage dhcpv6DDNSIntegration
  64. * - @subpage dhcpv6OptionsParse
  65. * - @subpage dhcpv6Classifier
  66. * - @subpage dhcpv6ConfigBackend
  67. * - @subpage dhcpv6Other
  68. * - @subpage d2
  69. * - @subpage d2CPL
  70. * - @subpage d2ProcesDerivation
  71. * - @subpage d2ConfigMgt
  72. * - @subpage d2NCRReceipt
  73. * - @subpage d2DDNSUpdateExecution
  74. * - @subpage d2EventLoop
  75. * - @subpage d2TransDetail
  76. * - @subpage d2StateModel
  77. * - @subpage d2TransExecExample
  78. * - @subpage libdhcp
  79. * - @subpage libdhcpIntro
  80. * - @subpage libdhcpRelay
  81. * - @subpage libdhcpIfaceMgr
  82. * - @subpage libdhcpPktFilter
  83. * - @subpage libdhcpPktFilter6
  84. * - @subpage libdhcpErrorLogging
  85. * - @subpage libdhcpsrv
  86. * - @subpage leasemgr
  87. * - @subpage cfgmgr
  88. * - @subpage allocengine
  89. * - @subpage dhcpDatabaseBackends
  90. * - @subpage configBackend
  91. * - @subpage configBackendMotivation
  92. * - @subpage configBackendJSONDesign
  93. * - @subpage configBackendAdding
  94. * - @subpage perfdhcpInternals
  95. * - @subpage libdhcp_ddns
  96. *
  97. * @section miscellaneousTopics Miscellaneous Topics
  98. * - @subpage logBind10Logging
  99. * - @subpage logBasicIdeas
  100. * - @subpage logDeveloperUse
  101. * - @subpage logNotes
  102. * - @subpage LoggingApi
  103. * - @subpage SocketSessionUtility
  104. * - <a href="./doxygen-error.log">Documentation warnings and errors</a>
  105. *
  106. * @image html isc-logo.png
  107. */
  108. /*
  109. * @todo: Move the logo to the right (and possibly up). Not sure what
  110. * is the best way to do it in Doxygen, without using CSS hacks.
  111. */