Update doxygen
authorSung-jae Park <nicesj.park@samsung.com>
Wed, 1 Oct 2014 11:36:21 +0000 (20:36 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Wed, 1 Oct 2014 11:36:21 +0000 (20:36 +0900)
[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Ic75510fd0c50d80c501ec28cc339a720b6c66a0e

include/dynamicbox.h

index cdcc702..c68f0ce 100644 (file)
@@ -16,8 +16,8 @@
 
 #include <dynamicbox_service.h>
 
-#ifndef __DYNAMICBOX_H
-#define __DYNAMICBOX_H
+#ifndef __DYNAMICBOX_VIEWER_H
+#define __DYNAMICBOX_VIEWER_H
 
 #ifdef __cplusplus
 extern "C" {
@@ -1169,7 +1169,7 @@ extern int dynamicbox_emit_text_signal(dynamicbox_h handler, const char *emissio
  * @return int
  * @retval #DBOX_STATUS_ERROR_NONE Successfully registered
  * @retval #DBOX_STATUS_ERROR_INVALID_PARAMETER Invalid argument
- * @see dynamicbox_get_data()
+ * @see dynamicbox_data()
  */
 extern int dynamicbox_set_data(dynamicbox_h handler, void *data);
 
@@ -1548,4 +1548,4 @@ extern int dynamicbox_damage_region_get(dynamicbox_h handler, int gbar, const dy
 }
 #endif
 
-#endif
+#endif // __DYNAMICBOX_VIEWER_H