docs: regenerate

This commit is contained in:
goat 2023-01-26 23:57:38 +01:00
parent 4d7da00af3
commit 83586fd46b
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
658 changed files with 80853 additions and 15683 deletions

View file

@ -287,8 +287,7 @@ often the name is only present in a following text payload.</p>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonProperty]
public bool IsHQ { get; }</code></pre>
<pre><code class="lang-csharp hljs">public bool IsHQ { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@ -319,8 +318,7 @@ public bool IsHQ { get; }</code></pre>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public Item Item { get; }</code></pre>
<pre><code class="lang-csharp hljs">public Item? Item { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@ -332,7 +330,7 @@ public Item Item { get; }</code></pre>
</thead>
<tbody>
<tr>
<td><span class="xref">Lumina.Excel.GeneratedSheets.Item</span></td>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">Item</span>&gt;</td>
<td></td>
</tr>
</tbody>
@ -354,8 +352,7 @@ public Item Item { get; }</code></pre>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public uint ItemId { get; }</code></pre>
<pre><code class="lang-csharp hljs">public uint ItemId { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@ -386,8 +383,7 @@ public uint ItemId { get; }</code></pre>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonProperty]
public ItemPayload.ItemKind Kind { get; set; }</code></pre>
<pre><code class="lang-csharp hljs">public ItemPayload.ItemKind Kind { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@ -418,8 +414,7 @@ public ItemPayload.ItemKind Kind { get; set; }</code></pre>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public uint RawItemId { get; }</code></pre>
<pre><code class="lang-csharp hljs">public uint RawItemId { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">