Skip to content

Commit fd752d3

Browse files
committed
C++: Add missing QLDoc
1 parent 97d3982 commit fd752d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cpp/ql/lib/semmle/code/cpp/PchFile.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ import semmle.code.cpp.File
99
* A precompiled header (PCH) file created during the build process.
1010
*/
1111
class PchFile extends @pch {
12+
/**
13+
* Gets a textual representation of this element.
14+
*/
1215
string toString() { result = "PCH for " + this.getHeaderFile() }
1316

1417
/**

0 commit comments

Comments
 (0)