mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
util/find-docs-nits: Recognise SPARSE_ARRAY_OF
Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/8269)
This commit is contained in:
parent
23ab880d42
commit
4460ad90af
@ -102,6 +102,7 @@ sub name_synopsis()
|
||||
next unless $line =~ /^\s/;
|
||||
my $sym;
|
||||
$line =~ s/STACK_OF\([^)]+\)/int/g;
|
||||
$line =~ s/SPARSE_ARRAY_OF\([^)]+\)/int/g;
|
||||
$line =~ s/__declspec\([^)]+\)//;
|
||||
if ( $line =~ /env (\S*)=/ ) {
|
||||
# environment variable env NAME=...
|
||||
|
Loading…
Reference in New Issue
Block a user