Skip to content

Commit

Permalink
Update RGBDS master documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Sep 30, 2024
1 parent f523ae1 commit df6cc73
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 0 deletions.
Binary file modified docs/gbz80.7.pdf
Binary file not shown.
6 changes: 6 additions & 0 deletions docs/rgbasm.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,12 @@ <h2 class="Sh" id="DIAGNOSTICS"><a class="permalink" href="#DIAGNOSTICS">DIAGNOS
<dt id="Wmacro-shift"><a class="permalink" href="#Wmacro-shift"><code class="Fl">-Wmacro-shift</code></a></dt>
<dd>Warn when shifting macro arguments past their limits. This warning is
enabled by <code class="Fl">-Wextra</code>.</dd>
<dt id="Wno-nested-comment"><a class="permalink" href="#Wno-nested-comment"><code class="Fl">-Wno-nested-comment</code></a></dt>
<dd>Warn when the block comment start sequence
&#x2018;<code class="Li">/*</code>&#x2019; is found inside of a block
comment. Block comments cannot be nested, so an &quot;inner&quot;
&#x2018;<code class="Li">*/</code>&#x2019; is likely to have ended the
whole comment.</dd>
<dt id="Wno-obsolete"><a class="permalink" href="#Wno-obsolete"><code class="Fl">-Wno-obsolete</code></a></dt>
<dd>Warn when obsolete constructs such as the <code class="Ic">_PI</code>
constant or <code class="Ic">PRINTT</code> directive are encountered.</dd>
Expand Down
Binary file modified docs/rgbasm.1.pdf
Binary file not shown.
Binary file modified docs/rgbasm.5.pdf
Binary file not shown.
Binary file modified docs/rgbds.5.pdf
Binary file not shown.
Binary file modified docs/rgbds.7.pdf
Binary file not shown.
Binary file modified docs/rgbfix.1.pdf
Binary file not shown.
Binary file modified docs/rgbgfx.1.pdf
Binary file not shown.
Binary file modified docs/rgblink.1.pdf
Binary file not shown.
Binary file modified docs/rgblink.5.pdf
Binary file not shown.

0 comments on commit df6cc73

Please sign in to comment.