From 4700288e9bcf7f39d078899781b086ded9633653 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 fd669fbb24049..9e1333f1745f3 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. * + * @note This API is considered experimental and will probably change without + * notice! + * * @file * @author Kaspar Schleiser */