edje example: change wrong comment, and remove warning message by adding ellipsis

Summary: Enhance edje color class example

Test Plan: build using the comment message

Reviewers: raster, cedric, jpeg

Reviewed By: jpeg

Subscribers: seoz

Differential Revision: https://phab.enlightenment.org/D3508
This commit is contained in:
Shinwoo Kim 2015-12-31 11:59:57 +09:00 committed by Jean-Philippe Andre
parent 26d0c5823f
commit a6da0315a8
2 changed files with 2 additions and 1 deletions

View File

@ -79,6 +79,7 @@ collections {
font: "arial";
size: 45;
min: 1 1;
ellipsis: -1;
}
}
}

View File

@ -5,7 +5,7 @@
* buffer one). See stdout/stderr for output.
*
* @verbatim
* edje_cc color-class.edc && gcc -o edje-table edje-color-class.c `pkg-config --libs --cflags evas ecore ecore-evas edje`
* edje_cc color-class.edc && gcc -o edje-color-class edje-color-class.c `pkg-config --libs --cflags eina evas ecore ecore-evas edje`
* @endverbatim
*/