Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Jazzy support and documentation for the developer portal #417

Merged
merged 3 commits into from Jun 3, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -42,3 +42,5 @@ infer-out
# This ignore here is prevent projects fetching sdl_ios as a submodule using
# Carthage from resulting as `-dirty` in the `git status`.
Carthage/Build

docs/docsets/
Empty file added docs/.exist
Empty file.
5,187 changes: 5,187 additions & 0 deletions docs/Classes.html

Large diffs are not rendered by default.

158 changes: 158 additions & 0 deletions docs/Classes/SDLAbstractProtocol.html
@@ -0,0 +1,158 @@
<h1>SDLAbstractProtocol Class Reference</h1>

<h3>Section Contents</h3>

<ul>
<li><a href="#section-debugConsoleGroupName">debugConsoleGroupName</a></li>
<li><a href="#section-transport">transport</a></li>
<li><a href="#section-protocolDelegateTable">protocolDelegateTable</a></li>
<li><a href="#section--sendStartSessionWithType:">-sendStartSessionWithType:</a></li>
<li><a href="#section--sendEndSessionWithType:">-sendEndSessionWithType:</a></li>
<li><a href="#section--sendRPC:">-sendRPC:</a></li>
<li><a href="#section--sendRPCRequest:">-sendRPCRequest:</a></li>
<li><a href="#section--sendHeartbeat">-sendHeartbeat</a></li>
<li><a href="#section--sendRawDataStream:withServiceType:">-sendRawDataStream:withServiceType:</a></li>
<li><a href="#section--sendRawData:withServiceType:">-sendRawData:withServiceType:</a></li>
<li><a href="#section--handleBytesFromTransport:">-handleBytesFromTransport:</a></li>
<li><a href="#section--dispose">-dispose</a></li>
</ul>

<h3>Overview</h3>

<p>Undocumented</p>


<section class="section task-group-section">
<h3>
debugConsoleGroupName
</h3>

<p>Undocumented</p>






<h3>
transport
</h3>

<p>Undocumented</p>






<h3>
protocolDelegateTable
</h3>

<p>Undocumented</p>






<h3>
-sendStartSessionWithType:
</h3>

<p>Undocumented</p>






<h3>
-sendEndSessionWithType:
</h3>

<p>Undocumented</p>






<h3>
-sendRPC:
</h3>

<p>Undocumented</p>






<h3>
-sendRPCRequest:
</h3>

<p>Undocumented</p>






<h3>
-sendHeartbeat
</h3>

<p>Undocumented</p>






<h3>
-sendRawDataStream:withServiceType:
</h3>

<p>Undocumented</p>






<h3>
-sendRawData:withServiceType:
</h3>

<p>Undocumented</p>






<h3>
-handleBytesFromTransport:
</h3>

<p>Undocumented</p>






<h3>
-dispose
</h3>

<p>Undocumented</p>






</section>
98 changes: 98 additions & 0 deletions docs/Classes/SDLAbstractTransport.html
@@ -0,0 +1,98 @@
<h1>SDLAbstractTransport Class Reference</h1>

<h3>Section Contents</h3>

<ul>
<li><a href="#section-delegate">delegate</a></li>
<li><a href="#section-debugConsoleGroupName">debugConsoleGroupName</a></li>
<li><a href="#section--connect">-connect</a></li>
<li><a href="#section--disconnect">-disconnect</a></li>
<li><a href="#section--sendData:">-sendData:</a></li>
<li><a href="#section--dispose">-dispose</a></li>
<li><a href="#section--retryDelay">-retryDelay</a></li>
</ul>

<h3>Overview</h3>

<p>Undocumented</p>


<section class="section task-group-section">
<h3>
delegate
</h3>

<p>Undocumented</p>






<h3>
debugConsoleGroupName
</h3>

<p>Undocumented</p>






<h3>
-connect
</h3>

<p>Undocumented</p>






<h3>
-disconnect
</h3>

<p>Undocumented</p>






<h3>
-sendData:
</h3>

<p>Undocumented</p>






<h3>
-dispose
</h3>

<p>Undocumented</p>






<h3>
-retryDelay
</h3>

<p>Undocumented</p>






</section>