autodoc: html page fixes

This commit is contained in:
Loris Cro 2023-07-25 19:29:23 +02:00
parent 4f5082fc86
commit feff968ec3

View File

@ -963,7 +963,7 @@
case-sensitive.</li>
<li>Given <code>ArrayListUnmanaged</code>:
<ul>
<li>the following words will match:
<li>the following words (and their prefixes) will match:
<ul>
<li><code>array</code></li>
<li><code>list</code></li>
@ -979,7 +979,7 @@
</li>
</ul>
</li>
<li>More precisely the search system is based on a Radix Tree. The Radix Tree contains full decl names plus some suffixes, split by following the official style guide (e.g. <code>HashMapUnmanaged</code> also produces <code>MapUnmanaged</code> and <code>Unmanaged</code>, same with snake_case and camelCase names). </li>
<li>More precisely, the search system is based on a Radix Tree. The Radix Tree contains full decl names plus some suffixes, split by following the official style guide (e.g. <code>HashMapUnmanaged</code> also produces <code>MapUnmanaged</code> and <code>Unmanaged</code>, same with snake_case and camelCase names). </li>
</ul>
<h3>Multiple terms</h3>