docs: regenerate

This commit is contained in:
goaaats 2021-12-08 21:55:20 +01:00
parent 7999ad64e6
commit df29b2b246
No known key found for this signature in database
GPG key ID: F18F057873895461
377 changed files with 9085 additions and 6189 deletions

View file

@ -177,6 +177,46 @@
</table>
<h3 id="methods">Methods
</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_Interface_ImGuiHelpers_ClickToCopyText_System_String_System_String_.md&amp;value=---%0Auid%3A%20Dalamud.Interface.ImGuiHelpers.ClickToCopyText(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>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/ImGuiHelpers.cs/#L120">View Source</a>
</span>
<a id="Dalamud_Interface_ImGuiHelpers_ClickToCopyText_" data-uid="Dalamud.Interface.ImGuiHelpers.ClickToCopyText*"></a>
<h4 id="Dalamud_Interface_ImGuiHelpers_ClickToCopyText_System_String_System_String_" data-uid="Dalamud.Interface.ImGuiHelpers.ClickToCopyText(System.String,System.String)">ClickToCopyText(String, String)</h4>
<div class="markdown level1 summary"><p>Print out text that can be copied when clicked.</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 ClickToCopyText(string text, string textCopy = null)</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 show.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">textCopy</span></td>
<td><p>The text to copy when clicked.</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_DefaultColorPalette_System_Int32_.md&amp;value=---%0Auid%3A%20Dalamud.Interface.ImGuiHelpers.DefaultColorPalette(System.Int32)%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>