diff options
| author | Alexander Leidinger <netchild@FreeBSD.org> | 2012-01-23 11:37:40 +0000 |
|---|---|---|
| committer | Alexander Leidinger <netchild@FreeBSD.org> | 2012-01-23 11:37:40 +0000 |
| commit | 07c1584e76052fffcbbd0df6f44dca2a336e881d (patch) | |
| tree | 7e34c5b7236d90701354a5279ff1dfabf6ea190b /tools/kerneldoc/subsys/Doxyfile-dev_ixgbe | |
| parent | e6e3bcd37638337cd08bc16db296e823462afda9 (diff) | |
Notes
Diffstat (limited to 'tools/kerneldoc/subsys/Doxyfile-dev_ixgbe')
| -rw-r--r-- | tools/kerneldoc/subsys/Doxyfile-dev_ixgbe | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_ixgbe b/tools/kerneldoc/subsys/Doxyfile-dev_ixgbe new file mode 100644 index 0000000000000..c1f6fafea7ac2 --- /dev/null +++ b/tools/kerneldoc/subsys/Doxyfile-dev_ixgbe @@ -0,0 +1,22 @@ +# Doxyfile 1.5.2 + +# $FreeBSD$ + +#--------------------------------------------------------------------------- +# Project related configuration options +#--------------------------------------------------------------------------- +PROJECT_NAME = "FreeBSD kernel IXGBE device code" +OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_ixgbe/ +EXTRACT_ALL = YES # for undocumented src, no warnings enabled +#--------------------------------------------------------------------------- +# configuration options related to the input files +#--------------------------------------------------------------------------- +INPUT = $(DOXYGEN_SRC_PATH)/dev/ixgbe/ \ + $(DOXYGEN_SRC_PATH)/$(DOXYGEN_TARGET_ARCH)/ixgbe/ \ + $(NOTREVIEWED) + +GENERATE_TAGFILE = dev_ixgbe/dev_ixgbe.tag + +@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) +@INCLUDE = common-Doxyfile + |
