Skip to content

Commit eaf9d55

Browse files
committed
Rephrase annotation property value string conversion
Signed-off-by: Steffen Larsen <[email protected]>
1 parent c941c6e commit eaf9d55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sycl/doc/design/CompileTimeProperties.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -614,9 +614,9 @@ names and values of the properties in the following sequence:
614614
* Etc.
615615

616616
Every field in the global variable pointed to by this parameter are string
617-
literals in seperate global variables. If the value of a property is either an
618-
empty string or a `nullptr`, the corresponding field will have a null-pointer
619-
value.
617+
literals in seperate global variables. Property values are converted to strings
618+
in the same way as described above, except that the `nullptr` value and the
619+
empty string (`""`) is represented as `null` in the global variable field.
620620

621621

622622
## Filtering properties

0 commit comments

Comments
 (0)