Update cpp/ql/src/semmle/code/cpp/Type.qll

Co-Authored-By: Jonas Jensen <jbj@github.com>
This commit is contained in:
Geoffrey White
2019-11-14 11:24:15 +00:00
committed by GitHub
parent 90909d211c
commit b3bda421bc

View File

@@ -1286,7 +1286,7 @@ class BlockType extends FunctionPointerIshType {
/**
* A C/C++ pointer to a function, a C++ function reference, or a clang/Apple block.
*
* See FunctionPointerType, FunctionReferenceType and BlockType for more information.
* See `FunctionPointerType`, `FunctionReferenceType` and `BlockType` for more information.
*/
class FunctionPointerIshType extends DerivedType {
FunctionPointerIshType() {