You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
809 B
31 lines
809 B
# 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
|
|
|
|
GENERATE_TAGFILE = usb.tag
|
|
|
|
ENABLE_PREPROCESSING = NO
|
|
|
|
|
|
|