Mention capssu.h in the webConfigSetApplicationAlbumEntry docs.

This commit is contained in:
yellows8 2019-03-01 23:04:28 -05:00
parent bc7b178036
commit e55dfd69c7

View File

@ -352,7 +352,7 @@ Result webConfigSetLobbyParameter(WebCommonConfig* config, const char* str);
* @brief Sets the Share CapsApplicationAlbumEntry. * @brief Sets the Share CapsApplicationAlbumEntry.
* @note Only available with config created by \ref webShareCreate on [3.0.0+]. * @note Only available with config created by \ref webShareCreate on [3.0.0+].
* @param config WebCommonConfig object. * @param config WebCommonConfig object.
* @param entry \ref CapsApplicationAlbumEntry * @param entry \ref CapsApplicationAlbumEntry, see also capssu.h.
*/ */
Result webConfigSetApplicationAlbumEntry(WebCommonConfig* config, CapsApplicationAlbumEntry *entry); Result webConfigSetApplicationAlbumEntry(WebCommonConfig* config, CapsApplicationAlbumEntry *entry);