mirror of https://github.com/swig/swig
Testcase code correction
This commit is contained in:
parent
3872890c1c
commit
7eba1cfea1
|
@ -14,7 +14,7 @@ struct DoxOuter {
|
|||
/** doxInt variable */
|
||||
int doxInt;
|
||||
/** doxShort const variable */
|
||||
static const short doxShort = 1.0;
|
||||
static const short doxShort = 1;
|
||||
/** doxMethod description */
|
||||
void doxMethod() {}
|
||||
/** doxStaticMethod description */
|
||||
|
|
Loading…
Reference in New Issue