Commit 9e155fc7 authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

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

line.
parent 038d1c4d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment