diff options
Diffstat (limited to 'doc/userguide')
-rw-r--r-- | doc/userguide/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/userguide/index.html b/doc/userguide/index.html index 548071156..9bfe0caa4 100644 --- a/doc/userguide/index.html +++ b/doc/userguide/index.html @@ -66,8 +66,9 @@ is itself written almost completely in the Java programming language. There are roughly 150 lines of handwritten C code in the entire Jogl source base (100 of which work around bugs in older OpenGL drivers on Windows); the rest of the native code is autogenerated during the -build process by a new tool called GlueGen, the source code of which -is in the Jogl source tree. Documentation for GlueGen is forthcoming. +build process by a new tool called <a +href="http://gluegen.dev.java.net/">GlueGen</a>, the source code of +which is available from its own java.net project. </P> <P> |