Escape API in documentation where necessary.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2020-01-04 12:22:43 +01:00
parent c9009e1de0
commit dd1ee45c15
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@
*/
/*!
* @brief C++ wrapper for the Mastodon API.
* @brief C++ wrapper for the Mastodon %API.
*
* All text input is expected to be UTF-8.
*

View File

@ -29,7 +29,7 @@ namespace mastodonpp
using std::string;
/*!
* @brief Used to make a request to the Mastodon API.
* @brief Used to make a request to the Mastodon %API.
*
* @since 0.1.0
*