Add missing trailing newlines in docstrings

This commit is contained in:
baldurk
2025-09-09 20:09:02 +01:00
parent 5957a2710b
commit a2286f35ca
+4 -2
View File
@@ -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