docs: regenerate

This commit is contained in:
goat 2023-01-26 23:57:38 +01:00
parent 4d7da00af3
commit 83586fd46b
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
658 changed files with 80853 additions and 15683 deletions

View file

@ -199,20 +199,38 @@
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Localization_ExportLocalizable.md&amp;value=---%0Auid%3A%20Dalamud.Localization.ExportLocalizable%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Localization_ExportLocalizable_System_Boolean_.md&amp;value=---%0Auid%3A%20Dalamud.Localization.ExportLocalizable(System.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Localization.cs/#L143">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Localization.cs/#L144">View Source</a>
</span>
<a id="Dalamud_Localization_ExportLocalizable_" data-uid="Dalamud.Localization.ExportLocalizable*"></a>
<h4 id="Dalamud_Localization_ExportLocalizable" data-uid="Dalamud.Localization.ExportLocalizable">ExportLocalizable()</h4>
<h4 id="Dalamud_Localization_ExportLocalizable_System_Boolean_" data-uid="Dalamud.Localization.ExportLocalizable(System.Boolean)">ExportLocalizable(Boolean)</h4>
<div class="markdown level1 summary"><p>Saves localizable JSON data in the current working directory for the provided assembly.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void ExportLocalizable()</code></pre>
<pre><code class="lang-csharp hljs">public void ExportLocalizable(bool ignoreInvalidFunctions = false)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">ignoreInvalidFunctions</span></td>
<td><p>If set to true, this ignores malformed Localize functions instead of failing.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Localization_Localize_System_String_System_String_.md&amp;value=---%0Auid%3A%20Dalamud.Localization.Localize(System.String%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>