We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b86fd2 commit 7852fe7Copy full SHA for 7852fe7
cpp/ql/src/Metrics/Internal/IncludeResolutionStatus.ql
@@ -1,8 +1,9 @@
1
/**
2
- * @name Include files resolution status.
3
- * @description A count of successful includes and includes that failed to be resolved.
+ * @name Include file resolution status
+ * @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.
5
* @kind table
- * @id cpp/incliude-resolution-status
6
+ * @id cpp/include-resolution-status
7
*/
8
9
import cpp
0 commit comments