From 55e865dd82a97ae582574fea9db0c028174498e3 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Mon, 7 Oct 2019 10:55:02 +0200 Subject: [PATCH] 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 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