Fix c2man for the case where function parameters are on more than one
line.
This commit is contained in:
parent
038d1c4df7
commit
9e155fc744
|
@ -443,7 +443,7 @@ sub process_source_file
|
|||
elsif ($parse_state == 2) # Finished reading in a comment
|
||||
{
|
||||
if ( /(WINAPIV|WINAPI|__cdecl|PASCAL|CALLBACK|FARPROC16)/ ||
|
||||
/.*?\(.*?\)/ )
|
||||
/.*?\(/ )
|
||||
{
|
||||
# Comment is followed by a function definition
|
||||
$parse_state = 4; # Fall through to read prototype
|
||||
|
|
Loading…
Reference in New Issue