Improve python docstring checks

* We need to check for getsets having duplicate docstrings, and ignore
  docstrings being duplicated between members of different structs.
This commit is contained in:
baldurk
2022-05-20 14:15:30 +01:00
parent d6c7bbb90d
commit 3908082bd6
2 changed files with 26 additions and 5 deletions
+2 -2
View File
@@ -521,8 +521,8 @@ DECLARE_REFLECTION_STRUCT(BugReport);
rdcdatetime(2015, 01, 01)) \
\
DOCUMENT( \
"``True`` if when coloring marker regions in the :class:`EventBrowser`, the whole row " \
"should be colored instead of just a side-bar.\n" \
"``True`` if the UI should be allowed to make update checks remotely to see if a new " \
"version is available.\n" \
"\n" \
"Defaults to ``True``."); \
CONFIG_SETTING_VAL(public, bool, bool, CheckUpdate_AllowChecks, true) \