diff options
| author | Dentomologist <dentomologist@gmail.com> | 2021-03-12 17:10:53 -0800 |
|---|---|---|
| committer | Dentomologist <dentomologist@gmail.com> | 2021-04-13 15:37:31 -0700 |
| commit | e0a8d931fc12604ec72d7dc0169c1040eebc6546 (patch) | |
| tree | 344658d4571075806091f4a59666fffcf0eb01dd /Source/Core/WinUpdater | |
| parent | e8ac63d159d905d0765e29534233943a381ca8db (diff) | |
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.
Diffstat (limited to 'Source/Core/WinUpdater')
| -rw-r--r-- | Source/Core/WinUpdater/Main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/WinUpdater/Main.cpp b/Source/Core/WinUpdater/Main.cpp index 567486f00a..910a4cfd10 100644 --- a/Source/Core/WinUpdater/Main.cpp +++ b/Source/Core/WinUpdater/Main.cpp @@ -16,6 +16,8 @@ #include "UpdaterCommon/UI.h" #include "UpdaterCommon/UpdaterCommon.h" +// Refer to docs/autoupdate_overview.md for a detailed overview of the autoupdate process + int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PWSTR pCmdLine, int nCmdShow) { if (lstrlenW(pCmdLine) == 0) |
