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
7
Source/DoxygenTranslator/Examples/Example2
Normal file
7
Source/DoxygenTranslator/Examples/Example2
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
//! A normal member taking two arguments and returning an integer value.
|
||||
/*!
|
||||
\param a an integer argument.
|
||||
\param s a constant character pointer.
|
||||
\return The test results
|
||||
\sa Test(), ~Test(), testMeToo() and publicVar()
|
||||
*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue