From a6d875830cf489b6148e543ef2b515c428a4a38c Mon Sep 17 00:00:00 2001 From: Greg Lueck Date: Tue, 9 Jul 2024 09:34:38 -0400 Subject: [PATCH] Clarify "include_files" Clarify that the _Name_ from an `include_files` entry could contain directory components. --- .../experimental/sycl_ext_oneapi_kernel_compiler.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sycl/doc/extensions/experimental/sycl_ext_oneapi_kernel_compiler.asciidoc b/sycl/doc/extensions/experimental/sycl_ext_oneapi_kernel_compiler.asciidoc index 99131ade2d60e..bdebab3b4f10f 100644 --- a/sycl/doc/extensions/experimental/sycl_ext_oneapi_kernel_compiler.asciidoc +++ b/sycl/doc/extensions/experimental/sycl_ext_oneapi_kernel_compiler.asciidoc @@ -357,9 +357,9 @@ that include file. When the source language is `source_language::sycl`, the source code can have `#include` statements where the name and content of the include file is defined by this property. -For example, if the source code has `#include "foo.h"`, the compilation process -will look at the `include_files` property to see if there is an entry whose -_Name_ is `foo.h`. +For example, if the source code has `#include "foo/bar.h"`, the compilation +process will look at the `include_files` property to see if there is an entry +whose _Name_ is `foo/bar.h`. If such an entry is found, the compiler uses the associated _Content_ as the content of the include file.