docs: regenerate

This commit is contained in:
goat 2021-04-07 20:41:53 +02:00
parent 3f2a0c6bfe
commit 0c8e15a39f
81 changed files with 3440 additions and 905 deletions

View file

@ -210,8 +210,7 @@ The world name will always be present.</p>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonIgnore]
public string DisplayedName { get; }</code></pre>
<pre><code class="lang-csharp hljs">public string DisplayedName { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@ -242,8 +241,7 @@ public string DisplayedName { 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 string PlayerName { get; set; }</code></pre>
<pre><code class="lang-csharp hljs">public string PlayerName { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@ -306,8 +304,7 @@ public string PlayerName { 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 World World { get; }</code></pre>
<pre><code class="lang-csharp hljs">public World World { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@ -319,7 +316,7 @@ public World World { get; }</code></pre>
</thead>
<tbody>
<tr>
<td><span class="xref">Lumina.Excel.GeneratedSheets.World</span></td>
<td><span class="xref">World</span></td>
<td></td>
</tr>
</tbody>