@@ -73,7 +73,7 @@ New in version 2.0.0, object that are ICD 2 compatible should also contain
7373a `dispatch_data` field of type `void *` that the loader is free to modify
7474for a platform through the {clIcdSetPlatformDispatchDataKHR} new API entry
7575point. In order to distinguish ICD 1 and ICD 2 objects, the pointers to
76- ` clGetPlatformIDs` and ` clUnloadCompiler` in the dispatch structure must be
76+ { clGetPlatformIDs} and { clUnloadCompiler} in the dispatch structure must be
7777set to `CL_ICD2_TAG_KHR`. The vendor driver is responsible for propagating
7878the `dispatch_data` value when returning objects to users.
7979
@@ -242,7 +242,7 @@ continue on to the next.
242242New in version 2.0.0, the ICD Loader will also query the following functions
243243from the library: {clIcdGetFunctionAddressForPlatformKHR} and
244244{clIcdSetPlatformDispatchDataKHR}. If these two functions are present and the
245- pointers to ` clGetPlatformIDs` and ` clUnloadCompiler` in the dispatch
245+ pointers to { clGetPlatformIDs} and { clUnloadCompiler} in the dispatch
246246structure of a platform is set to `CL_ICD2_TAG_KHR` the platform will be
247247deemed ICD 2 compatible and dispatch will be managed by the ICD Loader. If the
248248`CL_ICD2_TAG_KHR` tag is present but one of the two functions above is
@@ -274,8 +274,8 @@ Returned by {clGetPlatformIDs} when no platforms are found:
274274
275275 * {CL_PLATFORM_NOT_FOUND_KHR}
276276
277- New in version 2.0.0, used as a value in the pointers to ` clGetPlatformIDs`
278- and ` clUnloadCompiler` in the dispatch structure:
277+ New in version 2.0.0, used as a value in the pointers to { clGetPlatformIDs}
278+ and { clUnloadCompiler} in the dispatch structure:
279279
280280 * `CL_ICD2_TAG_KHR`
281281
0 commit comments