Andrew, > To continue a post from a while ago, the online documentation fails to > build using doxygen 1.6.3. It had failed for 1.6.2 as mentioned in the > previous post. I switched back to 1.6.1 and all is well.
You mean the fact that doxygen 1.6.3 produces invalid references in its html? doxygen 1.6.3 converts input of the form <a name="tag"></a> into <a class="anchor" id="tag"></a> and the validate-xrefs script wasn't prepared to handle these. I've fixed this, and it takes care of some of the broken links, but there are more that I believe doxygen genuinely gets wrong. I'll have to investigate this a bit further. I should also check if there's already a doxygen bug filed for this. Thanks for reminding me of this issue! W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
