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
2c5fee9c
Commit
2c5fee9c
authored
Dec 06, 2005
by
Detlef Riekenberg
Committed by
Alexandre Julliard
Dec 06, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
c2man: Remove HTML warnings.
parent
18441ac0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
c2man.pl
tools/c2man.pl
+3
-3
No files found.
tools/c2man.pl
View file @
2c5fee9c
...
...
@@ -1388,7 +1388,7 @@ sub output_api_section_start($$)
if
(
$opt_output_format
eq
"h"
)
{
print
OUTPUT
"\n<
p><h2 class=\"section\">"
,
$section_name
,
"</h2></p
>\n"
;
print
OUTPUT
"\n<
h2 class=\"section\">"
,
$section_name
,
"</h2
>\n"
;
}
elsif
(
$opt_output_format
eq
"s"
)
{
...
...
@@ -1447,7 +1447,7 @@ sub output_api_synopsis($)
if
(
$opt_output_format
eq
"h"
)
{
print
OUTPUT
"<p
><p
re class=\"proto\">\n "
,
$comment
->
{
RETURNS
},
" "
,
$comment
->
{
COMMENT_NAME
},
"\n (\n"
;
print
OUTPUT
"<pre class=\"proto\">\n "
,
$comment
->
{
RETURNS
},
" "
,
$comment
->
{
COMMENT_NAME
},
"\n (\n"
;
@fmt
=
(
""
,
"\n"
,
"<tt class=\"param\">"
,
"</tt>"
);
}
elsif
(
$opt_output_format
eq
"s"
)
...
...
@@ -1502,7 +1502,7 @@ sub output_api_synopsis($)
if
(
$opt_output_format
eq
"h"
)
{
print
OUTPUT
" )\n
\n</pre></p
>\n"
;
print
OUTPUT
" )\n
</pre
>\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