2012-06-30 19:19:31 +02:00
|
|
|
/**
|
|
|
|
@mainpage
|
2012-07-02 15:35:50 +02:00
|
|
|
This is an ISC DHCP Developer's Guide. This documentation is intended for
|
2012-06-30 19:19:31 +02:00
|
|
|
developers, contributors and other programmers that are interested in
|
|
|
|
internal operation of the code.
|
|
|
|
|
|
|
|
To download the latest version of the software, please go to the
|
|
|
|
http://www.isc.org/software/dhcp website.
|
|
|
|
|
|
|
|
@section toc Table Of Contents
|
2017-12-18 16:05:40 +01:00
|
|
|
- Build
|
|
|
|
- @subpage libtool
|
|
|
|
- @subpage libtoolBuild
|
2012-08-17 12:05:49 -07:00
|
|
|
- Server
|
|
|
|
- @subpage ipv6structures
|
2012-06-30 19:19:31 +02:00
|
|
|
- @subpage tests
|
2012-08-06 21:56:51 -07:00
|
|
|
- @subpage testsOverview
|
|
|
|
- @subpage testsAtf
|
|
|
|
- @subpage testsAtfAdding
|
|
|
|
- @subpage testsAtfCoding
|
2012-08-08 20:35:02 +02:00
|
|
|
- @subpage qa
|
|
|
|
- @subpage qaTests
|
|
|
|
- @subpage cppcheck
|
|
|
|
- @subpage doxygen
|
2012-08-09 15:52:10 +02:00
|
|
|
- @subpage valgrind
|
2012-06-30 19:19:31 +02:00
|
|
|
- @subpage debug
|
2012-08-09 16:01:25 +02:00
|
|
|
|
|
|
|
Pages planned to be written:
|
|
|
|
- @subpage archSrv
|
2012-08-06 21:56:51 -07:00
|
|
|
- @subpage omapi
|
|
|
|
- @subpage omapiIntro
|
|
|
|
- @subpage omapiC
|
|
|
|
- @subpage dhcpctl
|
|
|
|
- @subpage contrib
|
|
|
|
- @subpage contribDir
|
|
|
|
- @subpage codingGuidelines
|
2012-06-30 20:00:57 +02:00
|
|
|
|
|
|
|
Note: some of the links below may not work if corresponding logs are not available.<br/>
|
|
|
|
|
2022-03-30 16:39:56 +02:00
|
|
|
Note: The client and relay components were removed in 4.5.0. The 4.4.3 was the last release
|
|
|
|
that included them.
|
|
|
|
|
2012-06-30 20:00:57 +02:00
|
|
|
Doxygen: <a href="doxygen.log">[generation log]</a> <a href="doxygen-warnings.log">[errors and warnings]</a> <br/>
|
|
|
|
cppcheck: <a href="cppcheck.log">[generation log]</a> <a href="cppcheck-error.log">[errors and warnings]</a> <br/>
|
|
|
|
|
2012-06-30 19:19:31 +02:00
|
|
|
*/
|