mainpage.dox 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. // Copyright (C) 2012-2015 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 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.
  12. * If you wish to write "hook" code - 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. * depending on focus. 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
  34. *
  35. * @section hooksFramework Hooks Framework
  36. * - @subpage hooksdgDevelopersGuide
  37. * - @subpage dhcpv4Hooks
  38. * - @subpage dhcpv6Hooks
  39. * - @subpage hooksComponentDeveloperGuide
  40. * - @subpage hooksmgMaintenanceGuide
  41. * - @subpage libdhcp_user_chk
  42. *
  43. * @section dhcpMaintenanceGuide DHCP Maintenance Guide
  44. * - @subpage dhcp4
  45. * - @subpage dhcpv4ConfigParser
  46. * - @subpage dhcpv4ConfigInherit
  47. * - @subpage dhcpv4OptionsParse
  48. * - @subpage dhcpv4DDNSIntegration
  49. * - @subpage dhcpv4Classifier
  50. * - @subpage dhcpv4ConfigBackend
  51. * - @subpage dhcpv4SignalBasedReconfiguration
  52. * - @subpage dhcpv4Other
  53. * - @subpage dhcp6
  54. * - @subpage dhcpv6ConfigParser
  55. * - @subpage dhcpv6ConfigInherit
  56. * - @subpage dhcpv6DDNSIntegration
  57. * - @subpage dhcpv6OptionsParse
  58. * - @subpage dhcpv6Classifier
  59. * - @subpage dhcpv6ConfigBackend
  60. * - @subpage dhcpv6SignalBasedReconfiguration
  61. * - @subpage dhcpv6Other
  62. * - @subpage d2
  63. * - @subpage d2CPL
  64. * - @subpage d2ProcessDerivation
  65. * - @subpage d2ConfigMgt
  66. * - @subpage d2NCRReceipt
  67. * - @subpage d2DDNSUpdateExecution
  68. * - @subpage d2EventLoop
  69. * - @subpage d2TransDetail
  70. * - @subpage d2StateModel
  71. * - @subpage d2TransExecExample
  72. * - @subpage lfc
  73. * - @subpage lfcProcessing
  74. * - @subpage lfcFiles
  75. * - @subpage ctrlSocket
  76. * - @subpage ctrlSocketOverview
  77. * - @subpage ctrlSocketClient
  78. * - @subpage ctrlSocketImpl
  79. * - @subpage ctrlSocketConnections
  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 timerManager
  94. * - @subpage leaseReclamationRoutine
  95. * - @subpage libdhcp_ddns
  96. * - @subpage dhcpDatabaseBackends
  97. * - @subpage dhcpEval
  98. * - @subpage configBackend
  99. * - @subpage configBackendMotivation
  100. * - @subpage configBackendJSONDesign
  101. * - @subpage configBackendAdding
  102. * - @subpage perfdhcpInternals
  103. *
  104. * @section qualityAssurance Quality Assurance
  105. * - @subpage qaUnitTests
  106. *
  107. * @section miscellaneousTopics Miscellaneous Topics
  108. * - @subpage logKeaLogging
  109. * - @subpage logBasicIdeas
  110. * - @subpage logDeveloperUse
  111. * - @subpage logNotes
  112. * - @subpage LoggingApi
  113. * - @subpage SocketSessionUtility
  114. * - <a href="./doxygen-error.log">Documentation warnings and errors</a>
  115. *
  116. */