34 lines
836 B
Plaintext
34 lines
836 B
Plaintext
|
# HTML Documentation for USB code level
|
||
|
|
||
|
# 10 March 2013
|
||
|
# (C) Ken Sarkies <ksarkies@internode.on.net>
|
||
|
|
||
|
#---------------------------------------------------------------------------
|
||
|
# Common Include File
|
||
|
#---------------------------------------------------------------------------
|
||
|
|
||
|
@INCLUDE = ../Doxyfile_common
|
||
|
|
||
|
#---------------------------------------------------------------------------
|
||
|
# Local settings
|
||
|
#---------------------------------------------------------------------------
|
||
|
|
||
|
WARN_LOGFILE = doxygen_usb.log
|
||
|
|
||
|
INPUT = ../../include/libopencm3/license.dox \
|
||
|
../../include/libopencm3/usb
|
||
|
|
||
|
INPUT += ../../lib/usb
|
||
|
|
||
|
EXCLUDE_PATTERNS =
|
||
|
|
||
|
LAYOUT_FILE = DoxygenLayout_usb.xml
|
||
|
|
||
|
TAGFILES =
|
||
|
|
||
|
GENERATE_TAGFILE = usb.tag
|
||
|
|
||
|
ENABLE_PREPROCESSING = NO
|
||
|
|
||
|
|