diff options
author | Sven Gothel <[email protected]> | 2010-11-15 13:25:18 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-15 13:25:18 +0100 |
commit | a8ab404afc50630329220f4049e1d11d284e0a82 (patch) | |
tree | fef7beec11fe831839d1bd78b4b165a453ee6380 /src/java/com/jogamp/common/os/DynamicLookupHelper.java | |
parent | ffb589a35abf34f313312617e065b444c5f705b3 (diff) |
Fix API doc
Diffstat (limited to 'src/java/com/jogamp/common/os/DynamicLookupHelper.java')
-rwxr-xr-x | src/java/com/jogamp/common/os/DynamicLookupHelper.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/java/com/jogamp/common/os/DynamicLookupHelper.java b/src/java/com/jogamp/common/os/DynamicLookupHelper.java index 5da2b67..9c343d5 100755 --- a/src/java/com/jogamp/common/os/DynamicLookupHelper.java +++ b/src/java/com/jogamp/common/os/DynamicLookupHelper.java @@ -39,11 +39,11 @@ package com.jogamp.common.os; -/** Interface callers may use to use the ProcAddressHelper's {@link ProcAddressTable#reset reset} - helper method to install function pointers into a - ProcAddressTable. This must typically be written with native - code. */ - +/** Interface callers may use ProcAddressHelper's + * {@link com.jogamp.gluegen.runtime.ProcAddressTable#reset(com.jogamp.common.os.DynamicLookupHelper) reset} + * helper method to install function pointers into a + * ProcAddressTable. This must typically be written with native + * code. */ public interface DynamicLookupHelper { /** * Try to fetch the function pointer for function 'funcName'. |