]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - tools/kerneldoc/subsys/Doxyfile-i4b
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / tools / kerneldoc / subsys / Doxyfile-i4b
1 # Doxyfile 1.4.1
2
3 # $FreeBSD$
4
5 #---------------------------------------------------------------------------
6 # Project related configuration options
7 #---------------------------------------------------------------------------
8 PROJECT_NAME           = "FreeBSD kernel ISDN code"
9 OUTPUT_DIRECTORY       = $(DOXYGEN_DEST_PATH)/i4b/
10 EXTRACT_ALL            = YES    # for undocumented src, no warnings enabled
11 #--------------------------------------------------------------------------
12 # configuration options related to the input files
13 #---------------------------------------------------------------------------
14 INPUT                  = $(DOXYGEN_SRC_PATH)/i4b/ $(NOTREVIEWED)
15
16 GENERATE_TAGFILE       = i4b/i4b.tag
17 TAGFILES               = dev_pci/dev_pci.tag=../../dev_pci/html
18
19 @INCLUDE_PATH          = $(DOXYGEN_INCLUDE_PATH)
20 @INCLUDE               = common-Doxyfile
21