Merge "-builtin" autodoc bugs workarounds from master into test.
Although some of the bugs (e.g. missing "self") in the autodoc doc strings when using "-builtin" option were fixed in the Doxygen branch, others are still present, so we still need to skip some of the tests in "-builtin" case.
This commit is contained in:
parent
b908a9b430
commit
e191360c9f
2 changed files with 32 additions and 12 deletions
|
|
@ -1,4 +1,4 @@
|
|||
def check(got, expected):
|
||||
def check(got, expected, expected_builtin=None):
|
||||
if got is None: # Absence of comment is equivalent to empty comment.
|
||||
got = ''
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue