From e8bd8bfa073c52b83e767a0798e37a18b86af7d2 Mon Sep 17 00:00:00 2001 From: Carles Cufi Date: Wed, 8 Oct 2025 17:05:11 +0200 Subject: [PATCH] doc: naming: Refine the statement about public APIs and prefixes Clarify that the rule applies to APIs being introduced to Zephyr, and it is not necessarily retroactive to apply to existing APIs. Signed-off-by: Carles Cufi --- doc/contribute/style/naming.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contribute/style/naming.rst b/doc/contribute/style/naming.rst index 384ece51ffd1a..c8db8d1c8513c 100644 --- a/doc/contribute/style/naming.rst +++ b/doc/contribute/style/naming.rst @@ -15,7 +15,7 @@ as stated in each individual sub-section. Public symbol prefixes ====================== -All :term:`public APIs ` in Zephyr must be prefixed according +All :term:`public APIs ` introduced to Zephyr must be prefixed according to the area or subsystem they belong to. Examples of area or subsystem prefixes are provided below for reference.