From 36a2404e4ba1acc30ac381359fdd492ba17f44bb Mon Sep 17 00:00:00 2001 From: yellows8 Date: Mon, 24 Dec 2018 20:13:09 -0500 Subject: [PATCH] Updated applet/swkbd comments. --- nx/include/switch/applets/swkbd.h | 2 +- nx/include/switch/services/applet.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/nx/include/switch/applets/swkbd.h b/nx/include/switch/applets/swkbd.h index c8c36a26..64bc4bca 100644 --- a/nx/include/switch/applets/swkbd.h +++ b/nx/include/switch/applets/swkbd.h @@ -1,6 +1,6 @@ /** * @file swkbd.h - * @brief Wrapper for using the swkbd LibraryApplet. + * @brief Wrapper for using the swkbd (software keyboard) LibraryApplet. * @author yellows8 * @copyright libnx Authors */ diff --git a/nx/include/switch/services/applet.h b/nx/include/switch/services/applet.h index 3f68d01a..e79cf4b7 100644 --- a/nx/include/switch/services/applet.h +++ b/nx/include/switch/services/applet.h @@ -1,6 +1,7 @@ /** * @file applet.h * @brief Applet (applet) service IPC wrapper. + * @note For wrappers which launch LibraryApplets etc, see switch/applets/. * @author yellows8 * @copyright libnx Authors */