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
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