[sam3] show the sam3 subfamilies in the doxygen-generated documentation

This commit is contained in:
Felix Held
2014-02-24 03:53:13 +01:00
committed by Karl Palsson
parent 641fbffe9a
commit 5248bee639
39 changed files with 1838 additions and 3 deletions

37
doc/sam3s/Doxyfile Normal file
View File

@@ -0,0 +1,37 @@
# HTML Documentation for SAM3S 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_sam3s.log
INPUT = ../../include/libopencm3/license.dox \
../../include/libopencm3/sam/3s \
../../include/libopencm3/sam/common
INPUT += ../../lib/sam/3a \
../../lib/sam/common
EXCLUDE =
EXCLUDE_PATTERNS = *_common_3a3u3x.h
LAYOUT_FILE = DoxygenLayout_sam3s.xml
GENERATE_TAGFILE = sam3s.tag
ENABLE_PREPROCESSING = YES