Skip to content

Commit

Permalink
Add Jazzy theme, scripts, initial documentation, and an updated gitig…
Browse files Browse the repository at this point in the history
…nore
  • Loading branch information
joeljfischer committed Jun 2, 2016
1 parent 3099a23 commit dcebff1
Show file tree
Hide file tree
Showing 261 changed files with 43,352 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit dcebff1

Please sign in to comment.