summaryrefslogtreecommitdiff
path: root/include/usbg
diff options
context:
space:
mode:
authortaeyoung <ty317.kim@samsung.com>2016-09-23 22:06:13 +0900
committertaeyoung <ty317.kim@samsung.com>2016-09-23 22:13:44 +0900
commit4c454aa061713b307ea36e07dbef95ee0a069e14 (patch)
tree5a904301c2aea70ee864d0ec2f779e3b173ec7dd /include/usbg
parentf28463f3d87d0cbcf9a66647f455283c0d045a69 (diff)
parent175e5d7fcc47a6f7f480265edfff89e4ea1c6442 (diff)
downloadlibusbg-accepted/tizen_wearable.tar.gz
libusbg-accepted/tizen_wearable.tar.bz2
libusbg-accepted/tizen_wearable.zip
Change-Id: I4965ba341147d86880fb2aac49b196290f1465ec Signed-off-by: taeyoung <ty317.kim@samsung.com>
Diffstat (limited to 'include/usbg')
-rw-r--r--include/usbg/usbg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/usbg/usbg.h b/include/usbg/usbg.h
index 374101e..bcf221d 100644
--- a/include/usbg/usbg.h
+++ b/include/usbg/usbg.h
@@ -35,7 +35,7 @@ extern "C" {
*/
/**
- * @addtogroup libusbg
+ * @addtogroup libusbgx
* Public API for USB gadget-configfs library
* @{
*/
@@ -354,7 +354,7 @@ extern const char *usbg_strerror(usbg_error e);
/* Library init and cleanup */
/**
- * @brief Initialize the libusbg library state
+ * @brief Initialize the libusbgx library state
* @param configfs_path Path to the mounted configfs filesystem
* @param state Pointer to be filled with pointer to usbg_state
* @return 0 on success, usbg_error on error
@@ -362,7 +362,7 @@ extern const char *usbg_strerror(usbg_error e);
extern int usbg_init(const char *configfs_path, usbg_state **state);
/**
- * @brief Clean up the libusbg library state
+ * @brief Clean up the libusbgx library state
* @param s Pointer to state
*/
extern void usbg_cleanup(usbg_state *s);