diff options
author | Sven Gothel <[email protected]> | 2009-08-02 04:54:41 -0700 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-08-02 04:54:41 -0700 |
commit | 363fe8afc173ec9bf7fda4f863ddd14cd5ceabb5 (patch) | |
tree | c519d6b6c75824afff9ee5af1871e29805821dc9 /make/doc/jogl | |
parent | 91e2508661f8f922afad6379e8bcadee37900546 (diff) |
Fix doc bug @arg -> @param
Diffstat (limited to 'make/doc/jogl')
-rw-r--r-- | make/doc/jogl/spec-overview.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/doc/jogl/spec-overview.html b/make/doc/jogl/spec-overview.html index 6557e9f7a..89b4ac7c8 100644 --- a/make/doc/jogl/spec-overview.html +++ b/make/doc/jogl/spec-overview.html @@ -67,7 +67,7 @@ inclusive - forward compatible only, as well as most of it's extensions defined time of this specification. <br> Note: OpenGL 3.0 forward compatible, non deprecated functionality is included in the 3.1 specification, hence the {@link javax.media.opengl.GL2GL3} implemented interface.<br> - Note: OpenGL 3.1 (forward compatible) no more includes fixed point functionality.<br> + Note: OpenGL 3.1 forward compatible no more includes fixed point functionality.<br> Future extensions will be added with a <a href="#maintenanceupdates">maintenance update</a></li><br> <li> {@link javax.media.opengl.GLES1 javax.media.opengl.GLES1} interface<br> |