提交 5d583521 编写于 作者: R Richard Levitte

Fix find-doc-nits: { is significant in regexps

Reviewed-by: NRich Salz <rsalz@openssl.org>
Reviewed-by: NMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3019)
上级 e8763c69
...@@ -96,7 +96,7 @@ sub name_synopsis() ...@@ -96,7 +96,7 @@ sub name_synopsis()
} elsif ( $line =~ /typedef.* (\S+);/ ) { } elsif ( $line =~ /typedef.* (\S+);/ ) {
# a simple typedef: typedef ... NAME; # a simple typedef: typedef ... NAME;
$sym = $1; $sym = $1;
} elsif ( $line =~ /enum (\S*) {/ ) { } elsif ( $line =~ /enum (\S*) \{/ ) {
# an enumeration: enum ... { # an enumeration: enum ... {
$sym = $1; $sym = $1;
} elsif ( $line =~ /#define ([A-Za-z0-9_]+)/ ) { } elsif ( $line =~ /#define ([A-Za-z0-9_]+)/ ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册