Skip to content

Commit

Permalink
deploy: f1eb9be
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 2, 2023
1 parent 9b9aced commit 7c7d3fc
Show file tree
Hide file tree
Showing 167 changed files with 32,380 additions and 27,922 deletions.
4 changes: 2 additions & 2 deletions core/bufio/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@ <h3 id="writer_write_string"><span><a class="doc-id-link" href="#writer_write_st
</div>
<details class="odin-doc-toggle" open>
<summary class="hideme"><span>&nbsp;</span></summary>
<p>writer_write writes a string into the buffer
<p>writer_write_string writes a string into the buffer
It returns the number of bytes written
If n &lt; len(p), it will return an error explaining why the write is short</p>
</details>
Expand All @@ -1053,7 +1053,7 @@ <h2 id="pkg-source-files">Source Files</h2>
<li><a href="https://github.com/odin-lang/Odin/tree/master/core/bufio/writer.odin">writer.odin</a></li>
</ul>
<h2 id="pkg-generation-information">Generation Information</h2>
<p>Generated with <code>odin version dev-2023-08 (vendor "odin") Windows_amd64 @ 2023-08-04 21:08:17.722625000 +0000 UTC</code></p>
<p>Generated with <code>odin version dev-2023-09 (vendor "odin") Windows_amd64 @ 2023-09-02 21:07:07.954228400 +0000 UTC</code></p>
</article>
<div class="col-lg-2 odin-toc-border navbar-light"><div class="sticky-top odin-below-navbar py-3">
<nav id="TableOfContents">
Expand Down
50 changes: 25 additions & 25 deletions core/builtin/index.html

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions core/bytes/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion core/c/frontend/preprocessor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ <h2 id="pkg-source-files">Source Files</h2>
<li><a href="https://github.com/odin-lang/Odin/tree/master/core/c/frontend/preprocessor/unquote.odin">unquote.odin</a></li>
</ul>
<h2 id="pkg-generation-information">Generation Information</h2>
<p>Generated with <code>odin version dev-2023-08 (vendor "odin") Windows_amd64 @ 2023-08-04 21:08:17.954191500 +0000 UTC</code></p>
<p>Generated with <code>odin version dev-2023-09 (vendor "odin") Windows_amd64 @ 2023-09-02 21:07:07.884693900 +0000 UTC</code></p>
</article>
<div class="col-lg-2 odin-toc-border navbar-light"><div class="sticky-top odin-below-navbar py-3">
<nav id="TableOfContents">
Expand Down
2 changes: 1 addition & 1 deletion core/c/frontend/tokenizer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ <h2 id="pkg-source-files">Source Files</h2>
<li><a href="https://github.com/odin-lang/Odin/tree/master/core/c/frontend/tokenizer/unicode.odin">unicode.odin</a></li>
</ul>
<h2 id="pkg-generation-information">Generation Information</h2>
<p>Generated with <code>odin version dev-2023-08 (vendor "odin") Windows_amd64 @ 2023-08-04 21:08:17.942863600 +0000 UTC</code></p>
<p>Generated with <code>odin version dev-2023-09 (vendor "odin") Windows_amd64 @ 2023-09-02 21:07:07.963127600 +0000 UTC</code></p>
</article>
<div class="col-lg-2 odin-toc-border navbar-light"><div class="sticky-top odin-below-navbar py-3">
<nav id="TableOfContents">
Expand Down
2 changes: 1 addition & 1 deletion core/c/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ <h2 id="pkg-source-files">Source Files</h2>
<li><a href="https://github.com/odin-lang/Odin/tree/master/core/c/c.odin">c.odin</a></li>
</ul>
<h2 id="pkg-generation-information">Generation Information</h2>
<p>Generated with <code>odin version dev-2023-08 (vendor "odin") Windows_amd64 @ 2023-08-04 21:08:17.780881500 +0000 UTC</code></p>
<p>Generated with <code>odin version dev-2023-09 (vendor "odin") Windows_amd64 @ 2023-09-02 21:07:07.686287600 +0000 UTC</code></p>
</article>
<div class="col-lg-2 odin-toc-border navbar-light"><div class="sticky-top odin-below-navbar py-3">
<nav id="TableOfContents">
Expand Down
12 changes: 6 additions & 6 deletions core/c/libc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1549,7 +1549,7 @@ <h3 id="intptr_t"><span><a class="doc-id-link" href="#intptr_t">intptr_t<span cl
<div class="pkg-entity">
<h3 id="jmp_buf"><span><a class="doc-id-link" href="#jmp_buf">jmp_buf<span class="a-hidden">&nbsp;¶</span></a></span><div class="doc-source"><a href="https://github.com/odin-lang/Odin/tree/master/core/c/libc/setjmp.odin#L66"><em>Source</em></a></div></h3>
<div>
<pre class="doc-code">jmp_buf :: <span class="keyword-type">struct</span> <span class="directive">#align</span>&nbsp;16 {
<pre class="doc-code">jmp_buf :: <span class="keyword-type">struct</span> <span class="directive">#align</span>&nbsp;(16) {
_: [4096]<a href="/core/builtin#u8"><span class="doc-builtin">u8</span></a>,
}</pre>
</div>
Expand Down Expand Up @@ -1613,7 +1613,7 @@ <h3 id="longlong"><span><a class="doc-id-link" href="#longlong">longlong<span cl
<div class="pkg-entity">
<h3 id="mbstate_t"><span><a class="doc-id-link" href="#mbstate_t">mbstate_t<span class="a-hidden">&nbsp;¶</span></a></span><div class="doc-source"><a href="https://github.com/odin-lang/Odin/tree/master/core/c/libc/wchar.odin#L101"><em>Source</em></a></div></h3>
<div>
<pre class="doc-code">mbstate_t :: <span class="keyword-type">struct</span> <span class="directive">#align</span>&nbsp;16 {
<pre class="doc-code">mbstate_t :: <span class="keyword-type">struct</span> <span class="directive">#align</span>&nbsp;(16) {
_: [32]<a href="/core/builtin#u8"><span class="doc-builtin">u8</span></a>,
}</pre>
</div>
Expand Down Expand Up @@ -1795,7 +1795,7 @@ <h5>Related Procedures With Returns</h5>
<div class="pkg-entity">
<h3 id="timespec"><span><a class="doc-id-link" href="#timespec">timespec<span class="a-hidden">&nbsp;¶</span></a></span><div class="doc-source"><a href="https://github.com/odin-lang/Odin/tree/master/core/c/libc/time.odin#L38"><em>Source</em></a></div></h3>
<div>
<pre class="doc-code">timespec :: <span class="keyword-type">struct</span> <span class="directive">#align</span>&nbsp;8 {
<pre class="doc-code">timespec :: <span class="keyword-type">struct</span> <span class="directive">#align</span>&nbsp;(8) {
tv_sec: <a class="code-typename" href="/core/c/libc/#time_t">time_t</a>,
tv_nsec: <a href="/core/builtin#i32"><span class="doc-builtin">i32</span></a>,
}</pre>
Expand All @@ -1811,7 +1811,7 @@ <h5>Related Procedures With Parameters</h5>
<div class="pkg-entity">
<h3 id="tm"><span><a class="doc-id-link" href="#tm">tm<span class="a-hidden">&nbsp;¶</span></a></span><div class="doc-source"><a href="https://github.com/odin-lang/Odin/tree/master/core/c/libc/time.odin#L43"><em>Source</em></a></div></h3>
<div>
<pre class="doc-code">tm :: <span class="keyword-type">struct</span> <span class="directive">#align</span>&nbsp;8 {
<pre class="doc-code">tm :: <span class="keyword-type">struct</span> <span class="directive">#align</span>&nbsp;(8) {
tm_sec,
tm_min,
tm_hour,
Expand Down Expand Up @@ -1980,7 +1980,7 @@ <h3 id="ushort"><span><a class="doc-id-link" href="#ushort">ushort<span class="a
<div class="pkg-entity">
<h3 id="va_list"><span><a class="doc-id-link" href="#va_list">va_list<span class="a-hidden">&nbsp;¶</span></a></span><div class="doc-source"><a href="https://github.com/odin-lang/Odin/tree/master/core/c/libc/stdarg.odin#L21"><em>Source</em></a></div></h3>
<div>
<pre class="doc-code">va_list :: <span class="keyword-type">struct</span> <span class="directive">#align</span>&nbsp;16 {
<pre class="doc-code">va_list :: <span class="keyword-type">struct</span> <span class="directive">#align</span>&nbsp;(16) {
_: [4096]<a href="/core/builtin#u8"><span class="doc-builtin">u8</span></a>,
}</pre>
</div>
Expand Down Expand Up @@ -6114,7 +6114,7 @@ <h2 id="pkg-source-files">Source Files</h2>
<li><a href="https://github.com/odin-lang/Odin/tree/master/core/c/libc/wctype.odin">wctype.odin</a></li>
</ul>
<h2 id="pkg-generation-information">Generation Information</h2>
<p>Generated with <code>odin version dev-2023-08 (vendor "odin") Windows_amd64 @ 2023-08-04 21:08:17.777552900 +0000 UTC</code></p>
<p>Generated with <code>odin version dev-2023-09 (vendor "odin") Windows_amd64 @ 2023-09-02 21:07:07.933562500 +0000 UTC</code></p>
</article>
<div class="col-lg-2 odin-toc-border navbar-light"><div class="sticky-top odin-below-navbar py-3">
<nav id="TableOfContents">
Expand Down
2 changes: 1 addition & 1 deletion core/compress/gzip/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ <h2 id="pkg-source-files">Source Files</h2>
<li><a href="https://github.com/odin-lang/Odin/tree/master/core/compress/gzip/gzip.odin">gzip.odin</a></li>
</ul>
<h2 id="pkg-generation-information">Generation Information</h2>
<p>Generated with <code>odin version dev-2023-08 (vendor "odin") Windows_amd64 @ 2023-08-04 21:08:17.787023300 +0000 UTC</code></p>
<p>Generated with <code>odin version dev-2023-09 (vendor "odin") Windows_amd64 @ 2023-09-02 21:07:08.199848100 +0000 UTC</code></p>
</article>
<div class="col-lg-2 odin-toc-border navbar-light"><div class="sticky-top odin-below-navbar py-3">
<nav id="TableOfContents">
Expand Down
2 changes: 1 addition & 1 deletion core/compress/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ <h2 id="pkg-source-files">Source Files</h2>
<li><a href="https://github.com/odin-lang/Odin/tree/master/core/compress/common.odin">common.odin</a></li>
</ul>
<h2 id="pkg-generation-information">Generation Information</h2>
<p>Generated with <code>odin version dev-2023-08 (vendor "odin") Windows_amd64 @ 2023-08-04 21:08:17.724346600 +0000 UTC</code></p>
<p>Generated with <code>odin version dev-2023-09 (vendor "odin") Windows_amd64 @ 2023-09-02 21:07:08.180047800 +0000 UTC</code></p>
</article>
<div class="col-lg-2 odin-toc-border navbar-light"><div class="sticky-top odin-below-navbar py-3">
<nav id="TableOfContents">
Expand Down
2 changes: 1 addition & 1 deletion core/compress/shoco/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ <h2 id="pkg-source-files">Source Files</h2>
<li><a href="https://github.com/odin-lang/Odin/tree/master/core/compress/shoco/shoco.odin">shoco.odin</a></li>
</ul>
<h2 id="pkg-generation-information">Generation Information</h2>
<p>Generated with <code>odin version dev-2023-08 (vendor "odin") Windows_amd64 @ 2023-08-04 21:08:17.943805200 +0000 UTC</code></p>
<p>Generated with <code>odin version dev-2023-09 (vendor "odin") Windows_amd64 @ 2023-09-02 21:07:07.771344900 +0000 UTC</code></p>
</article>
<div class="col-lg-2 odin-toc-border navbar-light"><div class="sticky-top odin-below-navbar py-3">
<nav id="TableOfContents">
Expand Down
Loading

0 comments on commit 7c7d3fc

Please sign in to comment.