Skip to content

Commit

Permalink
Fix minor xref issues in docs; re-generate for RC5
Browse files Browse the repository at this point in the history
  • Loading branch information
aggieben committed Jan 9, 2019
1 parent 24604a3 commit da340d5
Show file tree
Hide file tree
Showing 16 changed files with 1,306 additions and 321 deletions.
232 changes: 174 additions & 58 deletions docs/api/TrueMyth.Maybe-1.html

Large diffs are not rendered by default.

159 changes: 145 additions & 14 deletions docs/api/TrueMyth.Maybe.html

Large diffs are not rendered by default.

307 changes: 197 additions & 110 deletions docs/api/TrueMyth.Result-2.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/api/TrueMyth.Result.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class Result
| True Myth ">
<meta name="generator" content="docfx 2.40.6.0">
<meta name="generator" content="docfx 2.40.7.0">

<link rel="shortcut icon" href="../images/logo_header.png">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
Expand Down Expand Up @@ -128,7 +128,7 @@ <h3 id="methods">Methods
<a href="https://github.com/true-myth/true-myth-csharp/new/master/apiSpec/new?filename=TrueMyth_Result_From__2_TrueMyth_Maybe___0____1_.md&amp;value=---%0Auid%3A%20TrueMyth.Result.From%60%602(TrueMyth.Maybe%7B%60%600%7D%2C%60%601)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/true-myth/true-myth-csharp/blob/master/src/TrueMyth/Result.cs/#L15">View Source</a>
<a href="https://github.com/true-myth/true-myth-csharp/blob/master/src/TrueMyth/Result.cs/#L17">View Source</a>
</span>
<a id="TrueMyth_Result_From_" data-uid="TrueMyth.Result.From*"></a>
<h4 id="TrueMyth_Result_From__2_TrueMyth_Maybe___0____1_" data-uid="TrueMyth.Result.From``2(TrueMyth.Maybe{``0},``1)">From&lt;T, TError&gt;(Maybe&lt;T&gt;, TError)</h4>
Expand Down Expand Up @@ -201,7 +201,7 @@ <h5 class="typeParameters">Type Parameters</h5>
<a href="https://github.com/true-myth/true-myth-csharp/new/master/apiSpec/new?filename=TrueMyth_Result_Try__2_System_Func___0____1_.md&amp;value=---%0Auid%3A%20TrueMyth.Result.Try%60%602(System.Func%7B%60%600%7D%2C%60%601)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/true-myth/true-myth-csharp/blob/master/src/TrueMyth/Result.cs/#L31">View Source</a>
<a href="https://github.com/true-myth/true-myth-csharp/blob/master/src/TrueMyth/Result.cs/#L33">View Source</a>
</span>
<a id="TrueMyth_Result_Try_" data-uid="TrueMyth.Result.Try*"></a>
<h4 id="TrueMyth_Result_Try__2_System_Func___0____1_" data-uid="TrueMyth.Result.Try``2(System.Func{``0},``1)">Try&lt;TValue, TError&gt;(Func&lt;TValue&gt;, TError)</h4>
Expand Down Expand Up @@ -280,7 +280,7 @@ <h5 id="TrueMyth_Result_Try__2_System_Func___0____1__examples">Examples</h5>
<a href="https://github.com/true-myth/true-myth-csharp/new/master/apiSpec/new?filename=TrueMyth_Result_Try__2_System_Func___0__System_Func___1__.md&amp;value=---%0Auid%3A%20TrueMyth.Result.Try%60%602(System.Func%7B%60%600%7D%2CSystem.Func%7B%60%601%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/true-myth/true-myth-csharp/blob/master/src/TrueMyth/Result.cs/#L56">View Source</a>
<a href="https://github.com/true-myth/true-myth-csharp/blob/master/src/TrueMyth/Result.cs/#L58">View Source</a>
</span>
<a id="TrueMyth_Result_Try_" data-uid="TrueMyth.Result.Try*"></a>
<h4 id="TrueMyth_Result_Try__2_System_Func___0__System_Func___1__" data-uid="TrueMyth.Result.Try``2(System.Func{``0},System.Func{``1})">Try&lt;TValue, TError&gt;(Func&lt;TValue&gt;, Func&lt;TError&gt;)</h4>
Expand Down Expand Up @@ -366,7 +366,7 @@ <h5 id="TrueMyth_Result_Try__2_System_Func___0__System_Func___1___examples">Exam
<a href="https://github.com/true-myth/true-myth-csharp/new/master/apiSpec/new?filename=TrueMyth_Result.md&amp;value=---%0Auid%3A%20TrueMyth.Result%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/true-myth/true-myth-csharp/blob/master/src/TrueMyth/Result.cs/#L9" class="contribution-link">View Source</a>
<a href="https://github.com/true-myth/true-myth-csharp/blob/master/src/TrueMyth/Result.cs/#L11" class="contribution-link">View Source</a>
</li>
</ul>
</div>
Expand Down
Loading

0 comments on commit da340d5

Please sign in to comment.