The <code> tag in the following comment causes all following text in that
class page (and corresponding 'S' index page) to be <code> font.
/java/jdk/ws/docs-1.3/src/share/classes/javax/sound/sampled/LineEvent.java
/**
* A type of event that is sent when a line begins to engage in active
* input or output of audio data in response to a
* <code>{@link DataLine#start start} request.
* @see #STOP
* @see DataLine#start
*/
public static final Type START = new Type("Start");
The problem index page is:
http://webwork.eng/j2se/1.3/docs/api/index-files/index-19.html
This problem occurs in both Merlin and 1.3
-Doug
> | >
class page (and corresponding 'S' index page) to be <code> font.
/java/jdk/ws/docs-1.3/src/share/classes/javax/sound/sampled/LineEvent.java
/**
* A type of event that is sent when a line begins to engage in active
* input or output of audio data in response to a
* <code>{@link DataLine#start start} request.
* @see #STOP
* @see DataLine#start
*/
public static final Type START = new Type("Start");
The problem index page is:
http://webwork.eng/j2se/1.3/docs/api/index-files/index-19.html
This problem occurs in both Merlin and 1.3
-Doug
> | >