Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pardeike-bot committed Jan 24, 2020
1 parent ec047da commit 73a9fb8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions docs/api/HarmonyLib.PatchClassProcessor.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h3 id="constructors">Constructors
<a href="https://github.com/pardeike/Harmony/new/master/apiSpec/new?filename=HarmonyLib_PatchClassProcessor__ctor_HarmonyLib_Harmony_System_Type_.md&amp;value=---%0Auid%3A%20HarmonyLib.PatchClassProcessor.%23ctor(HarmonyLib.Harmony%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/PatchClassProcessor.cs/#L33">View Source</a>
<a href="https://github.com/pardeike/Harmony/blob/master/Harmony/Public/PatchClassProcessor.cs/#L32">View Source</a>
</span>
<a id="HarmonyLib_PatchClassProcessor__ctor_" data-uid="HarmonyLib.PatchClassProcessor.#ctor*"></a>
<h4 id="HarmonyLib_PatchClassProcessor__ctor_HarmonyLib_Harmony_System_Type_" data-uid="HarmonyLib.PatchClassProcessor.#ctor(HarmonyLib.Harmony,System.Type)">PatchClassProcessor(Harmony, Type)</h4>
Expand Down Expand Up @@ -160,7 +160,7 @@ <h3 id="methods">Methods
<a href="https://github.com/pardeike/Harmony/new/master/apiSpec/new?filename=HarmonyLib_PatchClassProcessor_Patch.md&amp;value=---%0Auid%3A%20HarmonyLib.PatchClassProcessor.Patch%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/PatchClassProcessor.cs/#L72">View Source</a>
<a href="https://github.com/pardeike/Harmony/blob/master/Harmony/Public/PatchClassProcessor.cs/#L71">View Source</a>
</span>
<a id="HarmonyLib_PatchClassProcessor_Patch_" data-uid="HarmonyLib.PatchClassProcessor.Patch*"></a>
<h4 id="HarmonyLib_PatchClassProcessor_Patch" data-uid="HarmonyLib.PatchClassProcessor.Patch">Patch()</h4>
Expand All @@ -182,7 +182,7 @@ <h5 class="returns">Returns</h5>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.List</span>&lt;<span class="xref">System.Reflection.MethodInfo</span>&gt;</td>
<td><p>A list of all created dynamic methods</p>
<td><p>A list of all created dynamic methods or null if patch class is not annotated</p>
</td>
</tr>
</tbody>
Expand All @@ -198,7 +198,7 @@ <h5 class="returns">Returns</h5>
<a href="https://github.com/pardeike/Harmony/new/master/apiSpec/new?filename=HarmonyLib_PatchClassProcessor.md&amp;value=---%0Auid%3A%20HarmonyLib.PatchClassProcessor%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/PatchClassProcessor.cs/#L10" class="contribution-link">View Source</a>
<a href="https://github.com/pardeike/Harmony/blob/master/Harmony/Public/PatchClassProcessor.cs/#L9" class="contribution-link">View Source</a>
</li>
</ul>
</div>
Expand Down
10 changes: 5 additions & 5 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@
"output": {
".html": {
"relative_path": "api/HarmonyLib.PatchClassProcessor.html",
"hash": "bvJ0xmfXIPu9tdBMuWBx6g=="
"hash": "HQzkA6lT3w4zky1lLNuYng=="
}
},
"is_incremental": false,
Expand Down Expand Up @@ -926,9 +926,9 @@
"full_build_reason_code": "NoAvailableBuildCache"
},
"processors": {
"ResourceDocumentProcessor": {
"TocDocumentProcessor": {
"can_incremental": false,
"details": "Processor ResourceDocumentProcessor cannot support incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
"details": "Processor TocDocumentProcessor cannot support incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
"incrementalPhase": "build",
"total_file_count": 0,
"skipped_file_count": 0
Expand All @@ -945,9 +945,9 @@
"total_file_count": 54,
"skipped_file_count": 0
},
"TocDocumentProcessor": {
"ResourceDocumentProcessor": {
"can_incremental": false,
"details": "Processor TocDocumentProcessor cannot support incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
"details": "Processor ResourceDocumentProcessor cannot support incremental build because the processor doesn't implement ISupportIncrementalDocumentProcessor interface.",
"incrementalPhase": "build",
"total_file_count": 0,
"skipped_file_count": 0
Expand Down

0 comments on commit 73a9fb8

Please sign in to comment.