Added comments to all class headers. Comments to individual methods will
be added as needed.
This commit is contained in:
parent
b4e4decc2e
commit
37b29c8d33
24 changed files with 157 additions and 18 deletions
|
@ -22,6 +22,10 @@ package org.thdl.tib.scanner;
|
|||
|
||||
import org.thdl.tib.text.TibetanHTML;
|
||||
|
||||
/** Tibetan word with its corresponding definitions.
|
||||
|
||||
@author Andrés Montano Pellegrini
|
||||
*/
|
||||
public class Word extends Token
|
||||
{
|
||||
/** Used to rebuild the text the user entered. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue