]> git.ipfire.org Git - thirdparty/dhcp.git/blame - doc/devel/mainpage.dox
[rt25901_atf] cppcheck verification added.
[thirdparty/dhcp.git] / doc / devel / mainpage.dox
CommitLineData
82cb9b64
TM
1/**
2 @mainpage
3 This 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 - @subpage tests
12 - @subpage debug
ce9de43d
TM
13
14 Doxygen logs:
15
16 Note: some of the links below may not work if corresponding logs are not available.<br/>
17
18 Doxygen: <a href="doxygen.log">[generation log]</a> <a href="doxygen-warnings.log">[errors and warnings]</a> <br/>
19 cppcheck: <a href="cppcheck.log">[generation log]</a> <a href="cppcheck-error.log">[errors and warnings]</a> <br/>
20
82cb9b64 21 */