Skip to content

Commit 1d211e5

Browse files
committed
doc: Update doxygen configuration file
1 parent 67d3543 commit 1d211e5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/embARC.doxyfile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,9 @@ INPUT = documents/introduction \
767767
../inc \
768768
../board \
769769
../device \
770-
../example
770+
../example \
771+
../embarc_applications \
772+
../applications
771773

772774
# This tag can be used to specify the character encoding of the source files
773775
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -1999,6 +2001,10 @@ PREDEFINED = MID_FATFS \
19992001
MID_COAP \
20002002
MID_COMMON \
20012003
MID_MQTT \
2004+
MID_AWS \
2005+
MID_OPENTHREAD \
2006+
MID_MBEDTLS \
2007+
MID_WAKAMMA \
20022008
ENABLE_OS \
20032009
__MW__
20042010

0 commit comments

Comments
 (0)