We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aa4bfe commit e44a55aCopy full SHA for e44a55a
1 file changed
component.mk
@@ -4,4 +4,7 @@ COMPONENT_DOXYGEN_INPUT := src/include
4
COMPONENT_DOXYGEN_INCLUDE_PATH := src/include/config.hpp
5
COMPONENT_DOXYGEN_PREDEFINED := \
6
FSTR_INLINE= \
7
- FSTR_PACKED=
+ FSTR_NOINLINE= \
8
+ FSTR_ALIGNED= \
9
+ FSTR_PACKED= \
10
+ FSTR_ALIGN32=
0 commit comments