aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2006-01-19 22:02:52 +0000
committerKenneth Russel <[email protected]>2006-01-19 22:02:52 +0000
commit98da87017cb72785ca13f5b0657ce2c5d8a067c3 (patch)
treebfa343a191ae379d4a7fbfbb3c6eb2a58474773d /doc
parent74a01bbabd748adcfc136017701851c8f84038f0 (diff)
Added reference to NoodleGlue in GlueGen documentation
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/trunk@12 a78bb65f-1512-4460-ba86-f6dc96a7bf27
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/manual/index.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/manual/index.html b/doc/manual/index.html
index aea36e3..2e4ed84 100755
--- a/doc/manual/index.html
+++ b/doc/manual/index.html
@@ -246,10 +246,12 @@ an early tool allowing binding of a limited subset of C++ to the
Scheme programming language; <a href="http://www.swig.org/">SWIG</a>,
a tool released at roughly the same time as Header2Scheme which by now
supports binding C and C++ libraries to a variety of scripting
-languages; and <a href="http://www.jniwrapper.com/">JNIWrapper</a>, a
-commercial tool automating the binding of C APIs to Java. Other
-language-specific tools such as Perl's XS, Boost.Python and many
-others exist.
+languages; <a href="http://www.jniwrapper.com/">JNIWrapper</a>, a
+commercial tool automating the binding of C APIs to Java; and <a
+href="http://www.noodleglue.org/noodleglue/noodleglue.html">NoodleGlue</a>,
+a recently-released tool automating the binding of C++ APIs to
+Java. Other language-specific tools such as Perl's XS, Boost.Python
+and many others exist.
</P>
<P>