Skip to content

Commit

Permalink
Doxygen: exclude C++ __attribute__ (gazebosim#397)
Browse files Browse the repository at this point in the history
Exclude __attribute__ keyword from C++ parsing since it is not part of the standard:
doxygen/doxygen#9142

Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org>
  • Loading branch information
j-rivero authored Dec 12, 2023
1 parent 46a7cb2 commit 468ce69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/doxygen/api.in
Original file line number Diff line number Diff line change
Expand Up @@ -2138,7 +2138,7 @@ INCLUDE_FILE_PATTERNS =
# recursively expanded use the := operator instead of the = operator.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.

PREDEFINED =
PREDEFINED = __attribute__(x)=

# 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 468ce69

Please sign in to comment.