mainpage.dox 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. // Copyright (C) 2012-2016 Internet Systems Consortium, Inc. ("ISC")
  2. //
  3. // This Source Code Form is subject to the terms of the Mozilla Public
  4. // License, v. 2.0. If a copy of the MPL was not distributed with this
  5. // file, You can obtain one at http://mozilla.org/MPL/2.0/.
  6. /**
  7. * @mainpage Kea Developer's Guide
  8. *
  9. * Welcome to the Kea Developer's Guide. This documentation is addressed at
  10. * either existing or prospective Kea developers and contributors, and
  11. * provides information needed to extend and maintain Kea source code.
  12. * If you wish to write hook code - the code that is loaded by Kea at
  13. * run-time and modifies its behavior, you should read the section
  14. * @ref hooksdgDevelopersGuide.
  15. *
  16. * Kea maintenance information is divided into a number of sections.
  17. * Information on DHCP-specific topics can be found
  18. * in the @ref dhcpMaintenanceGuide. General topics are discussed in
  19. * @ref miscellaneousTopics.
  20. *
  21. * If you are a user or system administrator, rather than software engineer,
  22. * you should read the
  23. * <a href="http://kea.isc.org/docs/kea-guide.html">Kea
  24. * Administrator Reference Manual</a> instead. If you are using a beta or
  25. * development version of Kea, the
  26. * <a href="http://git.kea.isc.org/~tester/kea/guide/kea-guide.html">
  27. * development version of the manual</a> is recommended.
  28. *
  29. * Regardless of your field of expertise, you are encouraged to visit the
  30. * <a href="http://kea.isc.org/">Kea webpage (http://kea.isc.org)</a>
  31. *
  32. * @section contrib Contributor's Guide
  33. * - @subpage contributorGuide - This page describes the process of sending
  34. * a patch to ISC and what happens next. Please read it if you are considering
  35. * sending us any code.
  36. *
  37. * @section buildingKeaWithUnitTests Building Kea with Unit tests
  38. * - @subpage unitTests
  39. * - @subpage unitTestsIntroduction
  40. * - @subpage unitTestsEnvironmentVariables
  41. * - @subpage unitTestsDatabaseConfig
  42. *
  43. * @section hooksFramework Hooks Framework
  44. * - @subpage hooksdgDevelopersGuide
  45. * - @subpage dhcpv4Hooks
  46. * - @subpage dhcpv6Hooks
  47. * - @subpage hooksComponentDeveloperGuide
  48. * - @subpage hooksmgMaintenanceGuide
  49. * - @subpage libdhcp_user_chk
  50. *
  51. * @section dhcpMaintenanceGuide DHCP Maintenance Guide
  52. * - @subpage dhcp4
  53. * - @subpage dhcpv4ConfigParser
  54. * - @subpage dhcpv4ConfigInherit
  55. * - @subpage dhcpv4OptionsParse
  56. * - @subpage dhcpv4DDNSIntegration
  57. * - @subpage dhcpv4Classifier
  58. * - @subpage dhcpv4ConfigBackend
  59. * - @subpage dhcpv4SignalBasedReconfiguration
  60. * - @subpage dhcpv4Other
  61. * - @subpage dhcpv4o6Dhcp4
  62. * - @subpage dhcp6
  63. * - @subpage dhcpv6ConfigParser
  64. * - @subpage dhcpv6ConfigInherit
  65. * - @subpage dhcpv6DDNSIntegration
  66. * - @subpage dhcpv6OptionsParse
  67. * - @subpage dhcpv6Classifier
  68. * - @subpage dhcpv6ConfigBackend
  69. * - @subpage dhcpv6SignalBasedReconfiguration
  70. * - @subpage dhcpv6Other
  71. * - @subpage dhcpv4o6Dhcp6
  72. * - @subpage d2
  73. * - @subpage d2ProcessDerivation
  74. * - @subpage d2ConfigMgt
  75. * - @subpage d2NCRReceipt
  76. * - @subpage d2DDNSUpdateExecution
  77. * - @subpage d2EventLoop
  78. * - @subpage d2TransDetail
  79. * - @subpage d2StateModel
  80. * - @subpage d2TransExecExample
  81. * - @subpage lfc
  82. * - @subpage lfcProcessing
  83. * - @subpage lfcFiles
  84. * - @subpage ctrlSocket
  85. * - @subpage ctrlSocketOverview
  86. * - @subpage ctrlSocketClient
  87. * - @subpage ctrlSocketImpl
  88. * - @subpage ctrlSocketConnections
  89. * - @subpage dhcpDatabaseBackends
  90. * - @subpage configBackend
  91. * - @subpage configBackendJSONDesign
  92. * - @subpage perfdhcpInternals
  93. *
  94. * @section libraries Kea libraries
  95. * - @subpage libcc
  96. * - @subpage libdhcp
  97. * - @subpage libdhcpIntro
  98. * - @subpage libdhcpRelay
  99. * - @subpage libdhcpIfaceMgr
  100. * - @subpage libdhcpPktFilter
  101. * - @subpage libdhcpPktFilter6
  102. * - @subpage libdhcpErrorLogging
  103. * - @subpage libdhcp_ddns
  104. * - @subpage libdhcpsrv
  105. * - @subpage leasemgr
  106. * - @subpage cfgmgr
  107. * - @subpage hostmgr
  108. * - @subpage optionsConfig
  109. * - @subpage allocengine
  110. * - @subpage timerManager
  111. * - @subpage leaseReclamationRoutine
  112. * - @subpage subnetSelect
  113. * - @subpage dhcp4o6Ipc
  114. * - @subpage libeval
  115. * - @subpage libprocess
  116. * - @subpage cpl
  117. * - @subpage cplSignals
  118. *
  119. * @section miscellaneousTopics Miscellaneous Topics
  120. * - @subpage logKeaLogging
  121. * - @subpage logBasicIdeas
  122. * - @subpage logDeveloperUse
  123. * - @subpage logNotes
  124. * - @subpage LoggingApi
  125. * - @subpage SocketSessionUtility
  126. * - <a href="./doxygen-error.log">Documentation warnings and errors</a>
  127. *
  128. */