mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-25 03:54:17 +01:00
23 lines
928 B
Plaintext
23 lines
928 B
Plaintext
|
# Doxyfile 1.5.2
|
||
|
|
||
|
# $FreeBSD$
|
||
|
|
||
|
#---------------------------------------------------------------------------
|
||
|
# Project related configuration options
|
||
|
#---------------------------------------------------------------------------
|
||
|
PROJECT_NAME = "FreeBSD kernel MLX device code"
|
||
|
OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_mlx/
|
||
|
EXTRACT_ALL = YES # for undocumented src, no warnings enabled
|
||
|
#---------------------------------------------------------------------------
|
||
|
# configuration options related to the input files
|
||
|
#---------------------------------------------------------------------------
|
||
|
INPUT = $(DOXYGEN_SRC_PATH)/dev/mlx/ \
|
||
|
$(DOXYGEN_SRC_PATH)/$(DOXYGEN_TARGET_ARCH)/mlx/ \
|
||
|
$(NOTREVIEWED)
|
||
|
|
||
|
GENERATE_TAGFILE = dev_mlx/dev_mlx.tag
|
||
|
|
||
|
@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH)
|
||
|
@INCLUDE = common-Doxyfile
|
||
|
|