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:
Vadim Zeitlin 2015-07-20 16:17:06 +02:00
commit e191360c9f
2 changed files with 32 additions and 12 deletions

View file

@ -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 = ''