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
a42f59df
Commit
a42f59df
authored
Feb 14, 2006
by
Robert Shearman
Committed by
Alexandre Julliard
Feb 14, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tools/c2man.pl: Generate correct html.
parent
7a2357a4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
c2man.pl
tools/c2man.pl
+2
-2
No files found.
tools/c2man.pl
View file @
a42f59df
...
...
@@ -1341,7 +1341,7 @@ sub output_api_header($)
if
(
$opt_output_format
eq
"h"
)
{
print
OUTPUT
"<!-- Generated file - DO NOT EDIT! -->\n"
;
print
OUTPUT
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML
3.2 Final//EN
\">\n"
;
print
OUTPUT
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML
4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd
\">\n"
;
print
OUTPUT
"<HTML>\n<HEAD>\n"
;
print
OUTPUT
"<LINK REL=\"StyleSheet\" href=\"apidoc.css\" type=\"text/css\">\n"
;
print
OUTPUT
"<META NAME=\"GENERATOR\" CONTENT=\"tools/c2man.pl\">\n"
;
...
...
@@ -1368,7 +1368,7 @@ sub output_api_footer($)
{
print
OUTPUT
"<hr><p><i class=\"copy\">Copyright © "
.
$year
.
" The Wine Project."
.
" All trademarks are the property of their respective owners."
.
" Visit <a
HREF=http://www.winehq.org
>WineHQ</a> for license details."
.
" Visit <a
href=\"http://www.winehq.org\"
>WineHQ</a> for license details."
.
" Generated $date.</i></p>\n</body>\n</html>\n"
;
}
elsif
(
$opt_output_format
eq
"s"
)
...
...
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