Fixes for javadoc tool.
This commit is contained in:
parent
adcf9de952
commit
de3a19761e
2 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ class TPairListFactory {
|
|||
throw new IllegalArgumentException("Input too large[2]: " + acip);
|
||||
}
|
||||
}
|
||||
/** Helps {@link breakACIPIntoChunks(String)}.
|
||||
/** Helps {@link #breakACIPIntoChunks(String,boolean)}.
|
||||
* @param tickIsVowel true if and only if you want to treat the
|
||||
* ACIP {'} as an U+0F71 vowel instead of the full-sized
|
||||
* consonant in special, "this might be an appendage like 'AM or
|
||||
|
|
|
@ -142,7 +142,7 @@ public class TString {
|
|||
|
||||
/** Creates a new TString with source text <i>text</i>, encoded
|
||||
* using the Roman transliteration system specified by
|
||||
* <i>encoding</i> (see {@link getEncoding()}) and type
|
||||
* <i>encoding</i> (see {@link #getEncoding()}) and type
|
||||
* <i>type</i> being a characterization like {@link #DD}. */
|
||||
public TString(String encoding, String text, int type) {
|
||||
this.encoding = encoding;
|
||||
|
|
Loading…
Reference in a new issue