Apply suggestions from code review

Co-authored-by: Jonas Jensen <jbj@github.com>
This commit is contained in:
Cornelius Riemenschneider
2021-03-16 13:21:57 +01:00
committed by GitHub
parent fa3ac30894
commit 755fec466f

View File

@@ -1,7 +1,7 @@
/**
* @id cpp/summary/lines-of-code
* @name Total lines of C/C++ code in the database.
* @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.
* @name Total lines of C/C++ code in the database
* @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.
* @kind metric
* @tags summary
*/