Fixed javadocs.
This commit is contained in:
parent
85176cd9f3
commit
3b6eaa792e
1 changed files with 4 additions and 5 deletions
|
@ -1436,11 +1436,10 @@ public class TibTextUtils implements THDLWylieConstants {
|
|||
}
|
||||
}
|
||||
|
||||
/** An ordered pair consisting of a Tibetan grapheme cluster's {@link
|
||||
org.thdl.tib.text.tshegbar#UnicodeGraphemeCluster see
|
||||
UnicodeGraphemeCluster for a definition of the term}
|
||||
classification and its context-insensitive THDL Extended Wylie
|
||||
representation. */
|
||||
/** An ordered pair consisting of a Tibetan grapheme cluster's (see
|
||||
{@link org.thdl.tib.text.tshegbar.UnicodeGraphemeCluster} for a
|
||||
definition of the term}) classification and its
|
||||
context-insensitive THDL Extended Wylie representation. */
|
||||
class TGCPair {
|
||||
static final int OTHER = 1;
|
||||
// a standalone achen would fall into this category:
|
||||
|
|
Loading…
Reference in a new issue