]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - tools/kerneldoc/subsys/Doxyfile-dev_scc
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / tools / kerneldoc / subsys / Doxyfile-dev_scc
1 # Doxyfile 1.5.2
2
3 # $FreeBSD$
4
5 #---------------------------------------------------------------------------
6 # Project related configuration options
7 #---------------------------------------------------------------------------
8 PROJECT_NAME           = "FreeBSD kernel SCC device code"
9 OUTPUT_DIRECTORY       = $(DOXYGEN_DEST_PATH)/dev_scc/
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)/dev/scc/ \
15                          $(NOTREVIEWED)
16
17 GENERATE_TAGFILE       = dev_scc/dev_scc.tag
18
19 @INCLUDE_PATH          = $(DOXYGEN_INCLUDE_PATH)
20 @INCLUDE               = common-Doxyfile
21