We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d3543 commit 1d211e5Copy full SHA for 1d211e5
doc/embARC.doxyfile
@@ -767,7 +767,9 @@ INPUT = documents/introduction \
767
../inc \
768
../board \
769
../device \
770
- ../example
+ ../example \
771
+ ../embarc_applications \
772
+ ../applications
773
774
# This tag can be used to specify the character encoding of the source files
775
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -1999,6 +2001,10 @@ PREDEFINED = MID_FATFS \
1999
2001
MID_COAP \
2000
2002
MID_COMMON \
2003
MID_MQTT \
2004
+ MID_AWS \
2005
+ MID_OPENTHREAD \
2006
+ MID_MBEDTLS \
2007
+ MID_WAKAMMA \
2008
ENABLE_OS \
2009
__MW__
2010
0 commit comments