1
0
mirror of https://github.com/switchbrew/libnx.git synced 2025-07-28 04:42:14 +02:00

Updated applet/swkbd comments.

This commit is contained in:
yellows8 2018-12-24 20:13:09 -05:00
parent e03c23e126
commit 36a2404e4b
2 changed files with 2 additions and 1 deletions
nx/include/switch
applets
services

View File

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

View File

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