Skip to content

Commit

Permalink
updated docs to include zap.Router (not documented yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
renerocksai committed Jan 24, 2024
1 parent fa4acdf commit cccee2b
Show file tree
Hide file tree
Showing 11 changed files with 466 additions and 446 deletions.
2 changes: 1 addition & 1 deletion docs/data-astNodes.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/data-calls.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/data-comptimeExprs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/data-decls.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/data-exprs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/data-files.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/data-types.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/src/builtin/builtin.zig.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,12 +202,12 @@
<span class="line" id="L88"> .min = .{</span>
<span class="line" id="L89"> .major = <span class="tok-number">6</span>,</span>
<span class="line" id="L90"> .minor = <span class="tok-number">6</span>,</span>
<span class="line" id="L91"> .patch = <span class="tok-number">3</span>,</span>
<span class="line" id="L91"> .patch = <span class="tok-number">8</span>,</span>
<span class="line" id="L92"> },</span>
<span class="line" id="L93"> .max = .{</span>
<span class="line" id="L94"> .major = <span class="tok-number">6</span>,</span>
<span class="line" id="L95"> .minor = <span class="tok-number">6</span>,</span>
<span class="line" id="L96"> .patch = <span class="tok-number">3</span>,</span>
<span class="line" id="L96"> .patch = <span class="tok-number">8</span>,</span>
<span class="line" id="L97"> },</span>
<span class="line" id="L98"> },</span>
<span class="line" id="L99"> .glibc = .{</span>
Expand All @@ -222,7 +222,7 @@
<span class="line" id="L108"> .os = os,</span>
<span class="line" id="L109"> .abi = abi,</span>
<span class="line" id="L110"> .ofmt = object_format,</span>
<span class="line" id="L111"> .dynamic_linker = std.Target.DynamicLinker.init(<span class="tok-str">&quot;/nix/store/whypqfa83z4bsn43n4byvmw80n4mg3r8-glibc-2.37-45/lib/ld-linux-x86-64.so.2&quot;</span>),</span>
<span class="line" id="L111"> .dynamic_linker = std.Target.DynamicLinker.init(<span class="tok-str">&quot;/nix/store/9v5d40jyvmwgnq1nj8f19ji2rcc5dksd-glibc-2.37-45/lib/ld-linux-x86-64.so.2&quot;</span>),</span>
<span class="line" id="L112">};</span>
<span class="line" id="L113"><span class="tok-kw">pub</span> <span class="tok-kw">const</span> object_format = std.Target.ObjectFormat.elf;</span>
<span class="line" id="L114"><span class="tok-kw">pub</span> <span class="tok-kw">const</span> mode = std.builtin.OptimizeMode.Debug;</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/zap/endpoint.zig.html
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
<span class="line" id="L244"> EndpointPathShadowError,</span>
<span class="line" id="L245">};</span>
<span class="line" id="L246"></span>
<span class="line" id="L247"><span class="tok-comment">/// The listener with ednpoint support</span></span>
<span class="line" id="L247"><span class="tok-comment">/// The listener with endpoint support</span></span>
<span class="line" id="L248"><span class="tok-comment">///</span></span>
<span class="line" id="L249"><span class="tok-comment">/// NOTE: It switches on path.startsWith -&gt; so use endpoints with distinctly starting names!!</span></span>
<span class="line" id="L250"><span class="tok-kw">pub</span> <span class="tok-kw">const</span> Listener = <span class="tok-kw">struct</span> {</span>
Expand Down
182 changes: 100 additions & 82 deletions docs/src/zap/util.zig.html

Large diffs are not rendered by default.

708 changes: 355 additions & 353 deletions docs/src/zap/zap.zig.html

Large diffs are not rendered by default.

0 comments on commit cccee2b

Please sign in to comment.