zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit feff968ec3b1edb0234549854b8ebbc95276bd18 (tree)
parent 4f5082fc86e617b9d51e83c42816716ea4ed98b3
Author: Loris Cro <kappaloris@gmail.com>
Date:   Tue, 25 Jul 2023 19:29:23 +0200

autodoc: html page fixes

Diffstat:
Mlib/docs/index.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/docs/index.html b/lib/docs/index.html @@ -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>