summaryrefslogtreecommitdiff
path: root/include/badge_error.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/badge_error.h')
-rwxr-xr-x[-rw-r--r--]include/badge_error.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/include/badge_error.h b/include/badge_error.h
index 405933a..89d1abb 100644..100755
--- a/include/badge_error.h
+++ b/include/badge_error.h
@@ -29,9 +29,8 @@ extern "C" {
#endif
/**
- * @ingroup BADGE_LIBRARY
- * @defgroup BADGE_TYPE badge type
- * @brief Badge type
+ * @file badge_error.h
+ * @brief This file contains the badge APIs
*/
/**
@@ -55,6 +54,10 @@ typedef enum _badge_error_e {
BADGE_ERROR_SERVICE_NOT_READY = -9, /**< Error service not ready */
} badge_error_e;
+/**
+ * @}
+ */
+
#ifdef __cplusplus
}
#endif