The branch main has been updated by marius: URL: https://cgit.FreeBSD.org/src/commit/?id=145f01a3dfcba97c20ad14f2054d4b0600b23350
commit 145f01a3dfcba97c20ad14f2054d4b0600b23350 Author: Marius Strobl <mar...@freebsd.org> AuthorDate: 2021-01-09 11:31:40 +0000 Commit: Marius Strobl <mar...@freebsd.org> CommitDate: 2021-01-16 22:53:13 +0000 kerneldoc: remove Doxyfile for cmx(4) The latter has been removed in 0d3a424a89c1f61c2a46791c097a06f1d139cd5e. --- tools/kerneldoc/subsys/Doxyfile-dev_cmx | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_cmx b/tools/kerneldoc/subsys/Doxyfile-dev_cmx deleted file mode 100644 index 0a7db76b5023..000000000000 --- a/tools/kerneldoc/subsys/Doxyfile-dev_cmx +++ /dev/null @@ -1,21 +0,0 @@ -# Doxyfile 1.5.2 - -# $FreeBSD$ - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- -PROJECT_NAME = "FreeBSD kernel CMX device code" -OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_cmx/ -EXTRACT_ALL = YES # for undocumented src, no warnings enabled -#--------------------------------------------------------------------------- -# configuration options related to the input files -#--------------------------------------------------------------------------- -INPUT = $(DOXYGEN_SRC_PATH)/dev/cmx/ \ - $(NOTREVIEWED) - -GENERATE_TAGFILE = dev_cmx/dev_cmx.tag - -@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) -@INCLUDE = common-Doxyfile - _______________________________________________ dev-commits-src-main@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"