diff --git a/qrenderdoc/Code/Interface/QRDInterface.h b/qrenderdoc/Code/Interface/QRDInterface.h index c0c8f9671..48073331c 100644 --- a/qrenderdoc/Code/Interface/QRDInterface.h +++ b/qrenderdoc/Code/Interface/QRDInterface.h @@ -992,7 +992,7 @@ QWidget. DOCUMENT(R"(Return the shader messages displayed in this viewer. :return: The shader messages. -:rtype List[renderdoc.ShaderMessage] +:rtype: List[renderdoc.ShaderMessage] )"); virtual rdcarray GetShaderMessages() = 0; @@ -1000,7 +1000,7 @@ QWidget. since the messages were fetched. :return: ``True`` if the viewer is out of date. -:rtype bool +:rtype: bool )"); virtual bool IsOutOfDate() = 0;