Fix c2man for the case where function parameters are on more than one

line.
oldstable
Robert Shearman 2004-07-29 02:35:04 +00:00 committed by Alexandre Julliard
parent 038d1c4df7
commit 9e155fc744
1 changed files with 1 additions and 1 deletions

View File

@ -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