32 lines
1.6 KiB
INI
Executable File
32 lines
1.6 KiB
INI
Executable File
# Doxyfile 1.7.4
|
|
|
|
@INCLUDE = General.cfg
|
|
|
|
#---------------------------------------------------------------------------
|
|
# Project related configuration options
|
|
#---------------------------------------------------------------------------
|
|
PROJECT_NAME = "NT96650 SDK Loader Library"
|
|
PROJECT_NUMBER =
|
|
OUTPUT_DIRECTORY = ./Library/Loader
|
|
#---------------------------------------------------------------------------
|
|
# configuration options related to warning and progress messages
|
|
#---------------------------------------------------------------------------
|
|
WARN_LOGFILE = Log_DriverDoc.txt
|
|
#---------------------------------------------------------------------------
|
|
# Configuration options related to the preprocessor
|
|
#---------------------------------------------------------------------------
|
|
INCLUDE_PATH = ../../Include \
|
|
../../LIB/LIB_Src
|
|
#---------------------------------------------------------------------------
|
|
# configuration options related to the input files
|
|
#---------------------------------------------------------------------------
|
|
INPUT = ../../Include/Driver650 \
|
|
../../Include \
|
|
../../LIB/LIB_Src
|
|
EXCLUDE =
|
|
#---------------------------------------------------------------------------
|
|
# configuration options related to the HTML output
|
|
#---------------------------------------------------------------------------
|
|
# related to OUTPUT_DIRECTORY/html
|
|
CHM_FILE = "../../../CHM/NT96650 SDK Loader Library.chm"
|