javadoc fixes

This commit is contained in:
Elias Naur 2008-01-21 22:03:45 +00:00
parent 40fca39591
commit 6d9ce94068
2 changed files with 2 additions and 3 deletions

View File

@ -315,7 +315,7 @@ public class LWJGLUtil {
/**
* Locates the paths required by a library.
*
* @param libName Local Library Name to search the classloader with ("openal").
* @param libname Local Library Name to search the classloader with ("openal").
* @param platform_lib_name The native library name ("libopenal.so")
* @param classloader The classloader to ask for library paths
* @return Paths to located libraries, if any
@ -327,7 +327,7 @@ public class LWJGLUtil {
/**
* Locates the paths required by a library.
*
* @param libName Local Library Name to search the classloader with ("openal").
* @param libname Local Library Name to search the classloader with ("openal").
* @param platform_lib_names The list of possible library names ("libopenal.so")
* @param classloader The classloader to ask for library paths
* @return Paths to located libraries, if any

View File

@ -318,7 +318,6 @@ public final class ALC10 {
* The application can query for, and obtain an handle to, the device of a given context.
*
* @param context address of context to get device for
* @param ALCdevice associated with context
*/
public static ALCdevice alcGetContextsDevice(ALCcontext context) {
ALCdevice device = null;