Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewGerber committed May 8, 2019
1 parent 8cf7861 commit 67b7d5f
Show file tree
Hide file tree
Showing 8 changed files with 131 additions and 130 deletions.
3 changes: 3 additions & 0 deletions DocFX/articles/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@

- name: Remote Updates
href: remote-updates.md

- name: Authentication Servers
href: authentication-servers.md

- name: Data Protection
items:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,6 @@ <h4 id="Sensus_DataStores_Remote_AmazonS3RemoteDataStore_GetDatumAsync__1_System
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override Task&lt;T&gt; GetDatumAsync&lt;T&gt;(string datumKey, CancellationToken cancellationToken)

where T : Datum</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ <h4 id="Sensus_DataStores_Remote_ConsoleRemoteDataStore_GetDatumAsync__1_System_
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override Task&lt;T&gt; GetDatumAsync&lt;T&gt;(string datumKey, CancellationToken cancellationToken)

where T : Datum</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
Expand Down
1 change: 0 additions & 1 deletion docs/api/Sensus.DataStores.Remote.RemoteDataStore.html
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,6 @@ <h4 id="Sensus_DataStores_Remote_RemoteDataStore_GetDatumAsync__1_System_String_
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public abstract Task&lt;T&gt; GetDatumAsync&lt;T&gt;(string datumKey, CancellationToken cancellationToken)

where T : Datum</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
Expand Down
1 change: 0 additions & 1 deletion docs/api/Sensus.Extensions.StringExtensions.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ <h4 id="Sensus_Extensions_StringExtensions_DeserializeJson__1_System_String_" da
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static T DeserializeJson&lt;T&gt;(this string json)

where T : class</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
Expand Down
1 change: 0 additions & 1 deletion docs/api/Sensus.Protocol.html
Original file line number Diff line number Diff line change
Expand Up @@ -3314,7 +3314,6 @@ <h4 id="Sensus_Protocol_TryGetProbe__2___1__" data-uid="Sensus.Protocol.TryGetPr
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool TryGetProbe&lt;DatumInterface, ProbeType&gt;(out ProbeType probe)

where DatumInterface : IDatum where ProbeType : class, IProbe</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
Expand Down
3 changes: 3 additions & 0 deletions docs/articles/toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
<li>
<a href="remote-updates.html" name="" title="Remote Updates">Remote Updates</a>
</li>
<li>
<a href="authentication-servers.html" name="" title="Authentication Servers">Authentication Servers</a>
</li>
</ul>
</li>
<li>
Expand Down
Loading

0 comments on commit 67b7d5f

Please sign in to comment.