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
1983c30b
Commit
1983c30b
authored
May 21, 2012
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed absolute path in SVG graph
parent
d233732e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
INSTALL
INSTALL
+1
-1
README
README
+1
-1
dot.cpp
src/dot.cpp
+1
-1
doxygen_css.h
src/doxygen_css.h
+1
-0
No files found.
INSTALL
View file @
1983c30b
...
...
@@ -4,4 +4,4 @@ Please read the installation section of the manual
(http://www.doxygen.org/install.html) for instructions.
--------
Dimitri van Heesch (2
0
May 2012)
Dimitri van Heesch (2
1
May 2012)
README
View file @
1983c30b
...
...
@@ -26,4 +26,4 @@ forum.
Enjoy,
Dimitri van Heesch (dimitri@stack.nl) (2
0
May 2012)
Dimitri van Heesch (dimitri@stack.nl) (2
1
May 2012)
src/dot.cpp
View file @
1983c30b
...
...
@@ -1082,7 +1082,7 @@ bool DotFilePatcher::run()
if
(
isSVGFile
&&
interactiveSVG
&&
replacedHeader
)
{
QCString
orgName
=
m_patchFile
.
left
(
m_patchFile
.
length
()
-
4
)
+
"_org.svg"
;
t
<<
substitute
(
svgZoomFooter
,
"$orgname"
,
orgName
);
t
<<
substitute
(
svgZoomFooter
,
"$orgname"
,
stripPath
(
orgName
)
);
fo
.
close
();
// keep original SVG file so we can refer to it, we do need to replace
// dummy link by real ones
...
...
src/doxygen_css.h
View file @
1983c30b
...
...
@@ -172,6 +172,7 @@
"div.line {
\n
"
" font-family: monospace, fixed;
\n
"
" font-size: 13px;
\n
"
" min-height: 13px;
\n
"
" line-height: 1.0;
\n
"
" text-wrap: unrestricted;
\n
"
" white-space: -moz-pre-wrap; /* Moz */
\n
"
...
...
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