aboutsummaryrefslogtreecommitdiffstats
path: root/make/glu-common.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/glu-common.cfg')
-rw-r--r--make/glu-common.cfg6
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