From f5cce5cf7d2db7730073c68af10573d2f3710b4a Mon Sep 17 00:00:00 2001 From: Greg Lueck Date: Fri, 4 Oct 2024 09:44:56 -0400 Subject: [PATCH] Fix target::host_task rendering in programming_interface Cherry pick #637 from main (cherry picked from commit f6925daad0db275d626d3cd1d0c842ca384035c7) --- adoc/chapters/programming_interface.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adoc/chapters/programming_interface.adoc b/adoc/chapters/programming_interface.adoc index fd9975e9..401f5ff6 100644 --- a/adoc/chapters/programming_interface.adoc +++ b/adoc/chapters/programming_interface.adoc @@ -5461,7 +5461,7 @@ accessor get_access(handler& commandGroupHandler) access mode and target in the command group buffer. The value of target can be [code]#target::device#, [code]#target::constant_buffer# or - [code]#target::host_task. + [code]#target::host_task#. a@ [source] @@ -5488,7 +5488,7 @@ accessor get_access(handler& commandGroupHandler, <>, where the range starts at the given offset from the beginning of the buffer. The value of target can be [code]#target::device#, [code]#target::constant_buffer# or - [code]#target::host_task. + [code]#target::host_task#. Throws an [code]#exception# with the [code]#errc::invalid# error code if the sum of [code]#accessRange# and [code]#accessOffset# exceeds the range of