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
|
@ -16,12 +16,14 @@ Pellegrini. All Rights Reserved.
|
|||
Contributor(s): ______________________________________.
|
||||
*/
|
||||
|
||||
package org.thdl.tib.scanner;
|
||||
|
||||
/** Stores the multiple definitions (corresponding to
|
||||
various dictionaries) for a single Tibetan word.
|
||||
|
||||
|
||||
@see Word
|
||||
@author Andrés Montano Pellegrini
|
||||
*/
|
||||
package org.thdl.tib.scanner;
|
||||
|
||||
public class Definitions
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue