diff --git a/renderdoc/api/replay/structured_data.h b/renderdoc/api/replay/structured_data.h index 67c75e3a9..ded1b926d 100644 --- a/renderdoc/api/replay/structured_data.h +++ b/renderdoc/api/replay/structured_data.h @@ -418,8 +418,8 @@ struct SDObject #endif // these are common to both python and C++ - DOCUMENT(R"(Interprets the object as a :class:`ResourceId` and returns its value. -Invalid if the object is not actually a :class:`ResourceId`. + DOCUMENT(R"(Interprets the object as a ``bool`` and returns its value. +Invalid if the object is not actually a ``bool``. )"); inline bool AsBool() { return data.basic.b; } // these are common to both python and C++