From 115726edf843b78e56deadc3a49a968688f4ab4a Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 19 Feb 2019 04:41:24 +0100 Subject: [PATCH] Escaped @ in doxygen documentation. --- src/easy/entities/account.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/easy/entities/account.hpp b/src/easy/entities/account.hpp index d9537d5..7a32339 100644 --- a/src/easy/entities/account.hpp +++ b/src/easy/entities/account.hpp @@ -356,7 +356,7 @@ namespace Mastodon const string url() const; /*! - * @brief Returns username (without @hostname) + * @brief Returns username (without \@hostname) * * @since before 0.11.0 */