summaryrefslogtreecommitdiffstats
path: root/doc/manual
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-03-29 04:51:49 +0200
committerSven Gothel <[email protected]>2010-03-29 04:51:49 +0200
commit69fe372b874d913e2d1c27f1d103e1fced668ecf (patch)
treecf402337903ba3d02bbab628f2f82a23908a5f11 /doc/manual
parent2138fc787c1e497be7f373aa68b3f751c955008f (diff)
parent2d76c16b9384d383d3e6a9d7cb727f2591a39228 (diff)
Resolved conflicts
Diffstat (limited to 'doc/manual')
-rwxr-xr-xdoc/manual/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/index.html b/doc/manual/index.html
index 8fe51c0..6ac46ac 100755
--- a/doc/manual/index.html
+++ b/doc/manual/index.html
@@ -987,7 +987,7 @@ C APIs have corresponding Java classes emitted.
<dd>Syntax: <code>GlueGenRuntimePackage [package name, like com.jogamp.gluegen.runtime]</code> <br>
(optional) Changes the package in which the generated glue code
-expects to find its run-time helper classes (like BufferFactory, CPU,
+expects to find its run-time helper classes (like Buffers, CPU,
StructAccessor). Defaults to <CODE>com.jogamp.gluegen.runtime</CODE> (no
quotes). This is useful if you want to bundle the runtime classes in
your application without the possibility of interfering with other