mirror of
https://github.com/polybar/polybar.git
synced 2025-04-14 17:33:17 -04:00
refactor(controller): Use \brief instead of @brief for comment.
This commit is contained in:
parent
67835c9fb2
commit
d8687e2a3a
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ class controller : public signal_receiver<SIGN_PRIORITY_CONTROLLER, signals::eve
|
|||
vector<std::thread> m_threads;
|
||||
|
||||
/**
|
||||
* @brief Loaded plugins
|
||||
* \brief Loaded plugins
|
||||
*/
|
||||
std::list<plugin_handle> m_plugins;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue