From b6b1f8fb7df032c4a4436e09efa3b98b36009c7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Fri, 12 Jun 2026 17:33:44 +0200 Subject: [PATCH] ecm.eclass: Tag internal functions as @INTERNAL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Acked-by: Andreas Sturmlechner Signed-off-by: Ulrich Müller --- eclass/ecm.eclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass index 48f4e577c8c57..2997872ac471c 100644 --- a/eclass/ecm.eclass +++ b/eclass/ecm.eclass @@ -304,6 +304,7 @@ _ecm_handbook_optional() { } # @FUNCTION: _ecm_buildqch_optional +# @INTERNAL # @DESCRIPTION: # Used with ECM_QTHELP; ticks -DBUILD_QCH only if available. _ecm_buildqch_optional() { @@ -315,6 +316,7 @@ _ecm_buildqch_optional() { } # @FUNCTION: _ecm_disable_unwanted +# @INTERNAL # @DESCRIPTION: # Disable unwanted CMake options if they are present. _ecm_disable_unwanted() {