aboutsummaryrefslogtreecommitdiffstats
path: root/doxygen/doxygen.cfg
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2008-07-10 14:35:33 +0000
committerSven Gothel <[email protected]>2008-07-10 14:35:33 +0000
commitded03da17a6740b0805b039721c6c03ac67cd7cc (patch)
tree3646ce0b80d52200c44beb9d824e18a140fdb384 /doxygen/doxygen.cfg
parent4cb87cee20a57932b0dac2eb30ef0b847c2f210d (diff)
Fixed:
- GLContextImpl GLBufferSizeTracker instantiation - GL2ES1: added PopMatrix and PushMatrix - GL: removed GL_FIXED - GLU: added gluLookAt, .. float type variant - Added: javax/media/opengl/util/FixedPoint.java for FixedPoint math (shall be increased) git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1716 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'doxygen/doxygen.cfg')
-rw-r--r--doxygen/doxygen.cfg5
1 files changed, 3 insertions, 2 deletions
diff --git a/doxygen/doxygen.cfg b/doxygen/doxygen.cfg
index da7143e24..e78ba3983 100644
--- a/doxygen/doxygen.cfg
+++ b/doxygen/doxygen.cfg
@@ -459,8 +459,9 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = ../src/classes
-#INPUT += ../../gluegen/src/java
+INPUT = ../src/classes
+INPUT += ../build/gensrc/classes
+INPUT += ../../gluegen/src/java/com/sun/gluegen/runtime
# If the value of the INPUT tag contains directories, you can use the
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp