Given this ice file:
The generated html in Demo2/Test2.html has bad relative links in the "Operation Index" section:Code:module Test1 { interface Demo {}; }; module Test2 { interface Demo2 { /** * Summary mentioning [::Test1::Demo]. * * @return [::Test1::Demo] **/ ::Test1::Demo* demo(); }; };
Which ends up linking to a non-existent Test2/Test1/Demo.html.Code:Summary mentioning <a class="Symbol" href="Test1/Demo.html">::Test1::Demo</a>
The links generated elsewhere are correct with a leading "..".
slice2html version 3.3.0.

Reply With Quote