docs: regenerate

This commit is contained in:
goat 2020-06-30 01:24:24 +02:00
parent 1a6971d3f3
commit 1b2bdb74bb
30 changed files with 352 additions and 1987 deletions

View file

@ -277,7 +277,7 @@ public class Completion : IExcelRow</code></pre>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int RowId { get; set; }</code></pre>
<pre><code class="lang-csharp hljs">public uint RowId { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@ -289,7 +289,7 @@ public class Completion : IExcelRow</code></pre>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="xref">System.UInt32</span></td>
<td></td>
</tr>
</tbody>
@ -307,7 +307,7 @@ public class Completion : IExcelRow</code></pre>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int SubRowId { get; set; }</code></pre>
<pre><code class="lang-csharp hljs">public uint SubRowId { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@ -319,7 +319,7 @@ public class Completion : IExcelRow</code></pre>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="xref">System.UInt32</span></td>
<td></td>
</tr>
</tbody>