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 */