2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00
Files
isc-dhcp/doc/devel/mainpage.dox
Tomek Mrugalski e71e3d8248 [rt25901_atf] tests/HOWTO-unit-test mostly moved to Devel Guide
- moved major parts of HOWTO to Developer's Guide, leaving only
  brief notes and pointers to new location

- described Valgrind
2012-08-09 15:52:10 +02:00

37 lines
1.1 KiB
Plaintext

/**
@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
- @subpage archSrv
- @subpage archCli
- @subpage tests
- @subpage testsOverview
- @subpage testsAtf
- @subpage testsAtfAdding
- @subpage testsAtfCoding
- @subpage qa
- @subpage qaTests
- @subpage cppcheck
- @subpage doxygen
- @subpage valgrind
- @subpage debug
- @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/>
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/>
*/