Add python interface consistency check that we don't use non-class enums

* These enums are generally not preferred anyway, but they also can't have
  docstrings so can't be checked for *missing* docstrings.
This commit is contained in:
baldurk
2020-12-03 22:29:15 +00:00
parent 170f29ebfa
commit 6f7e8bb396
3 changed files with 77 additions and 3 deletions
@@ -219,7 +219,9 @@ struct ShaderProcessingTool
DECLARE_REFLECTION_STRUCT(ShaderProcessingTool);
#if !defined(SWIG)
#define BUGREPORT_URL "https://renderdoc.org/bugreporter"
#endif
DOCUMENT("Describes a submitted bug report.");
struct BugReport