Skip to content

Commit 7b5d4f1

Browse files
[SYCL][Doc] Fix doxygen generation: add SYCL_INLINE_VER_NAMESPACE to PREDEFINED list (#6687)
Fixed regression caused by 3d2b25e Root cause: replacement of __SYCL_INLINE_NAMESPACE(cl) <- included to the list with __SYCL_INLINE_VER_NAMESPACE(_V1) <- new and was not added to the list Signed-off-by: Tikhomirova, Kseniya <[email protected]>
1 parent 99ee13b commit 7b5d4f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/doc/doxygen.cfg.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2105,6 +2105,7 @@ INCLUDE_FILE_PATTERNS =
21052105
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
21062106

21072107
PREDEFINED = "__SYCL_INLINE_NAMESPACE(X)=namespace X" \
2108+
"__SYCL_INLINE_VER_NAMESPACE(X)=namespace X" \
21082109
"__SYCL_EXPORT" \
21092110
"__SYCL_EXPORT_DEPRECATED(x)=" \
21102111
"__ESIMD_NS=sycl::ext::intel::esimd" \

0 commit comments

Comments
 (0)