authorgravatar for kappaloris@gmail.comLoris Cro <kappaloris@gmail.com> 2023-07-25 19:29:23+02:00
committergravatar for kappaloris@gmail.comLoris Cro <kappaloris@gmail.com> 2023-07-25 19:29:23+02:00
logfeff968ec3b1edb0234549854b8ebbc95276bd18
tree0dd7e456905fe45d931e0869c06c31c885fceca1
parent4f5082fc86e617b9d51e83c42816716ea4ed98b3

autodoc: html page fixes


1 files changed, 2 insertions(+), 2 deletions(-)

lib/docs/index.html+2-2
...@@ -963,7 +963,7 @@...@@ -963,7 +963,7 @@
963 case-sensitive.</li>963 case-sensitive.</li>
964 <li>Given <code>ArrayListUnmanaged</code>:964 <li>Given <code>ArrayListUnmanaged</code>:
965 <ul>965 <ul>
966 <li>the following words will match:966 <li>the following words (and their prefixes) will match:
967 <ul>967 <ul>
968 <li><code>array</code></li>968 <li><code>array</code></li>
969 <li><code>list</code></li>969 <li><code>list</code></li>
...@@ -979,7 +979,7 @@...@@ -979,7 +979,7 @@
979 </li>979 </li>
980 </ul>980 </ul>
981 </li>981 </li>
982 <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>982 <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>
983 </ul> 983 </ul>
984984
985 <h3>Multiple terms</h3>985 <h3>Multiple terms</h3>