31 lines
848 B
Text
31 lines
848 B
Text
|
# HTML Documentation for efm32 code level
|
||
|
|
||
|
# 11 November 2012
|
||
|
# (C) Ken Sarkies <ksarkies@internode.on.net>
|
||
|
|
||
|
#---------------------------------------------------------------------------
|
||
|
# Common Include File
|
||
|
#---------------------------------------------------------------------------
|
||
|
|
||
|
@INCLUDE = ../Doxyfile_common
|
||
|
|
||
|
#---------------------------------------------------------------------------
|
||
|
# Local settings
|
||
|
#---------------------------------------------------------------------------
|
||
|
|
||
|
WARN_LOGFILE = doxygen_efm32gg.log
|
||
|
|
||
|
INPUT = ../../include/unicore-mx/license.dox \
|
||
|
../../include/unicore-mx/efm32/efm32gg \
|
||
|
../../lib/efm32/efm32gg
|
||
|
|
||
|
EXCLUDE =
|
||
|
|
||
|
LAYOUT_FILE = DoxygenLayout_efm32gg.xml
|
||
|
|
||
|
GENERATE_TAGFILE = efm32gg.tag
|
||
|
|
||
|
ENABLE_PREPROCESSING = YES
|
||
|
|
||
|
|