From e3611d9aa4e8aefb229196087f550a1c346deee9 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Thu, 18 Jun 2009 00:41:28 +0000 Subject: Fixes for javadoc targets git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1982 232f8b59-042b-4e1e-8c03-345bb8c30851 --- make/build.xml | 8 +++++++- src/jogl/classes/com/sun/opengl/util/packrect/package.html | 2 ++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/make/build.xml b/make/build.xml index 91d9a97c4..28d998575 100644 --- a/make/build.xml +++ b/make/build.xml @@ -25,7 +25,8 @@ - + + @@ -50,6 +51,7 @@ + @@ -179,6 +181,7 @@ bottom="${javadoc.bottom}" > + @@ -194,6 +197,7 @@ + @@ -208,6 +212,7 @@ bottom="${javadoc.bottom}" > + @@ -222,6 +227,7 @@ bottom="${javadoc.bottom}" > + diff --git a/src/jogl/classes/com/sun/opengl/util/packrect/package.html b/src/jogl/classes/com/sun/opengl/util/packrect/package.html index 7f2522244..c1c5db477 100755 --- a/src/jogl/classes/com/sun/opengl/util/packrect/package.html +++ b/src/jogl/classes/com/sun/opengl/util/packrect/package.html @@ -1,3 +1,4 @@ + This package implements a rectangle packing algorithm suitable for tracking the placement of multiple rectangles inside a larger one. It is useful for cases such as placing the contents of multiple windows @@ -5,3 +6,4 @@ on a larger backing store texture for a compositing window manager; placing multiple rasterized strings in a texture map for quick rendering to the screen; and many other situations where it is useful to carve up a larger texture into smaller pieces dynamically.

+ -- cgit v1.2.3