1
0
Fork 0
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:
Chase Geigle 2018-09-20 15:21:31 -05:00
parent 67835c9fb2
commit d8687e2a3a
No known key found for this signature in database
GPG key ID: 1020EF3A7626F7DC

View file

@ -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;
};