1cb7b3927b
Signed-off-by: jyzhiyu <jyzhiyu@gmail.com>
27 lines
798 B
Plaintext
27 lines
798 B
Plaintext
# Doxygen include file to generate top level entry document
|
|
|
|
# 14 September 2012
|
|
# (C) Ken Sarkies <ksarkies@internode.on.net>
|
|
# (C) Benjamin Vernoux <bvernoux@gmail.com>
|
|
|
|
#---------------------------------------------------------------------------
|
|
# Common Include File
|
|
#---------------------------------------------------------------------------
|
|
|
|
@INCLUDE = ./Doxyfile_common
|
|
|
|
#---------------------------------------------------------------------------
|
|
# Local settings
|
|
#---------------------------------------------------------------------------
|
|
|
|
INPUT = ../include/libopencm3/docmain.dox
|
|
|
|
LAYOUT_FILE = DoxygenLayout.xml
|
|
|
|
GENERATE_LATEX = NO
|
|
|
|
TAGFILES = ./cm3/cm3.tag=../cm3/html \
|
|
./lpc43xx/lpc43xx.tag=../lpc43xx/html
|
|
|
|
|