Enable find-doc-nits to find undocumented symbols since 1.1.1
authorMatt Caswell <matt@openssl.org>
Thu, 6 Jun 2019 11:35:37 +0000 (12:35 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 12 Jun 2019 09:12:24 +0000 (10:12 +0100)
commita03749a8f14c397f57ef956650f5db5da6523595
treee8f45f27947bfa4a968ea17ce93551123ca6fe43
parent8caab503ba004abb555d636c1ca9f7bcde79657f
Enable find-doc-nits to find undocumented symbols since 1.1.1

A previous commit added the ability to find newly undocumented symbols.
We extend this capability to check anything that was newly added since
1.1.1 which is undocumented. A new option -o is added to find-doc-nits
to amend the behaviour of -v or -e to check symbols that were newly
added since the release of 1.1.1.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9094)
util/find-doc-nits
util/missingcrypto111.txt [new file with mode: 0644]
util/missingmacro111.txt [new file with mode: 0644]
util/missingssl111.txt [new file with mode: 0644]