util/find-doc-nits: limit the prototype check
authorRichard Levitte <levitte@openssl.org>
Tue, 19 Nov 2019 09:50:14 +0000 (10:50 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 29 Nov 2019 19:55:16 +0000 (20:55 +0100)
commit31d3a7590274b48b194ed070ae531238764647f9
tree77c8d0b3d769bfdb748e6695216f1949d32f9bea
parentc48e2d106b8740f817b099310fb084375b743196
util/find-doc-nits: limit the prototype check

The prototype checks shouldn't be performed on SYNOPSIS lines that
aren't function prototypes.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10394)
util/find-doc-nits