Update comment of view_create 67/56767/1
authorSung-jae Park <nicesj.park@samsung.com>
Tue, 12 Jan 2016 11:50:00 +0000 (20:50 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Tue, 12 Jan 2016 11:50:00 +0000 (20:50 +0900)
Change-Id: I361dd93342d14b8a235cbaa641e6539a35f1e949

rule/project/src/view.c
rule/project/src/view.c.tccr

index 4cf2189..53a79b9 100644 (file)
@@ -15,8 +15,8 @@
  */
 
 /*
- * @brief: Make a essential object for the this app, like window, conformant and layout
- * @param[ad]: The object has informations for managing this app
+ * @brief: Create Essential Object window, conformant and layout
+ * @param[ad]: Structure has some important information for managing this application
  */
 void view_create(appdata_s *ad)
 {
index 014e77e..5e03cc8 100644 (file)
@@ -15,8 +15,8 @@
 |R|  */
 
 |R| /*
-|R|  * @brief: Make a essential object for the this app, like window, conformant and layout
-|R|  * @param[ad]: The object has informations for managing this app
+|R|  * @brief: Create Essential Object window, conformant and layout
+|R|  * @param[ad]: Structure has some important information for managing this application
 |R|  */
 |R| void view_create(appdata_s *ad)
 |R| {