Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ESIMD][Doc] Fix incorrect presentation of namespaces using macros as names #6197

Merged
merged 1 commit into from
Jun 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion sycl/doc/doxygen.cfg.in
Original file line number Diff line number Diff line change
Expand Up @@ -2106,7 +2106,9 @@ INCLUDE_FILE_PATTERNS =

PREDEFINED = "__SYCL_INLINE_NAMESPACE(X)=namespace X" \
"__SYCL_EXPORT" \
"__SYCL_EXPORT_DEPRECATED(x)="
"__SYCL_EXPORT_DEPRECATED(x)=" \
"__ESIMD_NS=sycl::ext::intel::esimd" \
"__ESIMD_ENS=sycl::ext::intel::experimental::esimd"

# 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