diff options
author | Kamil Lipiszko <k.lipiszko@samsung.com> | 2016-07-14 15:28:59 +0200 |
---|---|---|
committer | Lukasz Stanislawski <l.stanislaws@samsung.com> | 2016-07-15 04:56:22 -0700 |
commit | e5c6e3619e73225859d45e474b41e2c9d686ab5c (patch) | |
tree | 688d1d16cdbe43c92599bf45d929fa570769f4a7 /inc/log.h | |
parent | e9694ad3a001832853d31cac5bf70fbce0551a43 (diff) | |
download | share-panel-e5c6e3619e73225859d45e474b41e2c9d686ab5c.tar.gz share-panel-e5c6e3619e73225859d45e474b41e2c9d686ab5c.tar.bz2 share-panel-e5c6e3619e73225859d45e474b41e2c9d686ab5c.zip |
enable Doxygensubmit/tizen/20160719.084810submit/tizen/20160719.064651
Change-Id: I8a52e9be491c587f9df049ca5e3b0294228c0c97
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__ */ |