docs: regenerate

This commit is contained in:
goat 2021-08-21 22:57:51 +02:00
parent c864cae087
commit 1eb35f29eb
No known key found for this signature in database
GPG key ID: F18F057873895461
935 changed files with 148201 additions and 35402 deletions

View file

@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Namespace Dalamud
">
<meta name="generator" content="docfx 2.56.6.0">
<meta name="generator" content="docfx 2.58.0.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
@ -77,11 +77,11 @@
<div class="markdown level0 remarks"></div>
<h3 id="classes">Classes
</h3>
<h4><a class="xref" href="Dalamud.Dalamud.html">Dalamud</a></h4>
<section><p>The main Dalamud class containing all subsystems.</p>
<h4><a class="xref" href="Dalamud.ClientLanguageExtensions.html">ClientLanguageExtensions</a></h4>
<section><p>Extension methods for the <a class="xref" href="Dalamud.ClientLanguage.html">ClientLanguage</a> class.</p>
</section>
<h4><a class="xref" href="Dalamud.DalamudStartInfo.html">DalamudStartInfo</a></h4>
<section><p>Class containing information needed to initialize Dalamud.</p>
<section><p>Struct containing information needed to initialize Dalamud.</p>
</section>
<h4><a class="xref" href="Dalamud.EntryPoint.html">EntryPoint</a></h4>
<section><p>The main entrypoint for the Dalamud system.</p>
@ -92,8 +92,8 @@
<h4><a class="xref" href="Dalamud.SafeMemory.html">SafeMemory</a></h4>
<section><p>Class facilitating safe memory access.</p>
</section>
<h4><a class="xref" href="Dalamud.Util.html">Util</a></h4>
<section><p>Class providing various helper methods for use in Dalamud and plugins.</p>
<h4><a class="xref" href="Dalamud.Troubleshooting.html">Troubleshooting</a></h4>
<section><p>Class responsible for printing troubleshooting information to the log.</p>
</section>
<h3 id="enums">Enums
</h3>
@ -102,6 +102,9 @@
</section>
<h3 id="delegates">Delegates
</h3>
<h4><a class="xref" href="Dalamud.EntryPoint.InitDelegate.html">EntryPoint.InitDelegate</a></h4>
<section><p>A delegate used during initialization of the CLR from Dalamud.Boot.</p>
</section>
<h4><a class="xref" href="Dalamud.Localization.LocalizationChangedDelegate.html">Localization.LocalizationChangedDelegate</a></h4>
<section><p>Delegate for the <a class="xref" href="Dalamud.Localization.html#Dalamud_Localization_OnLocalizationChanged">OnLocalizationChanged</a> event that occurs when the language is changed.</p>
</section>