summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-02-10 17:40:55 (GMT)
committerGitHub <noreply@github.com>2019-02-10 17:40:55 (GMT)
commit9a05fda1c0aef229252d133987f866e0f6718eb0 (patch)
treed89e5743a647bdb522dae4094f354c308bd3641d
parent9ef21db5efbd521c570121cc7638de8d4d487536 (diff)
parent8531afb305a98eab8b8c67dc4e72375cbc1f7e15 (diff)
downloadDoxygen-9a05fda1c0aef229252d133987f866e0f6718eb0.zip
Doxygen-9a05fda1c0aef229252d133987f866e0f6718eb0.tar.gz
Doxygen-9a05fda1c0aef229252d133987f866e0f6718eb0.tar.bz2
Merge pull request #6833 from albert-github/feature/issue_6830
issue #6830 Message: graph_legend:39: error: Prevented to copy file <path_to_html_output>/graph_legend.png onto itself!
-rw-r--r--src/docparser.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/docparser.cpp b/src/docparser.cpp
index 4b1ce94..bcf4bac 100644
--- a/src/docparser.cpp
+++ b/src/docparser.cpp
@@ -335,11 +335,11 @@ static QCString findAndCopyImage(const char *fileName,DocImage::Type type, bool
"could not write output image %s",qPrint(outputFile));
}
}
- else
- {
- warn(g_fileName,doctokenizerYYlineno,
- "Prevented to copy file %s onto itself!\n",qPrint(inputFile));
- }
+ //else
+ //{
+ // warn(g_fileName,doctokenizerYYlineno,
+ // "Prevented to copy file %s onto itself!\n",qPrint(inputFile));
+ //}
}
else
{