diff -r 84c0cb159163 -r b8dc8a6f82cf java/dictionary-generator/src/cz/frantovo/telco/dictionary/SynonymsEntry.java --- a/java/dictionary-generator/src/cz/frantovo/telco/dictionary/SynonymsEntry.java Mon Aug 19 19:58:00 2013 +0200 +++ b/java/dictionary-generator/src/cz/frantovo/telco/dictionary/SynonymsEntry.java Mon Aug 19 20:53:04 2013 +0200 @@ -23,7 +23,9 @@ import java.util.Objects; /** - * + * Represents one item in StarDict synonyms file (.syn) + * links the synonym term (string) to the position of the base term in index file + * * @author Ing. František Kučera (frantovo.cz) */ public class SynonymsEntry implements Comparable {