mainpage.dox 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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 Kea.
  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. * Administrator Reference Manual</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 dhcpv4SignalBasedReconfiguration
  59. * - @subpage dhcpv4Other
  60. * - @subpage dhcp6
  61. * - @subpage dhcpv6Session
  62. * - @subpage dhcpv6ConfigParser
  63. * - @subpage dhcpv6ConfigInherit
  64. * - @subpage dhcpv6DDNSIntegration
  65. * - @subpage dhcpv6OptionsParse
  66. * - @subpage dhcpv6Classifier
  67. * - @subpage dhcpv6ConfigBackend
  68. * - @subpage dhcpv6SignalBasedReconfiguration
  69. * - @subpage dhcpv6Other
  70. * - @subpage d2
  71. * - @subpage d2CPL
  72. * - @subpage d2ProcessDerivation
  73. * - @subpage d2ConfigMgt
  74. * - @subpage d2NCRReceipt
  75. * - @subpage d2DDNSUpdateExecution
  76. * - @subpage d2EventLoop
  77. * - @subpage d2TransDetail
  78. * - @subpage d2StateModel
  79. * - @subpage d2TransExecExample
  80. * - @subpage libdhcp
  81. * - @subpage libdhcpIntro
  82. * - @subpage libdhcpRelay
  83. * - @subpage libdhcpIfaceMgr
  84. * - @subpage libdhcpPktFilter
  85. * - @subpage libdhcpPktFilter6
  86. * - @subpage libdhcpErrorLogging
  87. * - @subpage libdhcpsrv
  88. * - @subpage leasemgr
  89. * - @subpage cfgmgr
  90. * - @subpage hostmgr
  91. * - @subpage optionsConfig
  92. * - @subpage allocengine
  93. * - @subpage libdhcp_ddns
  94. * - @subpage dhcpDatabaseBackends
  95. * - @subpage configBackend
  96. * - @subpage configBackendMotivation
  97. * - @subpage configBackendJSONDesign
  98. * - @subpage configBackendAdding
  99. * - @subpage perfdhcpInternals
  100. *
  101. * @section miscellaneousTopics Miscellaneous Topics
  102. * - @subpage logKeaLogging
  103. * - @subpage logBasicIdeas
  104. * - @subpage logDeveloperUse
  105. * - @subpage logNotes
  106. * - @subpage LoggingApi
  107. * - @subpage SocketSessionUtility
  108. * - <a href="./doxygen-error.log">Documentation warnings and errors</a>
  109. *
  110. * @image html isc-logo.png
  111. */
  112. /*
  113. * @todo: Move the logo to the right (and possibly up). Not sure what
  114. * is the best way to do it in Doxygen, without using CSS hacks.
  115. */