Skip to content

Commit

Permalink
v0.6.0 Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentneo committed Jun 30, 2019
1 parent 7d772fe commit 65f13b6
Show file tree
Hide file tree
Showing 76 changed files with 1,937 additions and 3,410 deletions.
118 changes: 40 additions & 78 deletions docs/Classes.html

Large diffs are not rendered by default.

32 changes: 9 additions & 23 deletions docs/Classes/Convert.html
Expand Up @@ -14,7 +14,7 @@
<a title="Convert Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">CoreGPX Docs</a> (72% documented)</p>
<p><a href="../index.html">CoreGPX Docs</a> (82% documented)</p>
<p class="header-right"><a href="https://www.github.com/vincentneo/CoreGPX"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand All @@ -34,9 +34,6 @@
<li class="nav-group-task">
<a href="../Classes/Convert.html">Convert</a>
</li>
<li class="nav-group-task">
<a href="../Classes/CopyrightYearParser.html">CopyrightYearParser</a>
</li>
<li class="nav-group-task">
<a href="../Classes/GPXAuthor.html">GPXAuthor</a>
</li>
Expand All @@ -46,6 +43,9 @@
<li class="nav-group-task">
<a href="../Classes/GPXCopyright.html">GPXCopyright</a>
</li>
<li class="nav-group-task">
<a href="../Classes/GPXDateParser.html">GPXDateParser</a>
</li>
<li class="nav-group-task">
<a href="../Classes/GPXElement.html">GPXElement</a>
</li>
Expand Down Expand Up @@ -112,20 +112,6 @@
<li class="nav-group-task">
<a href="../Classes/GPXWaypoint/CodingKeys.html">– CodingKeys</a>
</li>
<li class="nav-group-task">
<a href="../Classes/ISO8601DateParser.html">ISO8601DateParser</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="../Global Variables.html">Global Variables</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Global Variables.html#/s:7CoreGPX18kGPXDescriptionKeySSvp">kGPXDescriptionKey</a>
</li>
<li class="nav-group-task">
<a href="../Global Variables.html#/s:7CoreGPX32kGPXInvalidGPXFormatNotificationSSvp">kGPXInvalidGPXFormatNotification</a>
</li>
</ul>
</li>
<li class="nav-group-name">
Expand Down Expand Up @@ -212,7 +198,7 @@ <h4>Return Value</h4>
<p>A <code>Int</code> that will be nil if input <code>String</code> is nil.</p>
</div>
<div class="slightly-smaller">
<a href="https://www.github.com/vincentneo/CoreGPX/tree/0.5.6/Classes/Converters.swift#L24-L29">Show on GitHub</a>
<a href="https://www.github.com/vincentneo/CoreGPX/tree/0.6.0/Classes/Converters.swift#L24-L29">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -265,7 +251,7 @@ <h4>Return Value</h4>
<p>A <code>Double</code> that will be nil if input <code>String</code> is nil.</p>
</div>
<div class="slightly-smaller">
<a href="https://www.github.com/vincentneo/CoreGPX/tree/0.5.6/Classes/Converters.swift#L38-L43">Show on GitHub</a>
<a href="https://www.github.com/vincentneo/CoreGPX/tree/0.6.0/Classes/Converters.swift#L38-L43">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -320,7 +306,7 @@ <h4>Return Value</h4>
<p>Formatted string according to ISO8601, which is of <strong><q>yyyy-MM-ddTHH:mm:ssZ</q></strong></p>
</div>
<div class="slightly-smaller">
<a href="https://www.github.com/vincentneo/CoreGPX/tree/0.5.6/Classes/Converters.swift#L71-L78">Show on GitHub</a>
<a href="https://www.github.com/vincentneo/CoreGPX/tree/0.6.0/Classes/Converters.swift#L72-L79">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -375,7 +361,7 @@ <h4>Return Value</h4>
<p>Formatted string as per: <q>yyyy</q>, a year.</p>
</div>
<div class="slightly-smaller">
<a href="https://www.github.com/vincentneo/CoreGPX/tree/0.5.6/Classes/Converters.swift#L102-L109">Show on GitHub</a>
<a href="https://www.github.com/vincentneo/CoreGPX/tree/0.6.0/Classes/Converters.swift#L104-L111">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -385,7 +371,7 @@ <h4>Return Value</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2019 <a class="link" href="https://www.github.com/vincentneo" target="_blank" rel="external">Vincent</a>. All rights reserved. (Last updated: 2019-06-11)</p>
<p>&copy; 2019 <a class="link" href="https://www.github.com/vincentneo" target="_blank" rel="external">Vincent</a>. All rights reserved. (Last updated: 2019-06-30)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
35 changes: 11 additions & 24 deletions docs/Classes/GPXAuthor.html
Expand Up @@ -14,7 +14,7 @@
<a title="GPXAuthor Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">CoreGPX Docs</a> (72% documented)</p>
<p><a href="../index.html">CoreGPX Docs</a> (82% documented)</p>
<p class="header-right"><a href="https://www.github.com/vincentneo/CoreGPX"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand All @@ -34,9 +34,6 @@
<li class="nav-group-task">
<a href="../Classes/Convert.html">Convert</a>
</li>
<li class="nav-group-task">
<a href="../Classes/CopyrightYearParser.html">CopyrightYearParser</a>
</li>
<li class="nav-group-task">
<a href="../Classes/GPXAuthor.html">GPXAuthor</a>
</li>
Expand All @@ -46,6 +43,9 @@
<li class="nav-group-task">
<a href="../Classes/GPXCopyright.html">GPXCopyright</a>
</li>
<li class="nav-group-task">
<a href="../Classes/GPXDateParser.html">GPXDateParser</a>
</li>
<li class="nav-group-task">
<a href="../Classes/GPXElement.html">GPXElement</a>
</li>
Expand Down Expand Up @@ -112,20 +112,6 @@
<li class="nav-group-task">
<a href="../Classes/GPXWaypoint/CodingKeys.html">– CodingKeys</a>
</li>
<li class="nav-group-task">
<a href="../Classes/ISO8601DateParser.html">ISO8601DateParser</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="../Global Variables.html">Global Variables</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Global Variables.html#/s:7CoreGPX18kGPXDescriptionKeySSvp">kGPXDescriptionKey</a>
</li>
<li class="nav-group-task">
<a href="../Global Variables.html#/s:7CoreGPX32kGPXInvalidGPXFormatNotificationSSvp">kGPXInvalidGPXFormatNotification</a>
</li>
</ul>
</li>
<li class="nav-group-name">
Expand Down Expand Up @@ -175,7 +161,7 @@ <h1>GPXAuthor</h1>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>Default Initializer</p>

</div>
<div class="declaration">
Expand All @@ -187,7 +173,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://www.github.com/vincentneo/CoreGPX/tree/0.5.6/Classes/GPXAuthor.swift#L13-L15">Show on GitHub</a>
<a href="https://www.github.com/vincentneo/CoreGPX/tree/0.6.0/Classes/GPXAuthor.swift#L14-L16">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -205,7 +191,8 @@ <h4>Declaration</h4>
<section class="section">
<div class="pointer"></div>
<div class="abstract">

<p>Internal use only. For parsing use.</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
Expand All @@ -216,7 +203,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://www.github.com/vincentneo/CoreGPX/tree/0.5.6/Classes/GPXAuthor.swift#L17-L20">Show on GitHub</a>
<a href="https://www.github.com/vincentneo/CoreGPX/tree/0.6.0/Classes/GPXAuthor.swift#L19-L21">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -256,7 +243,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://www.github.com/vincentneo/CoreGPX/tree/0.5.6/Classes/GPXAuthor.swift#L24-L26">Show on GitHub</a>
<a href="https://www.github.com/vincentneo/CoreGPX/tree/0.6.0/Classes/GPXAuthor.swift#L25-L27">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -266,7 +253,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2019 <a class="link" href="https://www.github.com/vincentneo" target="_blank" rel="external">Vincent</a>. All rights reserved. (Last updated: 2019-06-11)</p>
<p>&copy; 2019 <a class="link" href="https://www.github.com/vincentneo" target="_blank" rel="external">Vincent</a>. All rights reserved. (Last updated: 2019-06-30)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down
44 changes: 15 additions & 29 deletions docs/Classes/GPXBounds.html
Expand Up @@ -14,7 +14,7 @@
<a title="GPXBounds Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">CoreGPX Docs</a> (72% documented)</p>
<p><a href="../index.html">CoreGPX Docs</a> (82% documented)</p>
<p class="header-right"><a href="https://www.github.com/vincentneo/CoreGPX"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand All @@ -34,9 +34,6 @@
<li class="nav-group-task">
<a href="../Classes/Convert.html">Convert</a>
</li>
<li class="nav-group-task">
<a href="../Classes/CopyrightYearParser.html">CopyrightYearParser</a>
</li>
<li class="nav-group-task">
<a href="../Classes/GPXAuthor.html">GPXAuthor</a>
</li>
Expand All @@ -46,6 +43,9 @@
<li class="nav-group-task">
<a href="../Classes/GPXCopyright.html">GPXCopyright</a>
</li>
<li class="nav-group-task">
<a href="../Classes/GPXDateParser.html">GPXDateParser</a>
</li>
<li class="nav-group-task">
<a href="../Classes/GPXElement.html">GPXElement</a>
</li>
Expand Down Expand Up @@ -112,20 +112,6 @@
<li class="nav-group-task">
<a href="../Classes/GPXWaypoint/CodingKeys.html">– CodingKeys</a>
</li>
<li class="nav-group-task">
<a href="../Classes/ISO8601DateParser.html">ISO8601DateParser</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="../Global Variables.html">Global Variables</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Global Variables.html#/s:7CoreGPX18kGPXDescriptionKeySSvp">kGPXDescriptionKey</a>
</li>
<li class="nav-group-task">
<a href="../Global Variables.html#/s:7CoreGPX32kGPXInvalidGPXFormatNotificationSSvp">kGPXInvalidGPXFormatNotification</a>
</li>
</ul>
</li>
<li class="nav-group-name">
Expand Down Expand Up @@ -189,7 +175,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://www.github.com/vincentneo/CoreGPX/tree/0.5.6/Classes/GPXBounds.swift#L18">Show on GitHub</a>
<a href="https://www.github.com/vincentneo/CoreGPX/tree/0.6.0/Classes/GPXBounds.swift#L18">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -219,7 +205,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://www.github.com/vincentneo/CoreGPX/tree/0.5.6/Classes/GPXBounds.swift#L20">Show on GitHub</a>
<a href="https://www.github.com/vincentneo/CoreGPX/tree/0.6.0/Classes/GPXBounds.swift#L20">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -249,7 +235,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://www.github.com/vincentneo/CoreGPX/tree/0.5.6/Classes/GPXBounds.swift#L22">Show on GitHub</a>
<a href="https://www.github.com/vincentneo/CoreGPX/tree/0.6.0/Classes/GPXBounds.swift#L22">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -279,7 +265,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://www.github.com/vincentneo/CoreGPX/tree/0.5.6/Classes/GPXBounds.swift#L24">Show on GitHub</a>
<a href="https://www.github.com/vincentneo/CoreGPX/tree/0.6.0/Classes/GPXBounds.swift#L24">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -297,7 +283,7 @@ <h4>Declaration</h4>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>Default initializer.</p>

</div>
<div class="declaration">
Expand All @@ -309,7 +295,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://www.github.com/vincentneo/CoreGPX/tree/0.5.6/Classes/GPXBounds.swift#L28-L30">Show on GitHub</a>
<a href="https://www.github.com/vincentneo/CoreGPX/tree/0.6.0/Classes/GPXBounds.swift#L29-L31">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -394,7 +380,7 @@ <h4>Parameters</h4>
</table>
</div>
<div class="slightly-smaller">
<a href="https://www.github.com/vincentneo/CoreGPX/tree/0.5.6/Classes/GPXBounds.swift#L39-L45">Show on GitHub</a>
<a href="https://www.github.com/vincentneo/CoreGPX/tree/0.6.0/Classes/GPXBounds.swift#L40-L46">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -450,7 +436,7 @@ <h4>Parameters</h4>
</table>
</div>
<div class="slightly-smaller">
<a href="https://www.github.com/vincentneo/CoreGPX/tree/0.5.6/Classes/GPXBounds.swift#L57-L63">Show on GitHub</a>
<a href="https://www.github.com/vincentneo/CoreGPX/tree/0.6.0/Classes/GPXBounds.swift#L58-L64">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -479,7 +465,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://www.github.com/vincentneo/CoreGPX/tree/0.5.6/Classes/GPXBounds.swift#L67-L69">Show on GitHub</a>
<a href="https://www.github.com/vincentneo/CoreGPX/tree/0.6.0/Classes/GPXBounds.swift#L68-L70">Show on GitHub</a>
</div>
</section>
</div>
Expand Down Expand Up @@ -508,7 +494,7 @@ <h4>Declaration</h4>
</div>
</div>
<div class="slightly-smaller">
<a href="https://www.github.com/vincentneo/CoreGPX/tree/0.5.6/Classes/GPXBounds.swift#L73-L89">Show on GitHub</a>
<a href="https://www.github.com/vincentneo/CoreGPX/tree/0.6.0/Classes/GPXBounds.swift#L74-L90">Show on GitHub</a>
</div>
</section>
</div>
Expand All @@ -518,7 +504,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2019 <a class="link" href="https://www.github.com/vincentneo" target="_blank" rel="external">Vincent</a>. All rights reserved. (Last updated: 2019-06-11)</p>
<p>&copy; 2019 <a class="link" href="https://www.github.com/vincentneo" target="_blank" rel="external">Vincent</a>. All rights reserved. (Last updated: 2019-06-30)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.5</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
Expand Down

0 comments on commit 65f13b6

Please sign in to comment.