mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
autodoc: html page fixes
This commit is contained in:
parent
4f5082fc86
commit
feff968ec3
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user