summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2003-02-19 22:55:44 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2003-02-19 22:55:44 +0000
commitd148fc5669cc47825b306721dc8bd8005407c841 (patch)
tree9969b5747ea0a264fbafc494b50194e91b79375b /TODO
parentd2a03a3d68e3a2747e94edaa766bf8188fa1bae6 (diff)
downloadswig-d148fc5669cc47825b306721dc8bd8005407c841.tar.gz
%javaconst(1) for enums
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4359 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 5ff19c5a5..8c7398d2d 100644
--- a/TODO
+++ b/TODO
@@ -275,7 +275,8 @@ Java
----
** Vararg typemaps
-** $javaconst(1) option for enums - so that no JNI call is necessary to
+
+[DONE] $javaconst(1) option for enums - so that no JNI call is necessary to
get the value of the enum.
PHP