From 49e5fa40a8dda27751ebc36fd70b0985ce3a53ad Mon Sep 17 00:00:00 2001 From: baldurk Date: Mon, 9 Feb 2026 18:01:04 +0000 Subject: [PATCH] Fix docstring in SDObject --- renderdoc/api/replay/structured_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderdoc/api/replay/structured_data.h b/renderdoc/api/replay/structured_data.h index a236cb8a5..1a9d8d708 100644 --- a/renderdoc/api/replay/structured_data.h +++ b/renderdoc/api/replay/structured_data.h @@ -628,7 +628,7 @@ struct SDObject DOCUMENT(R"(The name of this object. -:type: name +:type: str )"); rdcinflexiblestr name;