1.1 --- a/java/dictionary-generator/src/cz/frantovo/telco/dictionary/SynonymsEntry.java Mon Aug 19 19:58:00 2013 +0200
1.2 +++ b/java/dictionary-generator/src/cz/frantovo/telco/dictionary/SynonymsEntry.java Mon Aug 19 20:53:04 2013 +0200
1.3 @@ -23,7 +23,9 @@
1.4 import java.util.Objects;
1.5
1.6 /**
1.7 - *
1.8 + * Represents one item in StarDict synonyms file (.syn)
1.9 + * links the synonym term (string) to the position of the base term in index file
1.10 + *
1.11 * @author Ing. František Kučera (frantovo.cz)
1.12 */
1.13 public class SynonymsEntry implements Comparable<SynonymsEntry> {