summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cfg
Commit message (Collapse)AuthorAgeFilesLines
* [build] Remove PACKED macroMichael Brown2010-05-301-1/+0Star
| | | | | | | Most of iPXE uses __attribute__((packed)) anyway, and PACKED conflicts with an identically-named macro in the upstream EFI header files. Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-1/+1
| | | | | | | | | | | Access to the gpxe.org and etherboot.org domains and associated resources has been revoked by the registrant of the domain. Work around this problem by renaming project from gPXE to iPXE, and updating URLs to match. Also update README, LOG and COPYRIGHTS to remove obsolete information. Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [doc] Expand scope of doxygen-generated documentationMichael Brown2009-08-111-24/+21Star
|
* [doc] Update doxygen.cfg to match version running on rom.etherboot.orgMichael Brown2009-08-111-75/+320
|
* Remove uIP; we haven't used it for quite some time now.Michael Brown2007-01-101-1/+1
|
* Add include/gpxe as a directory to scan.Michael Brown2006-03-231-1/+2
| | | | | | Exclude proto/uip, since uip.c and uip_arp.c both have global variables called "c", which screws up doxygen's auto-generation of links to file documentation when it encounters a file name such as "hello.c".
* Updated with "doxygen -u" from doxygen 1.4.4Michael Brown2006-03-231-30/+1066
|
* Remove the annoying #include linesMichael Brown2005-05-241-1/+1
|
* Enable latex outputMichael Brown2005-05-201-3/+3
|
* Add doc/ directory and .S files.Michael Brown2005-05-201-2/+6
|
* Add include directories as source dirsMichael Brown2005-05-181-1/+3
|
* Only produce documentation where documentation actually exists.Michael Brown2005-05-181-1/+1
|
* Working to produce reasonably pretty codeMichael Brown2005-05-181-14/+24
|
* Added rules to generate documentation using doxygenMichael Brown2005-05-181-0/+192