docs: regenerate

This commit is contained in:
goaaats 2022-04-03 04:09:45 +02:00
parent 10c7cee542
commit 077c1bca96
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
1010 changed files with 17458 additions and 9354 deletions

View file

@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class ImGuiHelpers
">
<meta name="generator" content="docfx 2.59.0.0">
<meta name="generator" content="docfx 2.59.1.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
@ -329,6 +329,40 @@
<tr>
<td><span class="xref">System.Numerics.Vector2</span></td>
<td><p><span class="xref">System.Numerics.Vector2</span> with the size of the button.</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_Interface_ImGuiHelpers_SafeTextWrapped_System_String_.md&amp;value=---%0Auid%3A%20Dalamud.Interface.ImGuiHelpers.SafeTextWrapped(System.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>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/ImGuiHelpers.cs/#L137">View Source</a>
</span>
<a id="Dalamud_Interface_ImGuiHelpers_SafeTextWrapped_" data-uid="Dalamud.Interface.ImGuiHelpers.SafeTextWrapped*"></a>
<h4 id="Dalamud_Interface_ImGuiHelpers_SafeTextWrapped_System_String_" data-uid="Dalamud.Interface.ImGuiHelpers.SafeTextWrapped(System.String)">SafeTextWrapped(String)</h4>
<div class="markdown level1 summary"><p>Write unformatted text wrapped.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void SafeTextWrapped(string text)</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.String</span></td>
<td><span class="parametername">text</span></td>
<td><p>The text to write.</p>
</td>
</tr>
</tbody>