diff options
author | Kenneth Russel <[email protected]> | 2006-01-16 11:55:43 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2006-01-16 11:55:43 +0000 |
commit | c7df7f2c1f1a94bc334ab0d19afe719ca050f903 (patch) | |
tree | 6d9a4c3a8a25da696160e79397c5f378d9f0b94f /doc/manual/index.html | |
parent | 275910d4f8301320b2d039eb0e53dd1879e7871f (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/index.html')
-rwxr-xr-x | doc/manual/index.html | 4 |
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> |