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
5e962c90
Commit
5e962c90
authored
Dec 23, 2014
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 739462 - Using "doxygen.css" for HTML_EXTRA_STYLESHEET fails silently
parent
5cb96128
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
doxygen.cpp
src/doxygen.cpp
+4
-0
No files found.
src/doxygen.cpp
View file @
5e962c90
...
...
@@ -9256,6 +9256,10 @@ static void copyStyleSheet()
{
err
(
"Style sheet '%s' specified by HTML_EXTRA_STYLESHEET does not exist!
\n
"
,
fileName
.
data
());
}
else
if
(
fi
.
fileName
()
==
"doxygen.css"
||
fi
.
fileName
()
==
"tabs.css"
||
fi
.
fileName
()
==
"navtree.css"
)
{
err
(
"Style sheet %s specified by HTML_EXTRA_STYLESHEET is already a built-in stylesheet. Please use a different name
\n
"
,
fi
.
fileName
().
data
());
}
else
{
QCString
destFileName
=
Config_getString
(
"HTML_OUTPUT"
)
+
"/"
+
fi
.
fileName
().
data
();
...
...
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