From 6c646831c3400c74ff87affceb7be96604864566 Mon Sep 17 00:00:00 2001 From: Cheryl Foil Date: Mon, 18 Aug 2008 18:37:41 +0000 Subject: [PATCH] syntax error git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2008-cherylfoil@10791 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/doxygencomments/java/simple/example.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ %}