diff --git a/src/singletons/Updates.hpp b/src/singletons/Updates.hpp index 9711a0ca7..8a063f345 100644 --- a/src/singletons/Updates.hpp +++ b/src/singletons/Updates.hpp @@ -7,6 +7,10 @@ namespace chatterino { class Paths; +/** + * To check for updates, use the `checkForUpdates` method. + * The class by itself does not start any automatic updates. + */ class Updates { const Paths &paths;