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-04-13 15:37:31 -07:00
parent e8ac63d159
commit e0a8d931fc
10 changed files with 115 additions and 2 deletions
+2
View File
@@ -29,6 +29,8 @@
#define OS_SUPPORTS_UPDATER
#endif
// Refer to docs/autoupdate_overview.md for a detailed overview of the autoupdate process
namespace
{
bool s_update_triggered = false;