Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
5ea2f2a1
Commit
5ea2f2a1
authored
Jan 20, 2014
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 721878 - Dia diagrams not displayed by Firefox
parent
a0d41f37
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
htmldocvisitor.cpp
src/htmldocvisitor.cpp
+2
-2
No files found.
src/htmldocvisitor.cpp
View file @
5ea2f2a1
...
@@ -2040,7 +2040,7 @@ void HtmlDocVisitor::writeMscFile(const QCString &fileName,
...
@@ -2040,7 +2040,7 @@ void HtmlDocVisitor::writeMscFile(const QCString &fileName,
}
}
void
HtmlDocVisitor
::
writeDiaFile
(
const
QCString
&
fileName
,
void
HtmlDocVisitor
::
writeDiaFile
(
const
QCString
&
fileName
,
const
QCString
&
,
const
QCString
&
relPath
,
const
QCString
&
)
const
QCString
&
)
{
{
QCString
baseName
=
fileName
;
QCString
baseName
=
fileName
;
...
@@ -2057,7 +2057,7 @@ void HtmlDocVisitor::writeDiaFile(const QCString &fileName,
...
@@ -2057,7 +2057,7 @@ void HtmlDocVisitor::writeDiaFile(const QCString &fileName,
QCString
outDir
=
Config_getString
(
"HTML_OUTPUT"
);
QCString
outDir
=
Config_getString
(
"HTML_OUTPUT"
);
writeDiaGraphFromFile
(
fileName
,
outDir
,
baseName
,
DIA_BITMAP
);
writeDiaGraphFromFile
(
fileName
,
outDir
,
baseName
,
DIA_BITMAP
);
m_t
<<
"<img src=
\"
"
<<
outDir
<<
'/'
<<
baseName
<<
".png"
<<
"
\"
/>"
<<
endl
;
m_t
<<
"<img src=
\"
"
<<
relPath
<<
baseName
<<
".png"
<<
"
\"
/>"
<<
endl
;
}
}
/** Used for items found inside a paragraph, which due to XHTML restrictions
/** Used for items found inside a paragraph, which due to XHTML restrictions
...
...
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