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
|
|
@ -63,6 +63,11 @@ public class doxygen_basic_translate_runme {
|
|||
" \n" +
|
||||
"");
|
||||
wantedComments.put("doxygen_basic_translate.doxygen_basic_translate.function5(int)",
|
||||
" Test for default args \n" +
|
||||
" @param a Some parameter, default is 42" +
|
||||
" \n" +
|
||||
"");
|
||||
wantedComments.put("doxygen_basic_translate.doxygen_basic_translate.function5()",
|
||||
" Test for default args \n" +
|
||||
" \n" +
|
||||
"");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue