Implemented support for default args - overloaded functions, optional feature 1 in my project plan. Extended testcase.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13483 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
e764c9a73e
commit
fb3ee4fb78
6 changed files with 66 additions and 10 deletions
|
|
@ -58,5 +58,7 @@ check(doxygen_basic_translate.function4.__doc__, ''
|
|||
' }'
|
||||
)
|
||||
check(doxygen_basic_translate.function5.__doc__, ''
|
||||
' Test for default args'
|
||||
' Test for default args \n'
|
||||
' Arguments: \n'
|
||||
' a (int) -- Some parameter, default is 42\n'
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue