Skip to content

Commit

Permalink
Update user manual.
Browse files Browse the repository at this point in the history
  • Loading branch information
b2-bot committed Jun 6, 2024
1 parent ae51c7e commit abbe248
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions manual/main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7882,7 +7882,7 @@ <h5 id="_b2modulesbinding"><a class="anchor" href="#_b2modulesbinding"></a><code
C++
</td>
<td class="hdlist2">
<p><code>value_ref binding(const std::string &amp; module_name);</code></p>
<p><code>value_ref binding(std::string module_name);</code></p>
</td>
</tr>
</table>
Expand Down Expand Up @@ -7920,8 +7920,7 @@ <h5 id="_b2modulesrecord_binding"><a class="anchor" href="#_b2modulesrecord_bind
C++
</td>
<td class="hdlist2">
<p><code>void record_binding(const std::string &amp; module_name, const value_ref &amp;
value);</code></p>
<p><code>void record_binding(std::string module_name, value_ref value);</code></p>
</td>
</tr>
</table>
Expand Down Expand Up @@ -7964,8 +7963,8 @@ <h5 id="_b2modulespoke"><a class="anchor" href="#_b2modulespoke"></a><code>b2::m
C++
</td>
<td class="hdlist2">
<p><code>void poke(const std::string &amp; module_name, list_cref variables,
list_cref value);</code></p>
<p><code>void poke(std::string module_name, list_cref variables, list_cref
value);</code></p>
</td>
</tr>
</table>
Expand Down Expand Up @@ -8005,7 +8004,7 @@ <h5 id="_b2modulespeek"><a class="anchor" href="#_b2modulespeek"></a><code>b2::m
C++
</td>
<td class="hdlist2">
<p><code>list_ref peek(const std::string &amp; module_name, list_cref variables);</code></p>
<p><code>list_ref peek(std::string module_name, list_cref variables);</code></p>
</td>
</tr>
</table>
Expand Down Expand Up @@ -8079,8 +8078,8 @@ <h5 id="_b2modulescall_in"><a class="anchor" href="#_b2modulescall_in"></a><code
C++
</td>
<td class="hdlist2">
<p><code>list_ref call_in(const value_ref &amp; module_name, std::tuple&lt;value_ref,
list_ref&gt; const lists &amp; rest, bind::context_ref_ context_ref);</code></p>
<p><code>list_ref call_in(value_ref module_name, std::tuple&lt;value_ref, list_ref&gt;
const lists &amp; rest, bind::context_ref_ context_ref);</code></p>
</td>
</tr>
</table>
Expand Down Expand Up @@ -8167,7 +8166,7 @@ <h5 id="_b2modulesrun_tests"><a class="anchor" href="#_b2modulesrun_tests"></a><
C++
</td>
<td class="hdlist2">
<p><code>void run_tests(const value_ref &amp; m, bind::context_ref_ context_ref);</code></p>
<p><code>void run_tests(value_ref m, bind::context_ref_ context_ref);</code></p>
</td>
</tr>
</table>
Expand Down Expand Up @@ -8199,7 +8198,7 @@ <h5 id="_b2modulesload"><a class="anchor" href="#_b2modulesload"></a><code>b2::m
C++
</td>
<td class="hdlist2">
<p><code>void load(const value_ref &amp; module_name, value_ref filename, list_cref
<p><code>void load(value_ref module_name, value_ref filename, list_cref
search, bind::context_ref_ context_ref);</code></p>
</td>
</tr>
Expand Down

0 comments on commit abbe248

Please sign in to comment.