]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - tools/kerneldoc/subsys/Doxyfile-linux
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / tools / kerneldoc / subsys / Doxyfile-linux
1 # Doxyfile 1.5.2
2
3 # $FreeBSD$
4
5 #---------------------------------------------------------------------------
6 # Project related configuration options
7 #---------------------------------------------------------------------------
8 PROJECT_NAME           = "FreeBSD kernel $(DOXYGEN_TARGET_ARCH) linuxolator code"
9 OUTPUT_DIRECTORY       = $(DOXYGEN_DEST_PATH)/linux/
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)/compat/linux \
15                          $(DOXYGEN_SRC_PATH)/compat/linprocfs \
16                          $(DOXYGEN_SRC_PATH)/compat/linsysfs \
17                          $(DOXYGEN_LINUX_PATH) $(NOTREVIEWED)
18
19 GENERATE_TAGFILE       = linux/linux.tag
20
21 @INCLUDE_PATH          = $(DOXYGEN_INCLUDE_PATH)
22 @INCLUDE               = common-Doxyfile
23