ecm.eclass: Tag internal functions as @INTERNAL

Acked-by: Andreas Sturmlechner <asturm@gentoo.org>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
Ulrich Müller
2026-06-12 17:33:44 +02:00
parent d29e776d56
commit b6b1f8fb7d

View File

@@ -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() {