diff options
author | netchild <netchild@FreeBSD.org> | 2006-05-28 15:25:18 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-05-28 15:25:18 +0000 |
commit | a13a275341ba58af1d15c4a955742f30713d338b (patch) | |
tree | 3397cf627973fd6fc58354bc9e8a7fea2d2325de /tools/kerneldoc/subsys/Doxyfile-dev_pci | |
parent | 531d197d819fca6835d6d1064ceb5c53c3851741 (diff) | |
download | FreeBSD-src-a13a275341ba58af1d15c4a955742f30713d338b.zip FreeBSD-src-a13a275341ba58af1d15c4a955742f30713d338b.tar.gz |
Add a disclaimer regarding public/internal functions to every subsystem for
now.
Discussed on: cvs-all
Helped with the wording: "Ben Kaduk" <minimarmot@gmail.com>
Diffstat (limited to 'tools/kerneldoc/subsys/Doxyfile-dev_pci')
-rw-r--r-- | tools/kerneldoc/subsys/Doxyfile-dev_pci | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_pci b/tools/kerneldoc/subsys/Doxyfile-dev_pci index 9690796..d8d91a7 100644 --- a/tools/kerneldoc/subsys/Doxyfile-dev_pci +++ b/tools/kerneldoc/subsys/Doxyfile-dev_pci @@ -12,7 +12,8 @@ EXTRACT_ALL = YES # for undocumented src, no warnings enabled # configuration options related to the input files #--------------------------------------------------------------------------- INPUT = $(DOXYGEN_SRC_PATH)/dev/pci/ \ - $(DOXYGEN_SRC_PATH)/$(DOXYGEN_TARGET_ARCH)/pci/ + $(DOXYGEN_SRC_PATH)/$(DOXYGEN_TARGET_ARCH)/pci/ \ + $(NOTREVIEWED) GENERATE_TAGFILE = dev_pci/dev_pci.tag |