evas: add documentation about EVAS_MAJOR/MINOR_VERSION.

This commit is contained in:
Nicolas Aguirre 2014-10-20 10:40:21 +02:00 committed by Cedric BAIL
parent a10d8585c9
commit 57f0a18982
1 changed files with 9 additions and 0 deletions

View File

@ -2,7 +2,16 @@
# error You shall not include this header directly
#endif
/**
* @def EVAS_VERSION_MAJOR
* The major number of evas version
*/
#define EVAS_VERSION_MAJOR EFL_VERSION_MAJOR
/**
* @def EVAS_VERSION_MINOR
* The minor number of eet version
*/
#define EVAS_VERSION_MINOR EFL_VERSION_MINOR
/**