summaryrefslogtreecommitdiff
path: root/inc/log.h
diff options
context:
space:
mode:
authorKamil Lipiszko <k.lipiszko@samsung.com>2016-07-14 15:28:59 +0200
committerLukasz Stanislawski <l.stanislaws@samsung.com>2016-07-15 04:56:22 -0700
commite5c6e3619e73225859d45e474b41e2c9d686ab5c (patch)
tree688d1d16cdbe43c92599bf45d929fa570769f4a7 /inc/log.h
parente9694ad3a001832853d31cac5bf70fbce0551a43 (diff)
downloadshare-panel-e5c6e3619e73225859d45e474b41e2c9d686ab5c.tar.gz
share-panel-e5c6e3619e73225859d45e474b41e2c9d686ab5c.tar.bz2
share-panel-e5c6e3619e73225859d45e474b41e2c9d686ab5c.zip
Change-Id: I8a52e9be491c587f9df049ca5e3b0294228c0c97
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__ */