summaryrefslogtreecommitdiffstats
path: root/src/docparser.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2010-01-24 22:18:59 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2010-01-24 22:18:59 (GMT)
commit3eb607c72338237e65fc44562b153db7ce4e0ac9 (patch)
tree2ceed71b80fa23429f6aeb4a62fe9ca3ea9499d1 /src/docparser.cpp
parent05b70e8e2c6e0cda9b74fc99fd782d1977d298c9 (diff)
downloadDoxygen-3eb607c72338237e65fc44562b153db7ce4e0ac9.zip
Doxygen-3eb607c72338237e65fc44562b153db7ce4e0ac9.tar.gz
Doxygen-3eb607c72338237e65fc44562b153db7ce4e0ac9.tar.bz2
Release-1.6.2-20100124
Diffstat (limited to 'src/docparser.cpp')
-rw-r--r--src/docparser.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/docparser.cpp b/src/docparser.cpp
index e0be8cf..50e1b17 100644
--- a/src/docparser.cpp
+++ b/src/docparser.cpp
@@ -3,7 +3,7 @@
*
*
*
- * Copyright (C) 1997-2008 by Dimitri van Heesch.
+ * Copyright (C) 1997-2010 by Dimitri van Heesch.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation under the terms of the GNU General Public License is hereby
@@ -1888,7 +1888,7 @@ bool DocXRefItem::parse()
}
else
{
- m_file = refList->listName();
+ m_file = convertNameToFile(refList->listName());
m_anchor = item->listAnchor;
}
m_title = refList->sectionTitle();