mirror of
https://github.com/reactos/wine.git
synced 2025-04-03 00:21:39 +00:00
c2man: Mark the file used if a comment is found.
This commit is contained in:
parent
812a314821
commit
1923e0e159
@ -300,6 +300,9 @@ sub process_source_file($)
|
||||
{
|
||||
if ( /^\/\**$/ )
|
||||
{
|
||||
# This file is used by the DLL - Make sure we get our contributors right
|
||||
@{$spec_files{$comment->{DLL_NAME}}[0]->{CURRENT_EXTRA}} = ();
|
||||
push (@{$spec_files{$comment->{DLL_NAME}}[0]->{SOURCES}},$comment->{FILE});
|
||||
# Found a comment start
|
||||
$comment->{COMMENT_NAME} = "";
|
||||
$comment->{ALT_NAME} = "";
|
||||
@ -419,10 +422,6 @@ sub process_source_file($)
|
||||
|
||||
if ($parse_state == 4) # Reading in the function definition
|
||||
{
|
||||
# This file is used by the DLL - Make sure we get our contributors right
|
||||
@{$spec_files{$comment->{DLL_NAME}}[0]->{CURRENT_EXTRA}} = ();
|
||||
push (@{$spec_files{$comment->{DLL_NAME}}[0]->{SOURCES}},$comment->{FILE});
|
||||
|
||||
push (@{$comment->{PROTOTYPE}},$_);
|
||||
# Strip comments from the line before checking for ')'
|
||||
my $stripped_line = $_;
|
||||
|
Loading…
x
Reference in New Issue
Block a user