mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 21:10:42 +00:00
Fix documentation of ResultDetails.code
This commit is contained in:
@@ -1172,8 +1172,10 @@ struct ResultDetails
|
||||
bool operator==(ResultCode resultCode) const { return code == resultCode; }
|
||||
bool operator!=(ResultCode resultCode) const { return code != resultCode; }
|
||||
#endif
|
||||
DOCUMENT(
|
||||
"The :class:`ResultDetails` resulting from the operation, indicating success or failure.");
|
||||
DOCUMENT(R"(The :class:`ResultCode` resulting from the operation, indicating success or failure.
|
||||
|
||||
:type: ResultCode
|
||||
)");
|
||||
ResultCode code;
|
||||
|
||||
DOCUMENT(R"(For error codes, this will contain the stringified error code as well as any optional
|
||||
|
||||
Reference in New Issue
Block a user