]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/kerneldoc/subsys/Doxyfile-dev_chromebook_platform
Copy googletest 1.8.1 from ^/vendor/google/googletest/1.8.1 to .../contrib/googletest
[FreeBSD/FreeBSD.git] / tools / kerneldoc / subsys / Doxyfile-dev_chromebook_platform
1 # Doxyfile 1.5.2
2
3 # $FreeBSD$
4
5 #---------------------------------------------------------------------------
6 # Project related configuration options
7 #---------------------------------------------------------------------------
8 PROJECT_NAME           = "FreeBSD kernel chromebook_platform device code"
9 OUTPUT_DIRECTORY       = $(DOXYGEN_DEST_PATH)/dev_chromebook_platform/
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/chromebook_platform/ \
15                          $(NOTREVIEWED)
16
17 GENERATE_TAGFILE       = dev_chromebook_platform/dev_chromebook_platform.tag
18
19 @INCLUDE_PATH          = $(DOXYGEN_INCLUDE_PATH)
20 @INCLUDE               = common-Doxyfile
21