docs: regenerate

This commit is contained in:
goat 2021-10-20 03:28:08 +02:00
parent dd72261893
commit c050e83210
No known key found for this signature in database
GPG key ID: 7773BB5B43BA52E5
997 changed files with 51585 additions and 22166 deletions

View file

@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Namespace Dalamud.Hooking
">
<meta name="generator" content="docfx 2.58.0.0">
<meta name="generator" content="docfx 2.58.4.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
@ -77,6 +77,10 @@
<div class="markdown level0 remarks"></div>
<h3 id="classes">Classes
</h3>
<h4><a class="xref" href="Dalamud.Hooking.AsmHook.html">AsmHook</a></h4>
<section><p>Manages a hook which can be used to intercept a call to native function.
This class is basically a thin wrapper around the LocalHook type to provide helper functions.</p>
</section>
<h4><a class="xref" href="Dalamud.Hooking.Hook-1.html">Hook&lt;T&gt;</a></h4>
<section><p>Manages a hook which can be used to intercept a call to native function.
This class is basically a thin wrapper around the LocalHook type to provide helper functions.</p>
@ -85,6 +89,12 @@ This class is basically a thin wrapper around the LocalHook type to provide help
</h3>
<h4><a class="xref" href="Dalamud.Hooking.IDalamudHook.html">IDalamudHook</a></h4>
<section><p>Interface describing a generic hook.</p>
</section>
<h3 id="enums">Enums
</h3>
<h4><a class="xref" href="Dalamud.Hooking.AsmHookBehaviour.html">AsmHookBehaviour</a></h4>
<section><p>Defines the behaviour used by the Dalamud.Hooking.AsmHook.
This is equivalent to the same enumeration in Reloaded and is included so you do not have to reference the assembly.</p>
</section>
</article>
</div>