Skip to content

Commit e2a74c2

Browse files
Doxygen: define DILIGENT_CPP_INTERFACE macros
1 parent b52f217 commit e2a74c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/doxygen.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2547,7 +2547,8 @@ PREDEFINED = __cplusplus
25472547
# definition found in the source code.
25482548
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
25492549

2550-
EXPAND_AS_DEFINED = DILIGENT_BEGIN_NAMESPACE \
2550+
EXPAND_AS_DEFINED = DILIGENT_CPP_INTERFACE \
2551+
DILIGENT_BEGIN_NAMESPACE \
25512552
DILIGENT_END_NAMESPACE \
25522553
DILIGENT_TYPED_ENUM \
25532554
DILIGENT_DERIVE \

0 commit comments

Comments
 (0)