git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2008-cherylfoil@10656 626c5289-ae23-0410-ae9c-e8d60b6d4f22
7 lines
228 B
Text
7 lines
228 B
Text
//! 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()
|
|
*/
|