mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
docs: update file level doxygen blocks (#1258)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user