Re: [Doxygen-users] XML output has wrong subpages references

2013-01-05 Thread Dimitri van Heesch
Hi Alfonso, You indeed found a bug. This patch should fix it: --- xmldocvisitor.cpp.orig 2012-12-27 13:21:41.0 +0100 +++ xmldocvisitor.cpp 2013-01-05 10:43:16.0 +0100 @@ -835,7 +835,10 @@ void XmlDocVisitor::visitPre(DocRef *ref) { if (m_hide) return; - if (!ref->fil

[Doxygen-users] XML output has wrong subpages references

2013-01-04 Thread Alfonso MHC
Hello, As far as I understand there is some kind of error in the XML output when subpages are referenced. Example file: /** * \file * * \mainpage Example * * This will show that references to subpages are not correctly formatted: \ref subpage1 * * \page page1 My Page * * In this page the