docs: update file level doxygen blocks (#1258)

This commit is contained in:
ReenigneArcher 2023-05-07 18:12:39 -04:00 committed by GitHub
commit 4ca6dc6c8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
89 changed files with 415 additions and 102 deletions

View file

@ -1,5 +1,6 @@
/**
* @file system_tray.cpp
* @file src/system_tray.cpp
* @brief todo
*/
// macros
#if defined SUNSHINE_TRAY && SUNSHINE_TRAY >= 1
@ -230,7 +231,7 @@ namespace system_tray {
/**
* @brief Run the system tray with platform specific options.
* @note macOS requires that UI elements be created on the main thread, so the system tray is not implemented for macOS.
* @note macOS requires that UI elements be created on the main thread, so the system tray is not currently implemented for macOS.
*/
void
run_tray() {