Skip to content

Commit

Permalink
Update documentation [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pardeike-bot committed Feb 12, 2024
1 parent 3869952 commit fd02327
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 1,742 deletions.
107 changes: 3 additions & 104 deletions docs/api/HarmonyLib.ExceptionBlock.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,110 +87,9 @@ <h5 id="HarmonyLib_ExceptionBlock_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class ExceptionBlock</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/pardeike/Harmony/new/master/apiSpec/new?filename=HarmonyLib_ExceptionBlock__ctor_HarmonyLib_ExceptionBlockType_System_Type_.md&amp;value=---%0Auid%3A%20HarmonyLib.ExceptionBlock.%23ctor(HarmonyLib.ExceptionBlockType%2CSystem.Type)%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/pardeike/Harmony/blob/master/Harmony/Public/ExceptionBlock.cs/#L50">View Source</a>
</span>
<a id="HarmonyLib_ExceptionBlock__ctor_" data-uid="HarmonyLib.ExceptionBlock.#ctor*"></a>
<h4 id="HarmonyLib_ExceptionBlock__ctor_HarmonyLib_ExceptionBlockType_System_Type_" data-uid="HarmonyLib.ExceptionBlock.#ctor(HarmonyLib.ExceptionBlockType,System.Type)">ExceptionBlock(ExceptionBlockType, Type)</h4>
<div class="markdown level1 summary"><p>Creates an exception block</p>
<h5 id="HarmonyLib_ExceptionBlock_remarks"><strong>Remarks</strong></h5>
<div class="markdown level0 remarks"><p>Creates an exception block</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ExceptionBlock(ExceptionBlockType blockType, Type catchType = 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><a class="xref" href="HarmonyLib.ExceptionBlockType.html">ExceptionBlockType</a></td>
<td><span class="parametername">blockType</span></td>
<td><p>The <a class="xref" href="HarmonyLib.ExceptionBlockType.html">ExceptionBlockType</a></p>
</td>
</tr>
<tr>
<td><span class="xref">System.Type</span></td>
<td><span class="parametername">catchType</span></td>
<td><p>The catch type</p>
</td>
</tr>
</tbody>
</table>
<h3 id="fields">Fields
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/pardeike/Harmony/new/master/apiSpec/new?filename=HarmonyLib_ExceptionBlock_blockType.md&amp;value=---%0Auid%3A%20HarmonyLib.ExceptionBlock.blockType%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/pardeike/Harmony/blob/master/Harmony/Public/ExceptionBlock.cs/#L40">View Source</a>
</span>
<h4 id="HarmonyLib_ExceptionBlock_blockType" data-uid="HarmonyLib.ExceptionBlock.blockType">blockType</h4>
<div class="markdown level1 summary"><p>Block type</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ExceptionBlockType blockType</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="HarmonyLib.ExceptionBlockType.html">ExceptionBlockType</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/pardeike/Harmony/new/master/apiSpec/new?filename=HarmonyLib_ExceptionBlock_catchType.md&amp;value=---%0Auid%3A%20HarmonyLib.ExceptionBlock.catchType%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/pardeike/Harmony/blob/master/Harmony/Public/ExceptionBlock.cs/#L44">View Source</a>
</span>
<h4 id="HarmonyLib_ExceptionBlock_catchType" data-uid="HarmonyLib.ExceptionBlock.catchType">catchType</h4>
<div class="markdown level1 summary"><p>Catch type</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Type catchType</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Type</span></td>
<td></td>
</tr>
</tbody>
</table>
</article>
</div>

Expand All @@ -202,7 +101,7 @@ <h5 class="fieldValue">Field Value</h5>
<a href="https://github.com/pardeike/Harmony/new/master/apiSpec/new?filename=HarmonyLib_ExceptionBlock.md&amp;value=---%0Auid%3A%20HarmonyLib.ExceptionBlock%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" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/pardeike/Harmony/blob/master/Harmony/Public/ExceptionBlock.cs/#L36" class="contribution-link">View Source</a>
<a href="https://github.com/pardeike/Harmony/blob/master/Harmony/Public/ExceptionBlock.cs/#L40" class="contribution-link">View Source</a>
</li>
</ul>
</div>
Expand Down
Loading

0 comments on commit fd02327

Please sign in to comment.