| commit | bda507405e9c6604bc311cfba7af49d3b6f22b4d | [log] [tgz] |
|---|---|---|
| author | Patrik Stridvall <ps@leissner.se> | Sat Jul 14 00:48:41 2001 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Sat Jul 14 00:48:41 2001 +0000 |
| tree | af5156a8efbf8c34f6ea600b7dae69e9aa55565c | |
| parent | ff338b273342ccb14964718728689667fe5e2503 [diff] [blame] |
Several additions and bug fixes.
diff --git a/tools/winapi_check/winapi_parser.pm b/tools/winapi_check/winapi_parser.pm index b17e7f7..3ecda04 100644 --- a/tools/winapi_check/winapi_parser.pm +++ b/tools/winapi_check/winapi_parser.pm
@@ -56,6 +56,10 @@ my $function_end = sub { my $function = 'winapi_function'->new; + if(!defined($documentation_line)) { + $documentation_line = 0; + } + $function->file($file); $function->debug_channels([@$debug_channels]); $function->documentation($documentation);