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_stg | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tools/kerneldoc/subsys/Doxyfile-dev_stg (limited to 'tools/kerneldoc/subsys/Doxyfile-dev_stg') diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_stg b/tools/kerneldoc/subsys/Doxyfile-dev_stg new file mode 100644 index 0000000..74cc3dd --- /dev/null +++ b/tools/kerneldoc/subsys/Doxyfile-dev_stg @@ -0,0 +1,22 @@ +# Doxyfile 1.5.2 + +# $FreeBSD$ + +#--------------------------------------------------------------------------- +# Project related configuration options +#--------------------------------------------------------------------------- +PROJECT_NAME = "FreeBSD kernel STG device code" +OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_stg/ +EXTRACT_ALL = YES # for undocumented src, no warnings enabled +#--------------------------------------------------------------------------- +# configuration options related to the input files +#--------------------------------------------------------------------------- +INPUT = $(DOXYGEN_SRC_PATH)/dev/stg/ \ + $(DOXYGEN_SRC_PATH)/$(DOXYGEN_TARGET_ARCH)/stg/ \ + $(NOTREVIEWED) + +GENERATE_TAGFILE = dev_stg/dev_stg.tag + +@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) +@INCLUDE = common-Doxyfile + -- cgit v1.1