Updater: Add code documentation Markdown file

Add docs/autoupdate_overview.md which gives an overview of the update
process, and comments pointing to it in autoupdate related files.
This commit is contained in:
Dentomologist
2021-03-12 17:10:53 -08:00
parent e8ac63d159
commit e0a8d931fc
10 changed files with 115 additions and 2 deletions

View File

@ -6,6 +6,8 @@
#include <string>
// Refer to docs/autoupdate_overview.md for a detailed overview of the autoupdate process
// This class defines all the logic for Dolphin auto-update checking. UI-specific elements have to
// be defined in a backend specific subclass.
class AutoUpdateChecker