summaryrefslogtreecommitdiff
path: root/doc/devel/mainpage.dox
blob: aa811886976234dca062dbf06708ebd8d5e02e2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/**
 @mainpage
 This is an ISC DHCP Developer's Guide. This documentation is intended for
 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
  - Build
    - @subpage libtool
      - @subpage libtoolBuild
  - Server
    - @subpage ipv6structures
  - @subpage tests
    - @subpage testsOverview
    - @subpage testsAtf
    - @subpage testsAtfAdding
    - @subpage testsAtfCoding
  - @subpage qa
    - @subpage qaTests
    - @subpage cppcheck
    - @subpage doxygen
    - @subpage valgrind
  - @subpage debug

 Pages planned to be written:
  - @subpage archSrv
  - @subpage omapi
    - @subpage omapiIntro
    - @subpage omapiC
    - @subpage dhcpctl
  - @subpage contrib
    - @subpage contribDir
    - @subpage codingGuidelines

 Note: some of the links below may not work if corresponding logs are not available.<br/>

 Note: The client and relay components were removed in 4.5.0. The 4.4.3 was the last release
 that included them.

 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/>

 */