From e55dfd69c7be0526d0412ecc99cd5be7fce54bd8 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Fri, 1 Mar 2019 23:04:28 -0500 Subject: [PATCH] Mention capssu.h in the webConfigSetApplicationAlbumEntry docs. --- nx/include/switch/applets/web.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/applets/web.h b/nx/include/switch/applets/web.h index 72a724f2..a7570081 100644 --- a/nx/include/switch/applets/web.h +++ b/nx/include/switch/applets/web.h @@ -352,7 +352,7 @@ Result webConfigSetLobbyParameter(WebCommonConfig* config, const char* str); * @brief Sets the Share CapsApplicationAlbumEntry. * @note Only available with config created by \ref webShareCreate on [3.0.0+]. * @param config WebCommonConfig object. - * @param entry \ref CapsApplicationAlbumEntry + * @param entry \ref CapsApplicationAlbumEntry, see also capssu.h. */ Result webConfigSetApplicationAlbumEntry(WebCommonConfig* config, CapsApplicationAlbumEntry *entry);