Skip to content

Commit 1b106e6

Browse files
committed
issue #9476 fatal: Cannot open 'doxygen/graph_legend.dox': No such file or directory
Looks like this is introduced with the commit cc42539 : Refactoring code for dot related source files Corrected the filename in `filedef.cpp`
1 parent d7eb8d2 commit 1b106e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/filedef.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1524,7 +1524,7 @@ void FileDefImpl::acquireFileVersion()
15241524
{
15251525
QCString vercmd = Config_getString(FILE_VERSION_FILTER);
15261526
if (!vercmd.isEmpty() && !m_filePath.isEmpty() &&
1527-
m_filePath!="generated" && m_filePath!="graph_legend")
1527+
m_filePath!="generated" && m_filePath!="graph_legend.dox")
15281528
{
15291529
msg("Version of %s : ",qPrint(m_filePath));
15301530
QCString cmd = vercmd+" \""+m_filePath+"\"";

0 commit comments

Comments
 (0)