[Python] Fix docstrings for %callback functions
Reinstates autodoc for callback function testcase from #467, actually tests the resulting docstring in the _runme.py and fixes SWIG/Python so the expected result is obtained.
This commit is contained in:
parent
aa0e781034
commit
8ab622c6d0
4 changed files with 11 additions and 1 deletions
|
|
@ -355,4 +355,5 @@ check(funkdefaults.__doc__,
|
|||
check(func_input.__doc__, "func_input(int * INPUT) -> int")
|
||||
check(func_output.__doc__, "func_output() -> int")
|
||||
check(func_inout.__doc__, "func_inout(int * INOUT) -> int")
|
||||
check(func_cb.__doc__, "func_cb(int c, int d) -> int")
|
||||
check(banana.__doc__, "banana(S a, S b, int c, Integer d)")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue