Some jDoc fixes
[fanfix.git] / src / be / nikiroo / fanfix / VersionCheck.java
index 3f63bf5e8819621eabe3c4ebb9e0a022647d8778..be7fb919cb376f939457a989298deffd626af17e 100644 (file)
@@ -12,6 +12,12 @@ import java.util.Map;
 
 import be.nikiroo.utils.Version;
 
+/**
+ * Version checker: can check the current version of the program against a
+ * remote changelog, and list the missed updates and their description.
+ * 
+ * @author niki
+ */
 public class VersionCheck {
        private static final String url = "https://github.com/nikiroo/fanfix/raw/master/changelog.md";