mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
20 lines
822 B
Text
20 lines
822 B
Text
# Doxyfile 1.4.1
|
|
|
|
# $FreeBSD$
|
|
|
|
#---------------------------------------------------------------------------
|
|
# Project related configuration options
|
|
#---------------------------------------------------------------------------
|
|
PROJECT_NAME = "FreeBSD kernel libkern code"
|
|
OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/libkern/
|
|
EXTRACT_ALL = YES # for undocumented src, no warnings enabled
|
|
#--------------------------------------------------------------------------
|
|
# configuration options related to the input files
|
|
#---------------------------------------------------------------------------
|
|
INPUT = $(DOXYGEN_SRC_PATH)/libkern/ $(NOTREVIEWED)
|
|
|
|
GENERATE_TAGFILE = libkern/libkern.tag
|
|
|
|
@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH)
|
|
@INCLUDE = common-Doxyfile
|
|
|