diff options
| author | Alexander Leidinger <netchild@FreeBSD.org> | 2019-01-26 18:23:19 +0000 |
|---|---|---|
| committer | Alexander Leidinger <netchild@FreeBSD.org> | 2019-01-26 18:23:19 +0000 |
| commit | 030a1f8ba2e2873195454e5fbd4da6123b0b57a0 (patch) | |
| tree | c5aa0ad3b844af9472b03967d07b5c6d22e5c247 /tools/kerneldoc/subsys/Doxyfile-dev_videomode | |
| parent | b294eac56bcb1a3acb75d299fe0554fd9cf28b83 (diff) | |
Notes
Diffstat (limited to 'tools/kerneldoc/subsys/Doxyfile-dev_videomode')
| -rw-r--r-- | tools/kerneldoc/subsys/Doxyfile-dev_videomode | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_videomode b/tools/kerneldoc/subsys/Doxyfile-dev_videomode new file mode 100644 index 000000000000..7c6eec454e68 --- /dev/null +++ b/tools/kerneldoc/subsys/Doxyfile-dev_videomode @@ -0,0 +1,21 @@ +# Doxyfile 1.5.2 + +# $FreeBSD$ + +#--------------------------------------------------------------------------- +# Project related configuration options +#--------------------------------------------------------------------------- +PROJECT_NAME = "FreeBSD kernel videomode device code" +OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_videomode/ +EXTRACT_ALL = YES # for undocumented src, no warnings enabled +#--------------------------------------------------------------------------- +# configuration options related to the input files +#--------------------------------------------------------------------------- +INPUT = $(DOXYGEN_SRC_PATH)/dev/videomode/ \ + $(NOTREVIEWED) + +GENERATE_TAGFILE = dev_videomode/dev_videomode.tag + +@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) +@INCLUDE = common-Doxyfile + |
