stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=55e865dd82a97ae582574fea9db0c028174498e3
commit 55e865dd82a97ae582574fea9db0c028174498e3 Author: Stefan Schmidt <[email protected]> Date: Mon Oct 7 10:55:02 2019 +0200 evil: make it clear in the docs that this library is private to efl Since the 1.23 release we are stricter with the use of evil. It is supposed to be used inside efl only and not exposed as API. Make this clear in the docs as well. Reviewed-by: Vincent Torri <[email protected]> Differential Revision: https://phab.enlightenment.org/D10295 --- src/lib/evil/evil_main.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/evil/evil_main.h b/src/lib/evil/evil_main.h index 7c1f67d215..8c82046f91 100644 --- a/src/lib/evil/evil_main.h +++ b/src/lib/evil/evil_main.h @@ -20,8 +20,8 @@ * evilness is so huge that the most of the functions are not POSIX or * BSD compliant. * - * These functions are intended to be used in the Enlightenment - * Foundation Libraries only and can be compiled only on Windows, + * These functions are intended to be used inside the Enlightenment Foundation + * Libraries as private library and can be compiled only on Windows, * using MSYS/MinGW on Windows, and cross-compilation on Unix. This * library is minimal in the sense that only the functions needed to * compile the EFL are available. The purpose of this library is NOT --
