]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/kerneldoc/subsys/Doxyfile-dev_pci
zfs: merge openzfs/zfs@804414aad
[FreeBSD/FreeBSD.git] / tools / kerneldoc / subsys / Doxyfile-dev_pci
1 # Doxyfile 1.5.2
2
3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
6 PROJECT_NAME           = "FreeBSD kernel $(DOXYGEN_TARGET_ARCH) PCI device code"
7 OUTPUT_DIRECTORY       = $(DOXYGEN_DEST_PATH)/dev_pci/
8 EXTRACT_ALL            = YES    # for undocumented src, no warnings enabled
9 #---------------------------------------------------------------------------
10 # configuration options related to the input files
11 #---------------------------------------------------------------------------
12 INPUT                  = $(DOXYGEN_SRC_PATH)/dev/pci/ \
13                          $(DOXYGEN_SRC_PATH)/$(DOXYGEN_TARGET_ARCH)/pci/ \
14                          $(NOTREVIEWED)
15
16 GENERATE_TAGFILE       = dev_pci/dev_pci.tag
17
18 @INCLUDE_PATH          = $(DOXYGEN_INCLUDE_PATH)
19 @INCLUDE               = common-Doxyfile
20