Skip to content

Commit 6688544

Browse files
authored
[ESIMD] Fix documentation issue related to incorrect presentation of namespaces using macros as names (#6197)
1 parent 7722ff9 commit 6688544

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sycl/doc/doxygen.cfg.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2106,7 +2106,9 @@ INCLUDE_FILE_PATTERNS =
21062106

21072107
PREDEFINED = "__SYCL_INLINE_NAMESPACE(X)=namespace X" \
21082108
"__SYCL_EXPORT" \
2109-
"__SYCL_EXPORT_DEPRECATED(x)="
2109+
"__SYCL_EXPORT_DEPRECATED(x)=" \
2110+
"__ESIMD_NS=sycl::ext::intel::esimd" \
2111+
"__ESIMD_ENS=sycl::ext::intel::experimental::esimd"
21102112

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

0 commit comments

Comments
 (0)