Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
bb44fe56
Commit
bb44fe56
authored
Jul 29, 2011
by
André Hentschel
Committed by
Alexandre Julliard
Aug 01, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
c2man: We don't have multiple dlls in one directory anymore.
parent
e6390a5c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
c2man.pl
tools/c2man.pl
+3
-4
No files found.
tools/c2man.pl
View file @
bb44fe56
...
...
@@ -1133,13 +1133,12 @@ sub output_spec($)
$percent_documented
=
int
(
$percent_documented
);
}
# Make a list of the contributors to this DLL. Do this only for the source
# files that make up the DLL, because some directories specify multiple dlls.
# Make a list of the contributors to this DLL.
my
@contributors
;
for
(
@
{
$spec_details
->
{
SOURCES
}}
)
for
each
my
$source_file
(
keys
%
source_files
)
{
my
$source_details
=
$source_files
{
$
_
}[
0
];
my
$source_details
=
$source_files
{
$
source_file
}[
0
];
for
(
@
{
$source_details
->
{
CONTRIBUTORS
}})
{
push
(
@contributors
,
$_
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment