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 @@
963963 case-sensitive.</li>
964964 <li>Given <code>ArrayListUnmanaged</code>:
965965 <ul>
966 <li>the following words will match:
966 <li>the following words (and their prefixes) will match:
967967 <ul>
968968 <li><code>array</code></li>
969969 <li><code>list</code></li>
......@@ -979,7 +979,7 @@
979979 </li>
980980 </ul>
981981 </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>
983983 </ul>
984984
985985 <h3>Multiple terms</h3>