From a2286f35cae10aa60dee2a283cc39a9a59a22134 Mon Sep 17 00:00:00 2001 From: baldurk Date: Tue, 9 Sep 2025 20:09:02 +0100 Subject: [PATCH] Add missing trailing newlines in docstrings --- renderdoc/api/replay/d3d11_pipestate.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/renderdoc/api/replay/d3d11_pipestate.h b/renderdoc/api/replay/d3d11_pipestate.h index 0f8a8bdbe..03bfe73d3 100644 --- a/renderdoc/api/replay/d3d11_pipestate.h +++ b/renderdoc/api/replay/d3d11_pipestate.h @@ -78,7 +78,8 @@ struct Layout DOCUMENT(R"(The semantic index for this input. :type: int -str)"); +str +)"); uint32_t semanticIndex = 0; DOCUMENT(R"(The format describing how the input data is interpreted. @@ -90,7 +91,8 @@ str)"); DOCUMENT(R"(The vertex buffer input slot where the data is sourced from. :type: int -str)"); +str +)"); uint32_t inputSlot = 0; DOCUMENT(R"(The byte offset from the start of the vertex data in the vertex buffer from