Clarified some information in a couple of source file headers

This commit is contained in:
Leon Styhre 2023-07-03 18:06:47 +02:00
parent 8d5f837e97
commit 20d732f8ed
4 changed files with 4 additions and 2 deletions

View file

@ -4,7 +4,7 @@
// ApplicationUpdater.cpp
//
// Checks for application updates.
// In the future updates will also be downloaded, and installed on some platforms.
// Used in conjunction with GuiApplicationUpdater.
//
#include "ApplicationUpdater.h"

View file

@ -4,7 +4,7 @@
// ApplicationUpdater.h
//
// Checks for application updates.
// In the future updates will also be downloaded, and installed on some platforms.
// Used in conjunction with GuiApplicationUpdater.
//
#ifndef ES_APP_APPLICATION_UPDATER_H

View file

@ -4,6 +4,7 @@
// GuiApplicationUpdater.cpp
//
// Installs application updates.
// Used in conjunction with ApplicationUpdater.
//
#include "GuiApplicationUpdater.h"

View file

@ -4,6 +4,7 @@
// GuiApplicationUpdater.h
//
// Installs application updates.
// Used in conjunction with ApplicationUpdater.
//
#ifndef ES_APP_GUIS_GUI_APPLICATION_UPDATER_H