diff options
author | gfxadmin <[email protected]> | 2006-02-10 01:21:10 +0000 |
---|---|---|
committer | gfxadmin <[email protected]> | 2006-02-10 01:21:10 +0000 |
commit | a9e4c4d1b136ac13ab5f1aff33c81f4306636e2a (patch) | |
tree | eca657a5d5823dabd311db725c7022c06c836916 /make/glu-common.cfg | |
parent | d2b9ef0612d278ad1fb8ca4501ee028004c53dc3 (diff) |
Issue number:
Obtained from:
Submitted by: Travis
Reviewed by:
These are all documentation changes in preparation for the Proposed Final
Draft submission.
Carefully separated out references to the implementation from the
specification. Did not delete any comments, just made sure that it was
clear when it was the Reference Implementation being referred to.
Add note to Spec Overview about version information. We now include
version information in the manifest of the jar file and we require
this of all implementations. This is currently done automatically
as part of the build process and is easy to access at runtime with
the java.lang.Package APIs.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@592 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/glu-common.cfg')
-rw-r--r-- | make/glu-common.cfg | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/make/glu-common.cfg b/make/glu-common.cfg index f99e874ca..5a0f06fa1 100644 --- a/make/glu-common.cfg +++ b/make/glu-common.cfg @@ -70,10 +70,12 @@ Ignore GLU_EXT_.+ ClassJavadoc GLU /** ClassJavadoc GLU * Provides access to the OpenGL Utility Library (GLU). This library ClassJavadoc GLU * provides standard methods for setting up view volumes, building -ClassJavadoc GLU * mipmaps and performing other common operations. -ClassJavadoc GLU * +ClassJavadoc GLU * mipmaps and performing other common operations. The GLU NURBS +ClassJavadoc GLU * routines are not currently exposed. +ClassJavadoc GLU * ClassJavadoc GLU * <P> ClassJavadoc GLU * +ClassJavadoc GLU * Notes from the Reference Implementation for this class: ClassJavadoc GLU * Thanks to the contributions of many individuals, this class is a ClassJavadoc GLU * pure Java port of SGI's original C sources. All of the projection, ClassJavadoc GLU * mipmap, scaling, and tessellation routines that are exposed are |