Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pardeike-bot committed Feb 9, 2020
1 parent 362b89b commit c6ef002
Show file tree
Hide file tree
Showing 52 changed files with 1,286 additions and 72 deletions.
4 changes: 4 additions & 0 deletions docs/api/HarmonyLib.AccessTools.FieldRef-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ <h5 class="typeParameters">Type Parameters</h5>
</tr>
</tbody>
</table>
<h3 id="extensionmethods">Extension Methods</h3>
<div>
<a class="xref" href="HarmonyLib.GeneralExtensions.html#HarmonyLib_GeneralExtensions_EqualsTypedValue__1_System_Object___0_">GeneralExtensions.EqualsTypedValue&lt;T&gt;(Object, T)</a>
</div>
</article>
</div>

Expand Down
4 changes: 4 additions & 0 deletions docs/api/HarmonyLib.AccessTools.FieldRef-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ <h5 class="typeParameters">Type Parameters</h5>
</tr>
</tbody>
</table>
<h3 id="extensionmethods">Extension Methods</h3>
<div>
<a class="xref" href="HarmonyLib.GeneralExtensions.html#HarmonyLib_GeneralExtensions_EqualsTypedValue__1_System_Object___0_">GeneralExtensions.EqualsTypedValue&lt;T&gt;(Object, T)</a>
</div>
</article>
</div>

Expand Down
4 changes: 4 additions & 0 deletions docs/api/HarmonyLib.ArgumentType.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ <h3 id="fields">Fields
</tr>
</tbody>
</thead></thead></table>
<h3 id="extensionmethods">Extension Methods</h3>
<div>
<a class="xref" href="HarmonyLib.GeneralExtensions.html#HarmonyLib_GeneralExtensions_EqualsTypedValue__1_System_Object___0_">GeneralExtensions.EqualsTypedValue&lt;T&gt;(T)</a>
</div>
</article>
</div>

Expand Down
34 changes: 34 additions & 0 deletions docs/api/HarmonyLib.CodeInstruction.html
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,40 @@ <h5 class="returns">Returns</h5>
</table>
<h5 class="overrides">Overrides</h5>
<div><span class="xref">System.Object.ToString()</span></div>
<h3 id="extensionmethods">Extension Methods</h3>
<div>
<a class="xref" href="HarmonyLib.GeneralExtensions.html#HarmonyLib_GeneralExtensions_EqualsTypedValue__1_System_Object___0_">GeneralExtensions.EqualsTypedValue&lt;T&gt;(Object, T)</a>
</div>
<div>
<a class="xref" href="HarmonyLib.CodeInstructionExtensions.html#HarmonyLib_CodeInstructionExtensions_OperandIs__1_HarmonyLib_CodeInstruction___0_">CodeInstructionExtensions.OperandIs&lt;T&gt;(CodeInstruction, T)</a>
</div>
<div>
<a class="xref" href="HarmonyLib.CodeInstructionExtensions.html#HarmonyLib_CodeInstructionExtensions_IsLdarg_HarmonyLib_CodeInstruction_System_Nullable_System_Int32__">CodeInstructionExtensions.IsLdarg(CodeInstruction, Nullable&lt;Int32&gt;)</a>
</div>
<div>
<a class="xref" href="HarmonyLib.CodeInstructionExtensions.html#HarmonyLib_CodeInstructionExtensions_IsLdarga_HarmonyLib_CodeInstruction_System_Nullable_System_Int32__">CodeInstructionExtensions.IsLdarga(CodeInstruction, Nullable&lt;Int32&gt;)</a>
</div>
<div>
<a class="xref" href="HarmonyLib.CodeInstructionExtensions.html#HarmonyLib_CodeInstructionExtensions_IsStarg_HarmonyLib_CodeInstruction_System_Nullable_System_Int32__">CodeInstructionExtensions.IsStarg(CodeInstruction, Nullable&lt;Int32&gt;)</a>
</div>
<div>
<a class="xref" href="HarmonyLib.CodeInstructionExtensions.html#HarmonyLib_CodeInstructionExtensions_Branches_HarmonyLib_CodeInstruction_System_Nullable_System_Reflection_Emit_Label___">CodeInstructionExtensions.Branches(CodeInstruction, out Nullable&lt;Label&gt;)</a>
</div>
<div>
<a class="xref" href="HarmonyLib.CodeInstructionExtensions.html#HarmonyLib_CodeInstructionExtensions_Calls_HarmonyLib_CodeInstruction_System_Reflection_MethodBase_">CodeInstructionExtensions.Calls(CodeInstruction, MethodBase)</a>
</div>
<div>
<a class="xref" href="HarmonyLib.CodeInstructionExtensions.html#HarmonyLib_CodeInstructionExtensions_LoadsConstant_HarmonyLib_CodeInstruction_">CodeInstructionExtensions.LoadsConstant(CodeInstruction)</a>
</div>
<div>
<a class="xref" href="HarmonyLib.CodeInstructionExtensions.html#HarmonyLib_CodeInstructionExtensions_LoadsConstant__1_HarmonyLib_CodeInstruction___0_">CodeInstructionExtensions.LoadsConstant&lt;T&gt;(CodeInstruction, T)</a>
</div>
<div>
<a class="xref" href="HarmonyLib.CodeInstructionExtensions.html#HarmonyLib_CodeInstructionExtensions_LoadsField_HarmonyLib_CodeInstruction_System_Reflection_FieldInfo_System_Boolean_">CodeInstructionExtensions.LoadsField(CodeInstruction, FieldInfo, Boolean)</a>
</div>
<div>
<a class="xref" href="HarmonyLib.CodeInstructionExtensions.html#HarmonyLib_CodeInstructionExtensions_StoresField_HarmonyLib_CodeInstruction_System_Reflection_FieldInfo_">CodeInstructionExtensions.StoresField(CodeInstruction, FieldInfo)</a>
</div>
</article>
</div>

Expand Down
Loading

0 comments on commit c6ef002

Please sign in to comment.