diff options
Diffstat (limited to 'inc/log.h')
-rw-r--r-- | inc/log.h | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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__ */ |