diff options
author | Richard Levitte <levitte@openssl.org> | 2020-07-15 08:42:18 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2020-07-19 18:45:30 +0200 |
commit | 93e32043cbf75d0802bca9782e61a241acb1ec2d (patch) | |
tree | 0e657a536f4855844295ad4a8c88e4f809ac703e /doc/man3/SSL_get_SSL_CTX.pod | |
parent | util/find-doc-nits: read full declarations as one line in name_synopsis() (diff) | |
download | openssl-93e32043cbf75d0802bca9782e61a241acb1ec2d.tar.xz openssl-93e32043cbf75d0802bca9782e61a241acb1ec2d.zip |
util/find-doc-nits: relax some SYNOPSIS checks
- The check that disallowed space before the argument list in a
function typedef is tentatively removed, allowing this kind of
construction:
typedef int (fantastically_long_name_breaks_80char_limit)
(fantastically_long_name_breaks_80char_limit *something);
- Accept the following style of function signature:
typedef TYPE (NAME)(args...)
- Accept space between '#' and 'defined' / 'undef'
- Accept other spaces than SPC in argument list comma check,
allowing declaration with line breaks.
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12452)
Diffstat (limited to 'doc/man3/SSL_get_SSL_CTX.pod')
0 files changed, 0 insertions, 0 deletions