Fixed Javadocs.
This commit is contained in:
parent
0a1bc0d30b
commit
6c286573ba
3 changed files with 14 additions and 9 deletions
|
@ -1600,7 +1600,7 @@ public void paste(int offset) {
|
|||
* corresponding to one of these glyphs, then noSuchWylie[0] will be
|
||||
* set to true
|
||||
* @return the string of Wylie corresponding to the associated document
|
||||
* @see org.thdl.tib.text.TibetanDocument#getWylie() */
|
||||
* @see org.thdl.tib.text.TibetanDocument#getWylie(boolean[]) */
|
||||
public String getWylie(boolean noSuchWylie[]) {
|
||||
return getTibDoc().getWylie(noSuchWylie);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue