summaryrefslogtreecommitdiff
path: root/inc/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/log.h')
-rw-r--r--inc/log.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/inc/log.h b/inc/log.h
index b290715..4603d11 100644
--- a/inc/log.h
+++ b/inc/log.h
@@ -19,6 +19,11 @@
#include <dlog.h>
+/**
+ * @addtogroup Utils
+ * @{
+ */
+
#define OK (0)
#define FAIL (-1)
@@ -96,4 +101,8 @@
} \
}
+/**
+ * @}
+ */
+
#endif /* __TIZEN_SHARE_PANEL_LOG_H__ */