cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=57f0a18982258368dc61203245f1f87952833326
commit 57f0a18982258368dc61203245f1f87952833326 Author: Nicolas Aguirre <[email protected]> Date: Mon Oct 20 10:40:21 2014 +0200 evas: add documentation about EVAS_MAJOR/MINOR_VERSION. --- src/lib/evas/Evas_Common.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/lib/evas/Evas_Common.h b/src/lib/evas/Evas_Common.h index 10313fb..e3cdc94 100644 --- a/src/lib/evas/Evas_Common.h +++ b/src/lib/evas/Evas_Common.h @@ -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 /** --
