diff --git a/Examples/doxygencomments/java/simple/example.i b/Examples/doxygencomments/java/simple/example.i index c823bc8b6..d10fe5e19 100644 --- a/Examples/doxygencomments/java/simple/example.i +++ b/Examples/doxygencomments/java/simple/example.i @@ -7,5 +7,5 @@ \param y int y \return the gcd */ extern int gcd(int x, int y); -extern double Foo; /*!< description of double foo +extern double Foo; /*!< description of double foo */ %}