stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=88d43059e7976ec1d42acefe78ce58bf2ab57877
commit 88d43059e7976ec1d42acefe78ce58bf2ab57877 Author: Stefan Schmidt <[email protected]> Date: Fri Sep 19 15:25:25 2014 +0200 docs: Add eolian and eina c++ pages to main docs page Make sure these are marked as BETA as we don't guarantee API for these just now. --- doc/main.dox | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/main.dox b/doc/main.dox index 67a1f80..1c2b20b 100644 --- a/doc/main.dox +++ b/doc/main.dox @@ -22,6 +22,8 @@ * @li @ref ethumb_main to generate thumbnail images of files. * @li @ref evas_main drawing canvas. * @li @ref evil_main microsoft windows portability layer. + * @li @ref eolian_main an EO file parser and code generator. + * @li @ref eina_cxx_main Eina C++ bindings. * */ --
