summaryrefslogtreecommitdiffstats
path: root/doc/manual
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2006-01-16 11:55:43 +0000
committerKenneth Russel <[email protected]>2006-01-16 11:55:43 +0000
commitc7df7f2c1f1a94bc334ab0d19afe719ca050f903 (patch)
tree6d9a4c3a8a25da696160e79397c5f378d9f0b94f /doc/manual
parent275910d4f8301320b2d039eb0e53dd1879e7871f (diff)
Removed some redundancy in GlueGen manual intro
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/trunk@7 a78bb65f-1512-4460-ba86-f6dc96a7bf27
Diffstat (limited to 'doc/manual')
-rwxr-xr-xdoc/manual/index.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/manual/index.html b/doc/manual/index.html
index 6c29000..d2f1be5 100755
--- a/doc/manual/index.html
+++ b/doc/manual/index.html
@@ -49,9 +49,7 @@ has the ability to perform significant transformations on the IR
before glue code emission. GlueGen is currently powerful enough to
bind even low-level APIs such as the Java Native Interface (JNI) and
the AWT Native Interface (JAWT) back up to the Java programming
-language. This allows libraries needing to access such low-level APIs
-to be written in Java instead of a combination of handwritten JNI and
-C code as well as Java code.
+language.
</P>
<P>