37 lines
1 KiB
Text
37 lines
1 KiB
Text
# HTML Documentation for SAM3N code level
|
|
|
|
# 14 September 2012
|
|
# (C) Ken Sarkies <ksarkies@internode.on.net>
|
|
# 09 February 2014
|
|
# (C) Felix Held <felix-libopencm3@felixheld.de>
|
|
|
|
#---------------------------------------------------------------------------
|
|
# Common Include File
|
|
#---------------------------------------------------------------------------
|
|
|
|
@INCLUDE = ../Doxyfile_common
|
|
|
|
#---------------------------------------------------------------------------
|
|
# Local settings
|
|
#---------------------------------------------------------------------------
|
|
|
|
WARN_LOGFILE = doxygen_sam3n.log
|
|
|
|
INPUT = ../../include/unicore-mx/license.dox \
|
|
../../include/unicore-mx/sam/3n \
|
|
../../include/unicore-mx/sam/common
|
|
|
|
INPUT += ../../lib/sam/3n \
|
|
../../lib/sam/common
|
|
|
|
EXCLUDE =
|
|
|
|
EXCLUDE_PATTERNS = *_common_3a3u3x.h
|
|
|
|
LAYOUT_FILE = DoxygenLayout_sam3n.xml
|
|
|
|
GENERATE_TAGFILE = sam3n.tag
|
|
|
|
ENABLE_PREPROCESSING = YES
|
|
|
|
|