zig

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

commit 33f3a4d840b68eeb863a4afa2d8aa2cd0efe92a9 (tree)
parent f40f81cbfb0a867b32d4406e198550730de268cd
Author: Loris Cro <kappaloris@gmail.com>
Date:   Sun, 17 Sep 2023 17:17:19 +0200

autodoc: rename the doctest section in the frontend to 'Usage Examples'

Diffstat:
Mlib/docs/index.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/docs/index.html b/lib/docs/index.html @@ -1184,7 +1184,7 @@ <ul id="listFnExamples" class="examples"></ul> </div> <div id="sectDocTests" class="hidden"> - <h2>DocTests</h2> + <h2>Usage Examples <span style="font-size:1.1rem; cursor:pointer;" title="See `doctests` in the language reference to learn more.">&#9432;</span></h2> <pre id="docTestsCode"></pre> </div> <div id="sectTests" class="hidden">