Skip to content

Commit 755fec4

Browse files
criemenjbj
andauthored
Apply suggestions from code review
Co-authored-by: Jonas Jensen <[email protected]>
1 parent fa3ac30 commit 755fec4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/ql/src/Summary/LinesOfCode.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @id cpp/summary/lines-of-code
3-
* @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.
3+
* @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.
55
* @kind metric
66
* @tags summary
77
*/

0 commit comments

Comments
 (0)