Skip to content

Commit

Permalink
Update docs. This was performed automatically.
Browse files Browse the repository at this point in the history
  • Loading branch information
airbreather committed Aug 20, 2018
1 parent 28e7d18 commit 78fc357
Show file tree
Hide file tree
Showing 12 changed files with 4,047 additions and 69 deletions.
72 changes: 70 additions & 2 deletions api/NetTopologySuite.IO.GpxCopyright.html
Original file line number Diff line number Diff line change
Expand Up @@ -382,12 +382,80 @@ <h5 class="returns">Returns</h5>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.tostring#System_Object_ToString">Object.ToString()</a></div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/NetTopologySuite/NetTopologySuite.IO.GPX/new/develop/doc/overwrite/new?filename=NetTopologySuite_IO_GpxCopyright_WithAuthor_System_String_.md&amp;value=---%0Auid%3A%20NetTopologySuite.IO.GpxCopyright.WithAuthor(System.String)%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/NetTopologySuite/NetTopologySuite.IO.GPX/blob/develop/src/NetTopologySuite.IO.GPX/GpxCopyright.cs/#L104">View Source</a>
</span>
<a id="NetTopologySuite_IO_GpxCopyright_WithAuthor_" data-uid="NetTopologySuite.IO.GpxCopyright.WithAuthor*"></a>
<h4 id="NetTopologySuite_IO_GpxCopyright_WithAuthor_System_String_" data-uid="NetTopologySuite.IO.GpxCopyright.WithAuthor(System.String)">WithAuthor(String)</h4>
<div class="markdown level1 summary"><p>Builds a new instance of <a class="xref" href="NetTopologySuite.IO.GpxCopyright.html">GpxCopyright</a> as a copy of this instance, but with
<a class="xref" href="NetTopologySuite.IO.GpxCopyright.html#NetTopologySuite_IO_GpxCopyright_Author">Author</a> replaced by the given value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public GpxCopyright WithAuthor(string author)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
<td><span class="parametername">author</span></td>
<td><p>The new value for <a class="xref" href="NetTopologySuite.IO.GpxCopyright.html#NetTopologySuite_IO_GpxCopyright_Author">Author</a>.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="NetTopologySuite.IO.GpxCopyright.html">GpxCopyright</a></td>
<td><p>A new <a class="xref" href="NetTopologySuite.IO.GpxCopyright.html">GpxCopyright</a> instance that's a copy of the current instance, but
with its <a class="xref" href="NetTopologySuite.IO.GpxCopyright.html#NetTopologySuite_IO_GpxCopyright_Author">Author</a> value set to <code data-dev-comment-type="paramref" class="paramref">author</code>.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="exceptions">Exceptions</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Condition</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.argumentnullexception">ArgumentNullException</a></td>
<td><p>Thrown when <code data-dev-comment-type="paramref" class="paramref">author</code> is <span class="xref">null</span>.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/NetTopologySuite/NetTopologySuite.IO.GPX/new/develop/doc/overwrite/new?filename=NetTopologySuite_IO_GpxCopyright_WithLicenseUri_System_Uri_.md&amp;value=---%0Auid%3A%20NetTopologySuite.IO.GpxCopyright.WithLicenseUri(System.Uri)%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/NetTopologySuite/NetTopologySuite.IO.GPX/blob/develop/src/NetTopologySuite.IO.GPX/GpxCopyright.cs/#L114">View Source</a>
<a href="https://github.com/NetTopologySuite/NetTopologySuite.IO.GPX/blob/develop/src/NetTopologySuite.IO.GPX/GpxCopyright.cs/#L130">View Source</a>
</span>
<a id="NetTopologySuite_IO_GpxCopyright_WithLicenseUri_" data-uid="NetTopologySuite.IO.GpxCopyright.WithLicenseUri*"></a>
<h4 id="NetTopologySuite_IO_GpxCopyright_WithLicenseUri_System_Uri_" data-uid="NetTopologySuite.IO.GpxCopyright.WithLicenseUri(System.Uri)">WithLicenseUri(Uri)</h4>
Expand Down Expand Up @@ -439,7 +507,7 @@ <h5 class="returns">Returns</h5>
<a href="https://github.com/NetTopologySuite/NetTopologySuite.IO.GPX/new/develop/doc/overwrite/new?filename=NetTopologySuite_IO_GpxCopyright_WithYear_System_Nullable_System_Int32__.md&amp;value=---%0Auid%3A%20NetTopologySuite.IO.GpxCopyright.WithYear(System.Nullable%7BSystem.Int32%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/NetTopologySuite/NetTopologySuite.IO.GPX/blob/develop/src/NetTopologySuite.IO.GPX/GpxCopyright.cs/#L101">View Source</a>
<a href="https://github.com/NetTopologySuite/NetTopologySuite.IO.GPX/blob/develop/src/NetTopologySuite.IO.GPX/GpxCopyright.cs/#L117">View Source</a>
</span>
<a id="NetTopologySuite_IO_GpxCopyright_WithYear_" data-uid="NetTopologySuite.IO.GpxCopyright.WithYear*"></a>
<h4 id="NetTopologySuite_IO_GpxCopyright_WithYear_System_Nullable_System_Int32__" data-uid="NetTopologySuite.IO.GpxCopyright.WithYear(System.Nullable{System.Int32})">WithYear(Nullable&lt;Int32&gt;)</h4>
Expand Down
2 changes: 1 addition & 1 deletion api/NetTopologySuite.IO.GpxEmail.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ <h3 id="methods">Methods
<a href="https://github.com/NetTopologySuite/NetTopologySuite.IO.GPX/new/develop/doc/overwrite/new?filename=NetTopologySuite_IO_GpxEmail_ToString.md&amp;value=---%0Auid%3A%20NetTopologySuite.IO.GpxEmail.ToString%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/NetTopologySuite/NetTopologySuite.IO.GPX/blob/develop/src/NetTopologySuite.IO.GPX/GpxEmail.cs/#L67">View Source</a>
<a href="https://github.com/NetTopologySuite/NetTopologySuite.IO.GPX/blob/develop/src/NetTopologySuite.IO.GPX/GpxEmail.cs/#L49">View Source</a>
</span>
<a id="NetTopologySuite_IO_GpxEmail_ToString_" data-uid="NetTopologySuite.IO.GpxEmail.ToString*"></a>
<h4 id="NetTopologySuite_IO_GpxEmail_ToString" data-uid="NetTopologySuite.IO.GpxEmail.ToString">ToString()</h4>
Expand Down

0 comments on commit 78fc357

Please sign in to comment.