Escape keyword “API” in documentation.

This commit is contained in:
tastytea 2020-01-09 15:16:04 +01:00
parent 447fc05dbe
commit 913130b57d
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ enum class http_method
};
/*!
* @brief std::map of parameters for API calls.
* @brief std::map of parameters for %API calls.
*
* Example:
* @code