applied patch to move ID tag

This commit is contained in:
Brian Matzon 2006-03-23 19:32:21 +00:00
parent 0c539252b4
commit 8a3bee6b1c
244 changed files with 246 additions and 251 deletions

View file

@ -38,12 +38,12 @@ import org.lwjgl.LWJGLUtil;
import org.lwjgl.Sys;
/**
* $Id$
* <br>
* This is the OpenAL class. It extends the latest core.
*
* @author Brian Matzon <brian@matzon.dk>
* @version $Revision$
* $Id$
*/
public final class AL {
/** ALCdevice instance. */

View file

@ -39,7 +39,6 @@ import org.lwjgl.LWJGLException;
import org.lwjgl.Sys;
/**
* $Id$
*
* <p>
* This is the context class for OpenAL. This class implements functions
@ -66,6 +65,7 @@ import org.lwjgl.Sys;
*
* @author Brian Matzon <brian@matzon.dk>
* @version $Revision$
* $Id$
*/
public final class ALC {
/** Bad value */

View file

@ -36,12 +36,12 @@ import java.nio.IntBuffer;
import org.lwjgl.BufferUtils;
/**
* $Id$
* <br>
* Wrapper class, to make ALC contexts behave like the orginal api.
*
* @author Brian Matzon <brian@matzon.dk>
* @version $Revision$
* $Id$
*/
final class ALCcontext {

View file

@ -32,12 +32,12 @@
package org.lwjgl.openal;
/**
* $Id$
* <br>
* Wrapper class, to make ALC devices behave like the orginal api.
*
* @author Brian Matzon <brian@matzon.dk>
* @version $Revision$
* $Id$
*/
final class ALCdevice {

View file

@ -32,13 +32,13 @@
package org.lwjgl.openal;
/**
* $Id$
* <br>
* Thrown by the debug build library of the LWJGL if any OpenAL operation
* causes an error.
*
* @author Brian Matzon <brian@matzon.dk>
* @version $Revision$
* $Id$
*/
public class OpenALException extends RuntimeException {