From df4dc36d911c82c9d870bc1c7a483a6f680476a7 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Tue, 5 Jan 2021 10:51:24 +0100 Subject: [PATCH] core/xfa: add "experimental" note --- core/include/xfa.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/include/xfa.h b/core/include/xfa.h index fd669fbb24..29a798a3ec 100644 --- a/core/include/xfa.h +++ b/core/include/xfa.h @@ -15,6 +15,9 @@ * definition of constant arrays to be spread over multiple C compilation * units. These arrays are called "cross-file arrays" or short xfa. * + * @experimental This API is considered experimental and will probably change + * without notice! + * * @file * @author Kaspar Schleiser */