Skip to content

Commit 4acf0de

Browse files
committed
Update project documentations
1 parent 97478a1 commit 4acf0de

File tree

205 files changed

+566
-914
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

205 files changed

+566
-914
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Upload artifact
3636
uses: actions/upload-pages-artifact@v2
3737
with:
38-
path: './JsonSchema/docs'
38+
path: './JsonSchema/doc'
3939
- name: Deploy to GitHub Pages
4040
id: deployment
4141
uses: actions/deploy-pages@v2

JsonSchema.Tests/JsonSchema.Tests.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<Authors>Relogic Labs</Authors>
77
<Company>Relogic Labs</Company>
88
<Version>1.7.0</Version>
9-
<PackageVersion>1.7.0</PackageVersion>
109
<AssemblyVersion>1.7.0</AssemblyVersion>
1110
<Copyright>Copyright © Relogic Labs. All rights reserved.</Copyright>
1211
<NeutralLanguage>en</NeutralLanguage>
@@ -29,4 +28,4 @@
2928
<ProjectReference Include="..\JsonSchema\JsonSchema.csproj" />
3029
</ItemGroup>
3130

32-
</Project>
31+
</Project>

JsonSchema/JsonSchema.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
</AssemblyAttribute>
4040
<None Include="resources\icon.png" Pack="true" PackagePath="\"/>
4141
<None Include="..\README.md" Pack="true" PackagePath="\"/>
42-
<Compile Remove="docs\**"/>
43-
<EmbeddedResource Remove="docs\**"/>
44-
<None Remove="docs\**"/>
42+
<Compile Remove="doc\**"/>
43+
<EmbeddedResource Remove="doc\**"/>
44+
<None Remove="doc\**"/>
4545
</ItemGroup>
46-
</Project>
46+
</Project>

JsonSchema/docs/api/RelogicLabs.JsonSchema.Collections.IIndexMap-2.html renamed to JsonSchema/doc/api/RelogicLabs.JsonSchema.Collections.IIndexMap-2.html

File renamed without changes.

JsonSchema/docs/api/RelogicLabs.JsonSchema.Collections.IKeyer-1.html renamed to JsonSchema/doc/api/RelogicLabs.JsonSchema.Collections.IKeyer-1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h1 id="RelogicLabs_JsonSchema_Collections_IKeyer_1" data-uid="RelogicLabs.JsonS
9595
<div class="markdown conceptual"></div>
9696

9797
<div class="codewrapper">
98-
<pre><code class="lang-csharp hljs">public interface IKeyer&lt;TK&gt;</code></pre>
98+
<pre><code class="lang-csharp hljs">public interface IKeyer&lt;out TK&gt;</code></pre>
9999
</div>
100100

101101

JsonSchema/docs/api/RelogicLabs.JsonSchema.Collections.IndexHashMap-2.html renamed to JsonSchema/doc/api/RelogicLabs.JsonSchema.Collections.IndexHashMap-2.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h1 id="RelogicLabs_JsonSchema_Collections_IndexHashMap_2" data-uid="RelogicLabs
9595
<div class="markdown conceptual"></div>
9696

9797
<div class="codewrapper">
98-
<pre><code class="lang-csharp hljs">public class IndexHashMap&lt;TK, TV&gt; : IIndexMap&lt;TK, TV&gt;, IList&lt;TV&gt;, ICollection&lt;TV&gt;, IEnumerable&lt;TV&gt;, IEnumerable where TK : notnull where TV : IKeyer&lt;TK&gt;</code></pre>
98+
<pre><code class="lang-csharp hljs">public sealed class IndexHashMap&lt;TK, TV&gt; : IIndexMap&lt;TK, TV&gt;, IList&lt;TV&gt;, ICollection&lt;TV&gt;, IEnumerable&lt;TV&gt;, IEnumerable where TK : notnull where TV : IKeyer&lt;TK&gt;</code></pre>
9999
</div>
100100

101101

@@ -143,9 +143,6 @@ <h4 class="section">Type Parameters</h4>
143143
<div>
144144
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
145145
</div>
146-
<div>
147-
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
148-
</div>
149146
<div>
150147
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
151148
</div>

JsonSchema/docs/api/RelogicLabs.JsonSchema.Collections.html renamed to JsonSchema/doc/api/RelogicLabs.JsonSchema.Collections.html

File renamed without changes.

JsonSchema/docs/api/RelogicLabs.JsonSchema.Exceptions.ClassInstantiationException.html renamed to JsonSchema/doc/api/RelogicLabs.JsonSchema.Exceptions.ClassInstantiationException.html

File renamed without changes.

0 commit comments

Comments
 (0)