Skip to content

Commit 426dfcd

Browse files
committed
Fix doxygen
1 parent 56d59b7 commit 426dfcd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/Doxyfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2415,7 +2415,8 @@ INCLUDE_FILE_PATTERNS =
24152415
# recursively expanded use the := operator instead of the = operator.
24162416
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
24172417

2418-
PREDEFINED =
2418+
PREDEFINED += ET_NODISCARD=
2419+
PREDEFINED += ET_DEPRECATED=
24192420

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

0 commit comments

Comments
 (0)