From 328a5e4f1a048db4991d7ad7ecfb8168a34aad98 Mon Sep 17 00:00:00 2001 From: netchild Date: Mon, 23 Jan 2012 11:37:40 +0000 Subject: Mechanically add a config for all missing drivers. No cross-referencing was added to the configs, so no automatic linking to the documentation of other subsystems. Drivers which already contain doxygen markup: agp ath bktr bxe cxgb cxgbe dpt drm e1000 iir ixgbe mwl nxge ofw pccard siba wpi xen --- tools/kerneldoc/subsys/Doxyfile-dev_siba | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tools/kerneldoc/subsys/Doxyfile-dev_siba (limited to 'tools/kerneldoc/subsys/Doxyfile-dev_siba') diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_siba b/tools/kerneldoc/subsys/Doxyfile-dev_siba new file mode 100644 index 0000000..5d55c80 --- /dev/null +++ b/tools/kerneldoc/subsys/Doxyfile-dev_siba @@ -0,0 +1,22 @@ +# Doxyfile 1.5.2 + +# $FreeBSD$ + +#--------------------------------------------------------------------------- +# Project related configuration options +#--------------------------------------------------------------------------- +PROJECT_NAME = "FreeBSD kernel SIBA device code" +OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_siba/ +EXTRACT_ALL = YES # for undocumented src, no warnings enabled +#--------------------------------------------------------------------------- +# configuration options related to the input files +#--------------------------------------------------------------------------- +INPUT = $(DOXYGEN_SRC_PATH)/dev/siba/ \ + $(DOXYGEN_SRC_PATH)/$(DOXYGEN_TARGET_ARCH)/siba/ \ + $(NOTREVIEWED) + +GENERATE_TAGFILE = dev_siba/dev_siba.tag + +@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) +@INCLUDE = common-Doxyfile + -- cgit v1.1