Fixed some Javadoc comments in preparation for putting up new Javadocs
on http://thdltools.sf.net/.
This commit is contained in:
parent
fd1b4dd468
commit
1ecbfe6a7c
3 changed files with 4 additions and 6 deletions
|
@ -56,8 +56,7 @@ public class DuffPane extends JTextPane implements KeyListener, FocusListener {
|
|||
* added to charList if they constitute a valid Wylie character. charList
|
||||
* is added to in this manner until the user types punctuation, a vowel,
|
||||
* or some action or function key. Later, when glyphs are printed to the
|
||||
* screen, the {@link #newGlyphList glyphList}) is computed on the basis
|
||||
* of charList.
|
||||
* screen, the {@link #newGlyphList} is computed on the basis of charList.
|
||||
*/
|
||||
private java.util.ArrayList charList;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue