32 lines
826 B
Text
32 lines
826 B
Text
|
# HTML Documentation for VF6XX code level
|
||
|
|
||
|
# 14 September 2012
|
||
|
# (C) Ken Sarkies <ksarkies@internode.on.net>
|
||
|
|
||
|
#---------------------------------------------------------------------------
|
||
|
# Common Include File
|
||
|
#---------------------------------------------------------------------------
|
||
|
|
||
|
@INCLUDE = ../Doxyfile_common
|
||
|
|
||
|
#---------------------------------------------------------------------------
|
||
|
# Local settings
|
||
|
#---------------------------------------------------------------------------
|
||
|
|
||
|
WARN_LOGFILE = doxygen_vf6xx.log
|
||
|
|
||
|
INPUT = ../../include/unicore-mx/license.dox \
|
||
|
../../include/unicore-mx/vf6xx
|
||
|
|
||
|
INPUT += ../../lib/vf6xx
|
||
|
|
||
|
EXCLUDE =
|
||
|
|
||
|
LAYOUT_FILE = DoxygenLayout_vf6xx.xml
|
||
|
|
||
|
GENERATE_TAGFILE = vf6xx.tag
|
||
|
|
||
|
ENABLE_PREPROCESSING = YES
|
||
|
|
||
|
|