This got broken when I was stripping down the tag file. Adding comments
in a hope that it won't break again.
corrade.tag generated for https://github.com/mosra/corrade, with
everything needed by:
- doc/plugins/links.rst
- - plugins/m/test/dox/page.rst -->
+ - plugins/m/test/dox/page.rst
+ - documentation/test_doxygen/contents_tagfile/input.dox -->
<tagfile>
<compound kind="namespace">
<name>Corrade::Utility::Path</name>
<h1>
My Project
</h1>
-<p>See <a href="https://doc.magnum.graphics/corrade/Assert_8h.html#a83f7361970111951c88f1564a4f148e8" class="m-doc-external">CORRADE_<wbr />ASSERT()</a> for more information.</p><pre class="m-code"><span class="n">Corrade</span><span class="o">::</span><span class="n">Utility</span><span class="o">::</span><span class="n">Resource</span> <span class="n">rx</span><span class="p">;</span></pre>
+<p>See <a href="https://doc.magnum.graphics/corrade/Assert_8h.html#a83f7361970111951c88f1564a4f148e8" class="m-doc-external">CORRADE_<wbr />ASSERT()</a> for more information. The snippet below should have a link in the XML but not in the generated HTML (verifying it's correctly stripped).</p><pre class="m-code"><span class="n">Corrade</span><span class="o">::</span><span class="n">Containers</span><span class="o">::</span><span class="n">String</span> <span class="n">s</span><span class="p">;</span></pre>
</div>
</div>
</div>
<h1>
My Project
</h1>
-<p>See <a href="https://doc.magnum.graphics/corrade/Assert_8h.html#a83f7361970111951c88f1564a4f148e8" class="m-doc-external">CORRADE_<wbr />ASSERT()</a> for more information.</p><pre class="m-code"><span class="n">Corrade</span><span class="o">::</span><span class="n">Utility</span><span class="o">::</span><span class="n">Resource</span><span class="w"> </span><span class="n">rx</span><span class="p">;</span></pre>
+<p>See <a href="https://doc.magnum.graphics/corrade/Assert_8h.html#a83f7361970111951c88f1564a4f148e8" class="m-doc-external">CORRADE_<wbr />ASSERT()</a> for more information. The snippet below should have a link in the XML but not in the generated HTML (verifying it's correctly stripped).</p><pre class="m-code"><span class="n">Corrade</span><span class="o">::</span><span class="n">Containers</span><span class="o">::</span><span class="n">String</span><span class="w"> </span><span class="n">s</span><span class="p">;</span></pre>
</div>
</div>
</div>
/** @mainpage
-See @ref CORRADE_ASSERT() for more information.
+See @ref CORRADE_ASSERT() for more information. The snippet below should have a
+link in the XML but not in the generated HTML (verifying it's correctly
+stripped).
@code{.cpp}
-Corrade::Utility::Resource rx;
+Corrade::Containers::String s;
@endcode
*/