2009-08-24 13:10:55 +00:00
|
|
|
# Doxyfile 1.5.2
|
2006-05-26 18:06:07 +00:00
|
|
|
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
#---------------------------------------------------------------------------
|
|
|
|
# Project related configuration options
|
|
|
|
#---------------------------------------------------------------------------
|
|
|
|
PROJECT_NAME = "FreeBSD kernel $(DOXYGEN_TARGET_ARCH) linuxolator code"
|
|
|
|
OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/linux/
|
|
|
|
EXTRACT_ALL = YES # for undocumented src, no warnings enabled
|
|
|
|
#--------------------------------------------------------------------------
|
|
|
|
# configuration options related to the input files
|
|
|
|
#---------------------------------------------------------------------------
|
2006-05-28 15:25:18 +00:00
|
|
|
INPUT = $(DOXYGEN_SRC_PATH)/compat/linux \
|
2009-08-24 13:10:55 +00:00
|
|
|
$(DOXYGEN_SRC_PATH)/compat/linprocfs \
|
|
|
|
$(DOXYGEN_SRC_PATH)/compat/linsysfs \
|
2006-05-28 15:25:18 +00:00
|
|
|
$(DOXYGEN_LINUX_PATH) $(NOTREVIEWED)
|
2006-05-26 18:06:07 +00:00
|
|
|
|
|
|
|
GENERATE_TAGFILE = linux/linux.tag
|
|
|
|
|
|
|
|
@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH)
|
|
|
|
@INCLUDE = common-Doxyfile
|
|
|
|
|