Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdeep committed Mar 23, 2024
1 parent 47e90b6 commit ce9c876
Show file tree
Hide file tree
Showing 206 changed files with 5,926 additions and 550 deletions.
16 changes: 13 additions & 3 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">Proton Docs</a> (70% documented)</p>
<p><a href="index.html">Proton Docs</a> (69% documented)</p>
<p class="header-right"><a href="https://github.com/rajdeep/proton"><img src="img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<div class="header-right">
<form role="search" action="search.json">
Expand Down Expand Up @@ -128,6 +128,9 @@
<li class="nav-group-task">
<a href="Enums/GridColumnWidth.html">GridColumnWidth</a>
</li>
<li class="nav-group-task">
<a href="Enums/GridColumnWidth/ConstrainedWidth.html">– ConstrainedWidth</a>
</li>
<li class="nav-group-task">
<a href="Enums/GridViewError.html">GridViewError</a>
</li>
Expand All @@ -137,6 +140,9 @@
<li class="nav-group-task">
<a href="Enums/ListLineMarker.html">ListLineMarker</a>
</li>
<li class="nav-group-task">
<a href="Enums/ListMarkerDebugOption.html">ListMarkerDebugOption</a>
</li>
<li class="nav-group-task">
<a href="Enums/RoundedCornerStyle.html">RoundedCornerStyle</a>
</li>
Expand Down Expand Up @@ -198,6 +204,9 @@
<li class="nav-group-task">
<a href="Protocols/AttributesDecoding.html">AttributesDecoding</a>
</li>
<li class="nav-group-task">
<a href="Protocols/BackgroundColorObserving.html">BackgroundColorObserving</a>
</li>
<li class="nav-group-task">
<a href="Protocols/BoundsObserving.html">BoundsObserving</a>
</li>
Expand Down Expand Up @@ -893,6 +902,7 @@ <h4>Declaration</h4>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">GridView</span> <span class="p">:</span> <span class="kt">UIView</span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">GridView</span><span class="p">:</span> <span class="kt">UIScrollViewDelegate</span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">GridView</span><span class="p">:</span> <span class="kt"><a href="Protocols.html#/s:6Proton23AsyncDeferredRenderableP">AsyncDeferredRenderable</a></span></code></pre>
<pre class="highlight swift"><code><span class="kd">extension</span> <span class="kt">GridView</span><span class="p">:</span> <span class="kt"><a href="Protocols/BackgroundColorObserving.html">BackgroundColorObserving</a></span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -932,7 +942,7 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">ListTextProcessor</span> <span class="p">:</span> <span class="kt"><a href="Protocols/TextProcessing.html">TextProcessing</a></span></code></pre>
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">ListTextProcessor</span> <span class="p">:</span> <span class="kt"><a href="Protocols/TextProcessing.html">TextProcessing</a></span></code></pre>

</div>
</div>
Expand All @@ -944,7 +954,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2024 <a class="link" href="" target="_blank" rel="external noopener">Rajdeep Kwatra</a>. All rights reserved. (Last updated: 2024-02-21)</p>
<p>&copy; 2024 <a class="link" href="" target="_blank" rel="external noopener">Rajdeep Kwatra</a>. All rights reserved. (Last updated: 2024-03-22)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
13 changes: 11 additions & 2 deletions docs/Classes/Attachment.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Attachment Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Proton Docs</a> (70% documented)</p>
<p><a href="../index.html">Proton Docs</a> (69% documented)</p>
<p class="header-right"><a href="https://github.com/rajdeep/proton"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<div class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -128,6 +128,9 @@
<li class="nav-group-task">
<a href="../Enums/GridColumnWidth.html">GridColumnWidth</a>
</li>
<li class="nav-group-task">
<a href="../Enums/GridColumnWidth/ConstrainedWidth.html">– ConstrainedWidth</a>
</li>
<li class="nav-group-task">
<a href="../Enums/GridViewError.html">GridViewError</a>
</li>
Expand All @@ -137,6 +140,9 @@
<li class="nav-group-task">
<a href="../Enums/ListLineMarker.html">ListLineMarker</a>
</li>
<li class="nav-group-task">
<a href="../Enums/ListMarkerDebugOption.html">ListMarkerDebugOption</a>
</li>
<li class="nav-group-task">
<a href="../Enums/RoundedCornerStyle.html">RoundedCornerStyle</a>
</li>
Expand Down Expand Up @@ -198,6 +204,9 @@
<li class="nav-group-task">
<a href="../Protocols/AttributesDecoding.html">AttributesDecoding</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/BackgroundColorObserving.html">BackgroundColorObserving</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/BoundsObserving.html">BoundsObserving</a>
</li>
Expand Down Expand Up @@ -1516,7 +1525,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2024 <a class="link" href="" target="_blank" rel="external noopener">Rajdeep Kwatra</a>. All rights reserved. (Last updated: 2024-02-21)</p>
<p>&copy; 2024 <a class="link" href="" target="_blank" rel="external noopener">Rajdeep Kwatra</a>. All rights reserved. (Last updated: 2024-03-22)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
13 changes: 11 additions & 2 deletions docs/Classes/AttributesToggleCommand.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="AttributesToggleCommand Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Proton Docs</a> (70% documented)</p>
<p><a href="../index.html">Proton Docs</a> (69% documented)</p>
<p class="header-right"><a href="https://github.com/rajdeep/proton"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<div class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -128,6 +128,9 @@
<li class="nav-group-task">
<a href="../Enums/GridColumnWidth.html">GridColumnWidth</a>
</li>
<li class="nav-group-task">
<a href="../Enums/GridColumnWidth/ConstrainedWidth.html">– ConstrainedWidth</a>
</li>
<li class="nav-group-task">
<a href="../Enums/GridViewError.html">GridViewError</a>
</li>
Expand All @@ -137,6 +140,9 @@
<li class="nav-group-task">
<a href="../Enums/ListLineMarker.html">ListLineMarker</a>
</li>
<li class="nav-group-task">
<a href="../Enums/ListMarkerDebugOption.html">ListMarkerDebugOption</a>
</li>
<li class="nav-group-task">
<a href="../Enums/RoundedCornerStyle.html">RoundedCornerStyle</a>
</li>
Expand Down Expand Up @@ -198,6 +204,9 @@
<li class="nav-group-task">
<a href="../Protocols/AttributesDecoding.html">AttributesDecoding</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/BackgroundColorObserving.html">BackgroundColorObserving</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/BoundsObserving.html">BoundsObserving</a>
</li>
Expand Down Expand Up @@ -484,7 +493,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2024 <a class="link" href="" target="_blank" rel="external noopener">Rajdeep Kwatra</a>. All rights reserved. (Last updated: 2024-02-21)</p>
<p>&copy; 2024 <a class="link" href="" target="_blank" rel="external noopener">Rajdeep Kwatra</a>. All rights reserved. (Last updated: 2024-03-22)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
13 changes: 11 additions & 2 deletions docs/Classes/BackgroundStyle.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="BackgroundStyle Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Proton Docs</a> (70% documented)</p>
<p><a href="../index.html">Proton Docs</a> (69% documented)</p>
<p class="header-right"><a href="https://github.com/rajdeep/proton"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<div class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -128,6 +128,9 @@
<li class="nav-group-task">
<a href="../Enums/GridColumnWidth.html">GridColumnWidth</a>
</li>
<li class="nav-group-task">
<a href="../Enums/GridColumnWidth/ConstrainedWidth.html">– ConstrainedWidth</a>
</li>
<li class="nav-group-task">
<a href="../Enums/GridViewError.html">GridViewError</a>
</li>
Expand All @@ -137,6 +140,9 @@
<li class="nav-group-task">
<a href="../Enums/ListLineMarker.html">ListLineMarker</a>
</li>
<li class="nav-group-task">
<a href="../Enums/ListMarkerDebugOption.html">ListMarkerDebugOption</a>
</li>
<li class="nav-group-task">
<a href="../Enums/RoundedCornerStyle.html">RoundedCornerStyle</a>
</li>
Expand Down Expand Up @@ -198,6 +204,9 @@
<li class="nav-group-task">
<a href="../Protocols/AttributesDecoding.html">AttributesDecoding</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/BackgroundColorObserving.html">BackgroundColorObserving</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/BoundsObserving.html">BoundsObserving</a>
</li>
Expand Down Expand Up @@ -651,7 +660,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2024 <a class="link" href="" target="_blank" rel="external noopener">Rajdeep Kwatra</a>. All rights reserved. (Last updated: 2024-02-21)</p>
<p>&copy; 2024 <a class="link" href="" target="_blank" rel="external noopener">Rajdeep Kwatra</a>. All rights reserved. (Last updated: 2024-03-22)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
13 changes: 11 additions & 2 deletions docs/Classes/BoldCommand.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="BoldCommand Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Proton Docs</a> (70% documented)</p>
<p><a href="../index.html">Proton Docs</a> (69% documented)</p>
<p class="header-right"><a href="https://github.com/rajdeep/proton"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<div class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -128,6 +128,9 @@
<li class="nav-group-task">
<a href="../Enums/GridColumnWidth.html">GridColumnWidth</a>
</li>
<li class="nav-group-task">
<a href="../Enums/GridColumnWidth/ConstrainedWidth.html">– ConstrainedWidth</a>
</li>
<li class="nav-group-task">
<a href="../Enums/GridViewError.html">GridViewError</a>
</li>
Expand All @@ -137,6 +140,9 @@
<li class="nav-group-task">
<a href="../Enums/ListLineMarker.html">ListLineMarker</a>
</li>
<li class="nav-group-task">
<a href="../Enums/ListMarkerDebugOption.html">ListMarkerDebugOption</a>
</li>
<li class="nav-group-task">
<a href="../Enums/RoundedCornerStyle.html">RoundedCornerStyle</a>
</li>
Expand Down Expand Up @@ -198,6 +204,9 @@
<li class="nav-group-task">
<a href="../Protocols/AttributesDecoding.html">AttributesDecoding</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/BackgroundColorObserving.html">BackgroundColorObserving</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/BoundsObserving.html">BoundsObserving</a>
</li>
Expand Down Expand Up @@ -405,7 +414,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2024 <a class="link" href="" target="_blank" rel="external noopener">Rajdeep Kwatra</a>. All rights reserved. (Last updated: 2024-02-21)</p>
<p>&copy; 2024 <a class="link" href="" target="_blank" rel="external noopener">Rajdeep Kwatra</a>. All rights reserved. (Last updated: 2024-03-22)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
13 changes: 11 additions & 2 deletions docs/Classes/BorderStyle.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="BorderStyle Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Proton Docs</a> (70% documented)</p>
<p><a href="../index.html">Proton Docs</a> (69% documented)</p>
<p class="header-right"><a href="https://github.com/rajdeep/proton"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<div class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -128,6 +128,9 @@
<li class="nav-group-task">
<a href="../Enums/GridColumnWidth.html">GridColumnWidth</a>
</li>
<li class="nav-group-task">
<a href="../Enums/GridColumnWidth/ConstrainedWidth.html">– ConstrainedWidth</a>
</li>
<li class="nav-group-task">
<a href="../Enums/GridViewError.html">GridViewError</a>
</li>
Expand All @@ -137,6 +140,9 @@
<li class="nav-group-task">
<a href="../Enums/ListLineMarker.html">ListLineMarker</a>
</li>
<li class="nav-group-task">
<a href="../Enums/ListMarkerDebugOption.html">ListMarkerDebugOption</a>
</li>
<li class="nav-group-task">
<a href="../Enums/RoundedCornerStyle.html">RoundedCornerStyle</a>
</li>
Expand Down Expand Up @@ -198,6 +204,9 @@
<li class="nav-group-task">
<a href="../Protocols/AttributesDecoding.html">AttributesDecoding</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/BackgroundColorObserving.html">BackgroundColorObserving</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/BoundsObserving.html">BoundsObserving</a>
</li>
Expand Down Expand Up @@ -459,7 +468,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2024 <a class="link" href="" target="_blank" rel="external noopener">Rajdeep Kwatra</a>. All rights reserved. (Last updated: 2024-02-21)</p>
<p>&copy; 2024 <a class="link" href="" target="_blank" rel="external noopener">Rajdeep Kwatra</a>. All rights reserved. (Last updated: 2024-03-22)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
13 changes: 11 additions & 2 deletions docs/Classes/EditorCommandExecutor.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="EditorCommandExecutor Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Proton Docs</a> (70% documented)</p>
<p><a href="../index.html">Proton Docs</a> (69% documented)</p>
<p class="header-right"><a href="https://github.com/rajdeep/proton"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<div class="header-right">
<form role="search" action="../search.json">
Expand Down Expand Up @@ -128,6 +128,9 @@
<li class="nav-group-task">
<a href="../Enums/GridColumnWidth.html">GridColumnWidth</a>
</li>
<li class="nav-group-task">
<a href="../Enums/GridColumnWidth/ConstrainedWidth.html">– ConstrainedWidth</a>
</li>
<li class="nav-group-task">
<a href="../Enums/GridViewError.html">GridViewError</a>
</li>
Expand All @@ -137,6 +140,9 @@
<li class="nav-group-task">
<a href="../Enums/ListLineMarker.html">ListLineMarker</a>
</li>
<li class="nav-group-task">
<a href="../Enums/ListMarkerDebugOption.html">ListMarkerDebugOption</a>
</li>
<li class="nav-group-task">
<a href="../Enums/RoundedCornerStyle.html">RoundedCornerStyle</a>
</li>
Expand Down Expand Up @@ -198,6 +204,9 @@
<li class="nav-group-task">
<a href="../Protocols/AttributesDecoding.html">AttributesDecoding</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/BackgroundColorObserving.html">BackgroundColorObserving</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/BoundsObserving.html">BoundsObserving</a>
</li>
Expand Down Expand Up @@ -501,7 +510,7 @@ <h4>Parameters</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2024 <a class="link" href="" target="_blank" rel="external noopener">Rajdeep Kwatra</a>. All rights reserved. (Last updated: 2024-02-21)</p>
<p>&copy; 2024 <a class="link" href="" target="_blank" rel="external noopener">Rajdeep Kwatra</a>. All rights reserved. (Last updated: 2024-03-22)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
Loading

0 comments on commit ce9c876

Please sign in to comment.