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
|
/** An ordered pair consisting of a Tibetan grapheme cluster's (see
|
||||||
org.thdl.tib.text.tshegbar#UnicodeGraphemeCluster see
|
{@link org.thdl.tib.text.tshegbar.UnicodeGraphemeCluster} for a
|
||||||
UnicodeGraphemeCluster for a definition of the term}
|
definition of the term}) classification and its
|
||||||
classification and its context-insensitive THDL Extended Wylie
|
context-insensitive THDL Extended Wylie representation. */
|
||||||
representation. */
|
|
||||||
class TGCPair {
|
class TGCPair {
|
||||||
static final int OTHER = 1;
|
static final int OTHER = 1;
|
||||||
// a standalone achen would fall into this category:
|
// a standalone achen would fall into this category:
|
||||||
|
|
Loading…
Reference in a new issue