evas: correct evas_vg_simple header description.

This commit is contained in:
Cedric BAIL 2015-04-03 16:33:32 +02:00
parent d02bb67da0
commit 05014235a3
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
/** /**
* Simple Evas example illustrating a custom Evas box object * Simple Evas example illustrating a Evas_VG basic node usage.
* *
* You'll need at least one engine built for it (excluding the buffer * You'll need at least one engine built for it (excluding the buffer
* one). See stdout/stderr for output. * one). See stdout/stderr for output.
* *
* @verbatim * @verbatim
* gcc -o evas-box evas-box.c `pkg-config --libs --cflags evas ecore ecore-evas eina ector eo efl` * gcc -o evas_vg_simple evas-vg-simple.c `pkg-config --libs --cflags evas ecore ecore-evas eina ector eo efl`
* @endverbatim * @endverbatim
*/ */