From e1b9abba3ae76aa7a6c310abdf485cd34ab4057d Mon Sep 17 00:00:00 2001 From: Haru Date: Thu, 22 Jan 2015 00:41:56 +0100 Subject: HPMHookGen compatibility fix for doxygen 1.8.9.x Signed-off-by: Haru --- tools/HPMHookGen/HPMHookGen.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/HPMHookGen/HPMHookGen.pl') diff --git a/tools/HPMHookGen/HPMHookGen.pl b/tools/HPMHookGen/HPMHookGen.pl index c11293d93..03b32394c 100755 --- a/tools/HPMHookGen/HPMHookGen.pl +++ b/tools/HPMHookGen/HPMHookGen.pl @@ -24,7 +24,7 @@ sub parse($$) { $p =~ s/^.*?\)\((.*)\).*$/$1/; # Clean up extra parentheses )(around the arglist) # Retrieve return type - unless ($d =~ /^(.+)\(\*\s*[a-zA-Z0-9_]+_interface::([^\)]+)\s*\)\(.*\)$/) { + unless ($d =~ /^(.+)\(\*\s*[a-zA-Z0-9_]+_interface::([^\)]+)\s*\)\s*\(.*\)$/) { print "Error: unable to parse '$d'\n"; return {}; } -- cgit v1.2.3-70-g09d2