docs: update file level doxygen blocks (#1258)

This commit is contained in:
ReenigneArcher
2023-05-07 18:12:39 -04:00
committed by GitHub
parent 07808de447
commit 4ca6dc6c8e
89 changed files with 415 additions and 102 deletions

View File

@@ -1,5 +1,6 @@
/**
* @file system_tray.h
* @file src/system_tray.h
* @brief todo
*/
#pragma once
@@ -7,8 +8,6 @@
// system_tray namespace
namespace system_tray {
void
open_url(const std::string &url);
void
tray_open_ui_cb(struct tray_menu *item);
void