stefan pushed a commit to branch efl-1.23.

http://git.enlightenment.org/core/efl.git/commit/?id=6d5b40233aafa7366051cb59a8c16a465e64d49f

commit 6d5b40233aafa7366051cb59a8c16a465e64d49f
Author: Stefan Schmidt <s.schm...@samsung.com>
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 <vincent.to...@gmail.com>
    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

-- 


Reply via email to