xref: /minix/external/bsd/dhcp/dist/doc/devel/mainpage.dox (revision 83ee113e)
1/**
2 @mainpage
3 This is an ISC DHCP Developer's Guide. This documentation is intended for
4 developers, contributors and other programmers that are interested in
5 internal operation of the code.
6
7 To download the latest version of the software, please go to the
8 http://www.isc.org/software/dhcp website.
9
10 @section toc Table Of Contents
11  - Server
12    - @subpage ipv6structures
13  - @subpage tests
14    - @subpage testsOverview
15    - @subpage testsAtf
16    - @subpage testsAtfAdding
17    - @subpage testsAtfCoding
18  - @subpage qa
19    - @subpage qaTests
20    - @subpage cppcheck
21    - @subpage doxygen
22    - @subpage valgrind
23  - @subpage debug
24
25 Pages planned to be written:
26  - @subpage archSrv
27  - @subpage archCli
28  - @subpage omapi
29    - @subpage omapiIntro
30    - @subpage omapiC
31    - @subpage dhcpctl
32  - @subpage contrib
33    - @subpage contribDir
34    - @subpage codingGuidelines
35
36 Note: some of the links below may not work if corresponding logs are not available.<br/>
37
38 Doxygen: <a href="doxygen.log">[generation log]</a> <a href="doxygen-warnings.log">[errors and warnings]</a> <br/>
39 cppcheck: <a href="cppcheck.log">[generation log]</a> <a href="cppcheck-error.log">[errors and warnings]</a> <br/>
40
41 */