config root man

Current Path : /usr/src/tools/kerneldoc/subsys/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/src/tools/kerneldoc/subsys/Doxyfile-linux

# Doxyfile 1.5.2

# $FreeBSD: release/9.1.0/tools/kerneldoc/subsys/Doxyfile-linux 196511 2009-08-24 13:10:55Z netchild $

#---------------------------------------------------------------------------
# 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
#---------------------------------------------------------------------------
INPUT                  = $(DOXYGEN_SRC_PATH)/compat/linux \
			 $(DOXYGEN_SRC_PATH)/compat/linprocfs \
			 $(DOXYGEN_SRC_PATH)/compat/linsysfs \
                         $(DOXYGEN_LINUX_PATH) $(NOTREVIEWED)

GENERATE_TAGFILE       = linux/linux.tag

@INCLUDE_PATH          = $(DOXYGEN_INCLUDE_PATH)
@INCLUDE               = common-Doxyfile


Man Man