Skip to content

Commit

Permalink
Merge pull request #2901 from kkrentz/pthread-pr
Browse files Browse the repository at this point in the history
doxygen: Help doxygen resolve the PT_THREAD macro
  • Loading branch information
nvt committed May 15, 2024
2 parents 49d293b + 71514c3 commit dbf5b1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -2435,7 +2435,8 @@ PREDEFINED = NETSTACK_CONF_WITH_IPV6:=1 \
DOXYGEN:=1 \
DOXYGEN_SHOULD_SKIP_THIS:=1 \
"ASCCMD(name, flags, args):=void CMD_ASCII(name)" \
MQTT_CONF_VERSION:=MQTT_PROTOCOL_VERSION_5
MQTT_CONF_VERSION:=MQTT_PROTOCOL_VERSION_5 \
"PT_THREAD(name_args):=char name_args"

# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
# tag can be used to specify a list of macro names that should be expanded. The
Expand Down

0 comments on commit dbf5b1a

Please sign in to comment.