Fixed javadoc comments.

This commit is contained in:
dchandler 2004-06-06 21:39:45 +00:00
parent df262aa148
commit 1db0ec7bb5

View file

@ -35,8 +35,10 @@ import java.util.ArrayList;
* Unicode, or to Tibetan Machine (TM). It also converts to TMW from * Unicode, or to Tibetan Machine (TM). It also converts to TMW from
* TM or ACIP. Some conversions use RTF (rich text format); some use * TM or ACIP. Some conversions use RTF (rich text format); some use
* text. Invoke it with no parameters for usage information. Full * text. Invoke it with no parameters for usage information. Full
* documentation is available at {@link * documentation is available at the website listed below.
* http://thdltools.sourceforge.net/TMW_RTF_TO_THDL_WYLIE.html}. *
* @see <a href="http://thdltools.sourceforge.net/TMW_RTF_TO_THDL_WYLIE.html">End-user documentation</a>
*
* @author David Chandler */ * @author David Chandler */
public class TibetanConverter implements FontConverterConstants { public class TibetanConverter implements FontConverterConstants {
private static final boolean debug = false; private static final boolean debug = false;