Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90909d2 commit b3bda42Copy full SHA for b3bda42
1 file changed
cpp/ql/src/semmle/code/cpp/Type.qll
@@ -1286,7 +1286,7 @@ class BlockType extends FunctionPointerIshType {
1286
/**
1287
* A C/C++ pointer to a function, a C++ function reference, or a clang/Apple block.
1288
*
1289
- * See FunctionPointerType, FunctionReferenceType and BlockType for more information.
+ * See `FunctionPointerType`, `FunctionReferenceType` and `BlockType` for more information.
1290
*/
1291
class FunctionPointerIshType extends DerivedType {
1292
FunctionPointerIshType() {
0 commit comments