Skip to content

Commit 783a63a

Browse files
criemenshati-patel
andauthored
Update cpp/ql/src/Summary/LinesOfCode.ql
Co-authored-by: Shati Patel <[email protected]>
1 parent 755fec4 commit 783a63a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Summary/LinesOfCode.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @id cpp/summary/lines-of-code
33
* @name Total lines of C/C++ code in the database
4-
* @description The total number of lines of C/C++ code across all files, including system headers, libraries, and auto-generated files. This is a useful metric of the size of a database. Lines of code are all lines in a file that was seen during the build that contain code, i.e. are not whitespace or comments.
4+
* @description The total number of lines of C/C++ code across all files, including system headers, libraries, and auto-generated files. This is a useful metric of the size of a database. For all files that were seen during the build, this query counts the lines of code, excluding whitespace or comments.
55
* @kind metric
66
* @tags summary
77
*/

0 commit comments

Comments
 (0)