mainpage.dox 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. // Copyright (C) 2012-2015 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 at
  18. * either existing or prospective Kea developers and contributors, and
  19. * provides information needed to extend and maintain Kea.
  20. * If you wish to write "hook" code - code that is loaded by Kea at
  21. * run-time and modifies its behavior, you should read the section
  22. * @ref hooksdgDevelopersGuide.
  23. *
  24. * Kea maintenance information is divided into a number of sections
  25. * depending on focus. Information on DHCP-specific topics can be found
  26. * in the @ref dhcpMaintenanceGuide. General topics, are discussed in
  27. * @ref miscellaneousTopics.
  28. *
  29. * If you are a user or system administrator, rather than software engineer,
  30. * you should read the
  31. * <a href="http://kea.isc.org/docs/kea-guide.html">Kea
  32. * Administrator Reference Manual</a> instead. If you are using a beta or
  33. * development version of Kea, the
  34. * <a href="http://git.kea.isc.org/~tester/kea/guide/kea-guide.html">
  35. * development version of the manual</a> is recommended.
  36. *
  37. * Regardless of your field of expertise, you are encouraged to visit the
  38. * <a href="http://kea.isc.org/">Kea webpage (http://kea.isc.org)</a>
  39. *
  40. * @section contrib Contributor's Guide
  41. * - @subpage contributorGuide
  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 dhcp6
  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 lfc
  81. * - @subpage lfcProcessing
  82. * - @subpage lfcFiles
  83. * - @subpage ctrlSocket
  84. * - @subpage ctrlSocketOverview
  85. * - @subpage ctrlSocketClient
  86. * - @subpage ctrlSocketImpl
  87. * - @subpage ctrlSocketConnections
  88. * - @subpage libdhcp
  89. * - @subpage libdhcpIntro
  90. * - @subpage libdhcpRelay
  91. * - @subpage libdhcpIfaceMgr
  92. * - @subpage libdhcpPktFilter
  93. * - @subpage libdhcpPktFilter6
  94. * - @subpage libdhcpErrorLogging
  95. * - @subpage libdhcpsrv
  96. * - @subpage leasemgr
  97. * - @subpage cfgmgr
  98. * - @subpage hostmgr
  99. * - @subpage optionsConfig
  100. * - @subpage allocengine
  101. * - @subpage libdhcp_ddns
  102. * - @subpage dhcpDatabaseBackends
  103. * - @subpage configBackend
  104. * - @subpage configBackendMotivation
  105. * - @subpage configBackendJSONDesign
  106. * - @subpage configBackendAdding
  107. * - @subpage perfdhcpInternals
  108. *
  109. * @section qa Quality Assurance
  110. * - @subpage qaUnitTests
  111. *
  112. * @section miscellaneousTopics Miscellaneous Topics
  113. * - @subpage logKeaLogging
  114. * - @subpage logBasicIdeas
  115. * - @subpage logDeveloperUse
  116. * - @subpage logNotes
  117. * - @subpage LoggingApi
  118. * - @subpage SocketSessionUtility
  119. * - <a href="./doxygen-error.log">Documentation warnings and errors</a>
  120. *
  121. */