etc/protocols - sync with NetBSD-8
[minix.git] / external / bsd / dhcp / dist / doc / devel / mainpage.dox
blobb6d5c431dc256aefcf4204679a29989803d4857b
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.
7  To download the latest version of the software, please go to the
8  http://www.isc.org/software/dhcp website.
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
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
36  Note: some of the links below may not work if corresponding logs are not available.<br/>
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/>
41  */