Document what webConfigSetUserAgentAdditionalString is used for.

This commit is contained in:
yellows8 2019-02-28 16:50:45 -05:00
parent 344d87a3e4
commit b58bc0a5dc

View File

@ -287,7 +287,7 @@ Result webConfigSetShopJump(WebCommonConfig* config, bool flag);
Result webConfigSetLobbyParameter(WebCommonConfig* config, const char* str); Result webConfigSetLobbyParameter(WebCommonConfig* config, const char* str);
/** /**
* @brief Sets the UserAgentAdditionalString. * @brief Sets the UserAgentAdditionalString. " " followed by this string are appended to the normal User-Agent string.
* @note Only available with config created by \ref webPageCreate on [4.0.0+]. * @note Only available with config created by \ref webPageCreate on [4.0.0+].
* @param config WebCommonConfig object. * @param config WebCommonConfig object.
* @param str String * @param str String