Skip to content

Commit

Permalink
Deployed 56a4e1d to next with MkDocs 1.6.0 and mike 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
uniffi-docs[bot] committed Jan 21, 2025
1 parent b8ad3c4 commit cc42737
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions next/kotlin/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -1844,6 +1844,11 @@ <h2 id="available-options">Available options</h2>
<td><code>"x.y.z"</code></td>
<td>When provided, it will enable features in the bindings supported for this version. The build process will fail if an invalid format is used.</td>
</tr>
<tr>
<td><code>omit_checksums</code></td>
<td><code>false</code></td>
<td>Whether to omit checking the library checksums as the library is initialized. Changing this will shoot yourself in the foot if you mixup your build pipeline in any way, but might speed up initialization.</td>
</tr>
</tbody>
</table>
<h2 id="example">Example</h2>
Expand Down
5 changes: 5 additions & 0 deletions next/swift/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -1851,6 +1851,11 @@ <h2 id="available-options">Available options</h2>
<td><code>false</code></td>
<td>Whether to make generated error types conform to <code>LocalizedError</code>.</td>
</tr>
<tr>
<td><code>omit_checksums</code></td>
<td><code>false</code></td>
<td>Whether to omit checking the library checksums as the library is initialized. Changing this will shoot yourself in the foot if you mixup your build pipeline in any way, but might speed up initialization.</td>
</tr>
</tbody>
</table>
<p>[^1]: <code>namespace</code> is the top-level namespace from your UDL file.</p>
Expand Down

0 comments on commit cc42737

Please sign in to comment.