Skip to content

Commit 87ee191

Browse files
authored
Merge pull request #18928 from jketema/desc
C++: Improve query description and fix alignment of the text
2 parents 82b7a19 + e50ebfc commit 87ee191

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/ql/src/Metrics/Internal/IncludeResolutionStatus.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @name Include file resolution status
3-
* @description A count of successful includes and includes that failed to resolve.
4-
* This query is for internal use only and may change without notice.
3+
* @description Counts unresolved and resolved #includes.
4+
* This query is for internal use only and may change without notice.
55
* @kind table
66
* @id cpp/include-resolution-status
77
*/

0 commit comments

Comments
 (0)