Skip to content

Commit a6d8758

Browse files
committed
Clarify "include_files"
Clarify that the _Name_ from an `include_files` entry could contain directory components.
1 parent e69a5dd commit a6d8758

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sycl/doc/extensions/experimental/sycl_ext_oneapi_kernel_compiler.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,9 +357,9 @@ that include file.
357357
When the source language is `source_language::sycl`, the source code can have
358358
`#include` statements where the name and content of the include file is
359359
defined by this property.
360-
For example, if the source code has `#include "foo.h"`, the compilation process
361-
will look at the `include_files` property to see if there is an entry whose
362-
_Name_ is `foo.h`.
360+
For example, if the source code has `#include "foo/bar.h"`, the compilation
361+
process will look at the `include_files` property to see if there is an entry
362+
whose _Name_ is `foo/bar.h`.
363363
If such an entry is found, the compiler uses the associated _Content_ as the
364364
content of the include file.
365365

0 commit comments

Comments
 (0)