DoxyGen support.
[lms] / lightmediascanner / src / lib / lightmediascanner_charset_conv.h
index 14a8fed..db47667 100644 (file)
 #ifdef __cplusplus
 extern "C" {
 #endif
+/**
+ * @defgroup LMS_CHARSET Charset Conversion
+ *
+ * Utilities to convert strings to UTF-8, the charset used in database.
+ * @{
+ */
 
     typedef struct lms_charset_conv lms_charset_conv_t;
 
@@ -73,6 +79,9 @@ extern "C" {
     API int lms_charset_conv(lms_charset_conv_t *lcc, char **p_str, unsigned int *p_len) GNUC_NON_NULL(1, 2, 3);
     API int lms_charset_conv_check(lms_charset_conv_t *lcc, const char *str, unsigned int len) GNUC_NON_NULL(1, 2);
 
+/**
+ * @}
+ */
 #ifdef __cplusplus
 }
 #endif