From d377c4e0cffb830726142beada3d8c2154487a7f Mon Sep 17 00:00:00 2001 From: baldurk Date: Mon, 27 Jan 2020 21:38:51 +0000 Subject: [PATCH] Fix documentation compile error --- renderdoc/api/replay/renderdoc_replay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderdoc/api/replay/renderdoc_replay.h b/renderdoc/api/replay/renderdoc_replay.h index 84572145d..8a4672530 100644 --- a/renderdoc/api/replay/renderdoc_replay.h +++ b/renderdoc/api/replay/renderdoc_replay.h @@ -898,7 +898,7 @@ otherwise. :param ResourceId buffer: The id of the buffer to use for data. If :data:`ConstantBlock.bufferBacked` is ``False`` this is ignored. :param int offset: Retrieve buffer contents starting at this byte offset. -:param int length: Retrieve this many bytes after :param:`offset`. May be 0 to fetch the rest of the +:param int length: Retrieve this many bytes after :paramref:`offset`. May be 0 to fetch the rest of the buffer. :return: The shader variables with their contents. :rtype: ``list`` of :class:`ShaderVariable`