Add a note about QLDoc comments

The changes aren't finished in this release, but there widespread enough we should acknowledge them.

Originally https://github.com/Semmle/ql/pull/1812.
This commit is contained in:
Geoffrey White
2019-08-24 11:48:07 +01:00
committed by GitHub
parent 88a6cc0914
commit c164d9390c

View File

@@ -32,3 +32,4 @@ The following changes in version 1.22 affect C/C++ analysis in all applications.
`isBarrierOut`/`isSanitizerOut`. This should be simpler to use effectively,
as it does not require knowledge about the actual edges used internally by
the library.
- C/C++ code examples have been added to QLDoc comments on many more classes in the QL libraries.