C++: Add missing QLDoc

This commit is contained in:
Jeroen Ketema
2025-08-27 13:48:10 +02:00
parent 97d3982061
commit fd752d36cb

View File

@@ -9,6 +9,9 @@ import semmle.code.cpp.File
* A precompiled header (PCH) file created during the build process.
*/
class PchFile extends @pch {
/**
* Gets a textual representation of this element.
*/
string toString() { result = "PCH for " + this.getHeaderFile() }
/**