mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Upgrade missing docs error msg to fatal to ensure docs aren't forgotten
This commit is contained in:
@@ -181,6 +181,6 @@ inline void check_docstrings(swig_type_info **swig_types, size_t numTypes)
|
||||
}
|
||||
|
||||
if(errors_found)
|
||||
RENDERDOC_LogMessage(LogType::Critical, "QTRD", __FILE__, __LINE__,
|
||||
RENDERDOC_LogMessage(LogType::Fatal, "QTRD", __FILE__, __LINE__,
|
||||
"Found errors in python binding docstrings. Please fix!");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user