From e50ebfc8c24213a2306135e919d079ef63e1c076 Mon Sep 17 00:00:00 2001 From: Jeroen Ketema Date: Tue, 4 Mar 2025 20:48:09 +0100 Subject: [PATCH] C++: Improve query description and fix alignment of the text --- cpp/ql/src/Metrics/Internal/IncludeResolutionStatus.ql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/ql/src/Metrics/Internal/IncludeResolutionStatus.ql b/cpp/ql/src/Metrics/Internal/IncludeResolutionStatus.ql index da8f64f8266b..e23b3cee8167 100644 --- a/cpp/ql/src/Metrics/Internal/IncludeResolutionStatus.ql +++ b/cpp/ql/src/Metrics/Internal/IncludeResolutionStatus.ql @@ -1,7 +1,7 @@ /** * @name Include file resolution status - * @description A count of successful includes and includes that failed to resolve. - * This query is for internal use only and may change without notice. + * @description Counts unresolved and resolved #includes. + * This query is for internal use only and may change without notice. * @kind table * @id cpp/include-resolution-status */