From 1dc7d758f96dd2b9bd7b03f01ca032d68b696cf0 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 2 Nov 2014 10:14:39 +0000 Subject: fish --- libopencm3/doc/efm32g/Doxyfile | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 libopencm3/doc/efm32g/Doxyfile (limited to 'libopencm3/doc/efm32g/Doxyfile') diff --git a/libopencm3/doc/efm32g/Doxyfile b/libopencm3/doc/efm32g/Doxyfile new file mode 100644 index 0000000..a3a65c7 --- /dev/null +++ b/libopencm3/doc/efm32g/Doxyfile @@ -0,0 +1,30 @@ +# HTML Documentation for efm32 code level + +# 11 November 2012 +# (C) Ken Sarkies + +#--------------------------------------------------------------------------- +# Common Include File +#--------------------------------------------------------------------------- + +@INCLUDE = ../Doxyfile_common + +#--------------------------------------------------------------------------- +# Local settings +#--------------------------------------------------------------------------- + +WARN_LOGFILE = doxygen_efm32g.log + +INPUT = ../../include/libopencm3/license.dox \ + ../../include/libopencm3/efm32/efm32g \ + ../../lib/efm32/efm32g + +EXCLUDE = + +LAYOUT_FILE = DoxygenLayout_efm32g.xml + +GENERATE_TAGFILE = efm32g.tag + +ENABLE_PREPROCESSING = YES + + -- cgit v1.2.3