Fixed doxygen_basic_translate testcase. Why do I always have the tests messed up?
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13488 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
9d3446d803
commit
3b280b6ffe
1 changed files with 15 additions and 0 deletions
|
|
@ -75,6 +75,21 @@ int function6(int a=42)
|
|||
{
|
||||
}
|
||||
|
||||
class Shape
|
||||
{
|
||||
public:
|
||||
typedef Shape* superType;
|
||||
};
|
||||
|
||||
/**
|
||||
* Test for a parameter with difficult type
|
||||
* (mostly for python)
|
||||
* @param a Very strange param
|
||||
*/
|
||||
void function7(Shape::superType *a[10])
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* Comment at the end of file should be ignored.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue