Hello,

I have got this Doxygen (1.8.3.1) source code:
* @see http://en.wikipedia.org/wiki/Perron–Frobenius_theorem

The XML output shows:
<simplesect kind="see">
   <para>
      <ulink 
url="http://en.wikipedia.org/wiki/Perron";>http://en.wikipedia.org/wiki/Perron</ulink>–Frobenius_theorem
   </para>
</simplesect>

The HTML output shows: 
<dl class="section see">
   <dt>See Also</dt>
   <dd>
      <a 
href="http://en.wikipedia.org/wiki/Perron";>http://en.wikipedia.org/wiki/Perron</a>–Frobenius_theorem
   </dd>
</dl>

Can I modify the documentation, so that the link URL is correct resulted in the 
documentation? The closing a / ulink tag
must be after "theorem" and not befor the -

Thanks

Phil
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to