Skip to content

Commit

Permalink
deploy: bc03b6b
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalkuthe committed Apr 27, 2024
1 parent 9ae2ed6 commit f883795
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 6 deletions.
12 changes: 10 additions & 2 deletions master/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1887,7 +1887,11 @@ <h4 id="syntax-highlighting"><a class="header" href="#syntax-highlighting">Synta
<li><code>parameter</code> - Function parameters</li>
<li><code>other</code>
<ul>
<li><code>member</code> - Fields of composite data types (e.g. structs, unions)</li>
<li><code>member</code> - Fields of composite data types (e.g. structs, unions)
<ul>
<li><code>private</code> - Private fields that use a unique syntax (currently just ECMAScript-based languages)</li>
</ul>
</li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -1933,7 +1937,11 @@ <h4 id="syntax-highlighting"><a class="header" href="#syntax-highlighting">Synta
<p><code>function</code></p>
<ul>
<li><code>builtin</code></li>
<li><code>method</code></li>
<li><code>method</code>
<ul>
<li><code>private</code> - Private methods that use a unique syntax (currently just ECMAScript-based languages)</li>
</ul>
</li>
<li><code>macro</code></li>
<li><code>special</code> (preprocessor in C)</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion master/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion master/searchindex.json

Large diffs are not rendered by default.

12 changes: 10 additions & 2 deletions master/themes.html
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,11 @@ <h4 id="syntax-highlighting"><a class="header" href="#syntax-highlighting">Synta
<li><code>parameter</code> - Function parameters</li>
<li><code>other</code>
<ul>
<li><code>member</code> - Fields of composite data types (e.g. structs, unions)</li>
<li><code>member</code> - Fields of composite data types (e.g. structs, unions)
<ul>
<li><code>private</code> - Private fields that use a unique syntax (currently just ECMAScript-based languages)</li>
</ul>
</li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -405,7 +409,11 @@ <h4 id="syntax-highlighting"><a class="header" href="#syntax-highlighting">Synta
<p><code>function</code></p>
<ul>
<li><code>builtin</code></li>
<li><code>method</code></li>
<li><code>method</code>
<ul>
<li><code>private</code> - Private methods that use a unique syntax (currently just ECMAScript-based languages)</li>
</ul>
</li>
<li><code>macro</code></li>
<li><code>special</code> (preprocessor in C)</li>
</ul>
Expand Down

0 comments on commit f883795

Please sign in to comment.