Use @ for doxygen commands ()

This commit is contained in:
Patrick Ziegler 2022-02-20 21:40:48 +01:00 committed by GitHub
parent ce93188a4a
commit 62da14e30d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 99 additions and 99 deletions
src/components

View file

@ -288,7 +288,7 @@ void controller::read_events(bool confwatch) {
* Tries to match the given command to a legacy action string and sends the
* appropriate new action (and data) to the right module if possible.
*
* \returns true iff the given command matches a legacy action string and was
* @returns true iff the given command matches a legacy action string and was
* successfully forwarded to a module
*/
bool controller::try_forward_legacy_action(const string& cmd) {