summaryrefslogtreecommitdiffstats
path: root/tools/kerneldoc/subsys/Makefile
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2006-05-28 15:25:18 +0000
committernetchild <netchild@FreeBSD.org>2006-05-28 15:25:18 +0000
commita13a275341ba58af1d15c4a955742f30713d338b (patch)
tree3397cf627973fd6fc58354bc9e8a7fea2d2325de /tools/kerneldoc/subsys/Makefile
parent531d197d819fca6835d6d1064ceb5c53c3851741 (diff)
downloadFreeBSD-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/Makefile')
-rw-r--r--tools/kerneldoc/subsys/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/kerneldoc/subsys/Makefile b/tools/kerneldoc/subsys/Makefile
index 35aed6c..ab6f987 100644
--- a/tools/kerneldoc/subsys/Makefile
+++ b/tools/kerneldoc/subsys/Makefile
@@ -92,6 +92,7 @@ ${.OBJDIR}/${target}/${target}.tag:
DOXYGEN_SRC_INCLUDE_PATH="${S}/sys ${S}/../include ${S}/${TARGET_ARCH}/include" \
DOXYGEN_TARGET_ARCH=${TARGET_ARCH} \
DOXYGEN_LINUX_PATH=${DOXYGEN_LINUX_PATH} \
+ NOTREVIEWED=${.CURDIR}/notreviewed.dox \
doxygen ${.CURDIR}/Doxyfile-${target}
@echo "API docs for ${target} are now available in ${.OBJDIR}/${target}/." | /usr/bin/fmt
OpenPOWER on IntegriCloud