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 - Build 12 - @subpage libtool 13 - @subpage libtoolBuild 14 - Server 15 - @subpage ipv6structures 16 - @subpage tests 17 - @subpage testsOverview 18 - @subpage testsAtf 19 - @subpage testsAtfAdding 20 - @subpage testsAtfCoding 21 - @subpage qa 22 - @subpage qaTests 23 - @subpage cppcheck 24 - @subpage doxygen 25 - @subpage valgrind 26 - @subpage debug 27 28 Pages planned to be written: 29 - @subpage archSrv 30 - @subpage archCli 31 - @subpage omapi 32 - @subpage omapiIntro 33 - @subpage omapiC 34 - @subpage dhcpctl 35 - @subpage contrib 36 - @subpage contribDir 37 - @subpage codingGuidelines 38 39 Note: some of the links below may not work if corresponding logs are not available.<br/> 40 41 Doxygen: <a href="doxygen.log">[generation log]</a> <a href="doxygen-warnings.log">[errors and warnings]</a> <br/> 42 cppcheck: <a href="cppcheck.log">[generation log]</a> <a href="cppcheck-error.log">[errors and warnings]</a> <br/> 43 44 */