aboutsummaryrefslogtreecommitdiffstats
path: root/make/glu-common.cfg
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2006-04-17 21:26:27 +0000
committerKenneth Russel <[email protected]>2006-04-17 21:26:27 +0000
commit8d22eb6dd6ab71501190fe2fbf8572708f79aff9 (patch)
tree179936cd03640e69bae794b5ffc96be96a1b4e9e /make/glu-common.cfg
parent76670b7c2d1dd4e455229fdf384e9cf99d949a1c (diff)
Fixed Issue 212: Incorporate patch to add URL links to GL javadoc
Incorporated patch from user cylab on javagaming.org forums to generate @native tags in GL javadoc which are postprocessed using a taglet: http://www.javagaming.org/forums/index.php?topic=12629.0 Modified supplied patch to restrict the @native designation to only the function name, and to understand OpenGL data type-related suffixes (i.e., glVertex -> glVertex3f). git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@723 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/glu-common.cfg')
-rw-r--r--make/glu-common.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/make/glu-common.cfg b/make/glu-common.cfg
index 5a0f06fa1..3c41dbfdf 100644
--- a/make/glu-common.cfg
+++ b/make/glu-common.cfg
@@ -12,6 +12,9 @@ ProcAddressTablePackage com.sun.opengl.impl
ProcAddressTableClassName GLUProcAddressTable
GetProcAddressTableExpr getGLUProcAddressTable()
+# Pick up on-line OpenGL javadoc thanks to user cylab on javagaming.org forums
+TagNativeBinding true
+
#
# Imports needed by all glue code
#