vf6xx: doc: initial commit
Add documentation Makefile and DoxygenLayout for Freescale Vybrid VF6xx support.
This commit is contained in:
committed by
Frantisek Burian
parent
3132ae50cb
commit
c83e16926e
31
doc/vf6xx/Doxyfile
Normal file
31
doc/vf6xx/Doxyfile
Normal file
@@ -0,0 +1,31 @@
|
||||
# HTML Documentation for VF6XX code level
|
||||
|
||||
# 14 September 2012
|
||||
# (C) Ken Sarkies <ksarkies@internode.on.net>
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Common Include File
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
@INCLUDE = ../Doxyfile_common
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Local settings
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
WARN_LOGFILE = doxygen_vf6xx.log
|
||||
|
||||
INPUT = ../../include/libopencm3/license.dox \
|
||||
../../include/libopencm3/vf6xx
|
||||
|
||||
INPUT += ../../lib/vf6xx
|
||||
|
||||
EXCLUDE =
|
||||
|
||||
LAYOUT_FILE = DoxygenLayout_vf6xx.xml
|
||||
|
||||
GENERATE_TAGFILE = vf6xx.tag
|
||||
|
||||
ENABLE_PREPROCESSING = YES
|
||||
|
||||
|
||||
Reference in New Issue
Block a user