Skip to content

Commit

Permalink
Deployed c332854 to latest with MkDocs 1.6.1 and mike 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rturrado committed Oct 8, 2024
1 parent 3e5a102 commit adcfeda
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion latest/api/cpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ <h1>C++</h1>
</div>
</div>
<div class="docblock">
<pre><code class="language-cpp decl"><div>void register_instruction(const std::string& name, const std::string& param_types);</div></code></pre>
<pre><code class="language-cpp decl"><div>void register_instruction(const std::string& name, const std::optional&lt;std::string>& param_types);</div></code></pre>
<div class="docblock-desc">
<p>Registers an instruction type.</p>
<p>The <code>param_types</code> can be:<ul>
Expand Down
Loading

0 comments on commit adcfeda

Please sign in to comment.