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/config/jogl | |
parent | 91e2508661f8f922afad6379e8bcadee37900546 (diff) |
Fix doc bug @arg -> @param
Diffstat (limited to 'make/config/jogl')
-rw-r--r-- | make/config/jogl/gl-common.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/config/jogl/gl-common.cfg b/make/config/jogl/gl-common.cfg index 7cf51fda5..3df9cc852 100644 --- a/make/config/jogl/gl-common.cfg +++ b/make/config/jogl/gl-common.cfg @@ -611,7 +611,7 @@ ClassJavadoc GL3 * inclusive - forward compatible, as well as most of it's exte ClassJavadoc GL3 * time of this specification.<br> ClassJavadoc GL3 * Note: OpenGL 3.0 forward compatible, non deprecated functionality is included in the ClassJavadoc GL3 * 3.1 specification, hence the {@link GL2GL3} implemented interface.<br> -ClassJavadoc GL3 * Note: OpenGL 3.1 (forward compatible) no more includes fixed point functionality. +ClassJavadoc GL3 * Note: OpenGL 3.1 forward compatible no more includes fixed point functionality. ClassJavadoc GL3 * </P> ClassJavadoc GL3 */ |