Functionality fixes, small tweaks to make DoxygenTranslator more robust and the beginnings of a doxygen example collection
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2008-cherylfoil@10656 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
af125cd251
commit
c727877cf9
7 changed files with 186 additions and 86 deletions
10
Source/DoxygenTranslator/Examples/Example3
Normal file
10
Source/DoxygenTranslator/Examples/Example3
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/**
|
||||
* a normal member taking two arguments and returning an integer value.
|
||||
* @param a an integer argument.
|
||||
* @param s a constant character pointer.
|
||||
* @see Test()
|
||||
* @see ~Test()
|
||||
* @see testMeToo()
|
||||
* @see publicVar()
|
||||
* @return The test results
|
||||
*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue