forked from scottrhoyt/SwiftyTextTable
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request scottrhoyt#16 from scottrhoyt/documentation
Documentation
- Loading branch information
Showing
36 changed files
with
3,909 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
included: Source | ||
|
||
disabled_rules: | ||
- closure_parameter_position | ||
|
||
line_length: 130 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,120 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>Protocols Reference</title> | ||
<link rel="stylesheet" type="text/css" href="css/jazzy.css" /> | ||
<link rel="stylesheet" type="text/css" href="css/highlight.css" /> | ||
<meta charset="utf-8"> | ||
<script src="js/jquery.min.js" defer></script> | ||
<script src="js/jazzy.js" defer></script> | ||
|
||
</head> | ||
<body> | ||
|
||
|
||
<a title="Protocols Reference"></a> | ||
|
||
<header class="header"> | ||
<p class="header-col header-col--primary"> | ||
<a class="header-link" href="index.html"> | ||
Docs | ||
</a> | ||
(100% documented) | ||
</p> | ||
|
||
|
||
</header> | ||
|
||
<p class="breadcrumbs"> | ||
<a class="breadcrumb" href="index.html"> Reference</a> | ||
<img class="carat" src="img/carat.png" /> | ||
Protocols Reference | ||
</p> | ||
|
||
<div class="content-wrapper"> | ||
<nav class="navigation"> | ||
<ul class="nav-groups"> | ||
<li class="nav-group-name"> | ||
<a class="nav-group-name-link" href="Protocols.html">Protocols</a> | ||
<ul class="nav-group-tasks"> | ||
<li class="nav-group-task"> | ||
<a class="nav-group-task-link" href="Protocols/TextTableObject.html">TextTableObject</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="nav-group-name"> | ||
<a class="nav-group-name-link" href="Structs.html">Structs</a> | ||
<ul class="nav-group-tasks"> | ||
<li class="nav-group-task"> | ||
<a class="nav-group-task-link" href="Structs/TextTable.html">TextTable</a> | ||
</li> | ||
<li class="nav-group-task"> | ||
<a class="nav-group-task-link" href="Structs/TextTableColumn.html">TextTableColumn</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</nav> | ||
<article class="main-content"> | ||
|
||
<section class="section"> | ||
<div class="section-content"> | ||
<h1>Protocols</h1> | ||
<p>The following protocols are available globally.</p> | ||
|
||
</div> | ||
</section> | ||
|
||
<section class="section"> | ||
<div class="section-content"> | ||
<div class="task-group"> | ||
<div class="task-name-container"> | ||
<a name="/TextTable%20Protocols"></a> | ||
<a name="//apple_ref/swift/Section/TextTable Protocols" class="dashAnchor"></a> | ||
<a href="#/TextTable%20Protocols"> | ||
<h3 class="section-name">TextTable Protocols</h3> | ||
</a> | ||
</div> | ||
<ul class="item-container"> | ||
<li class="item"> | ||
<div> | ||
<code> | ||
<a name="/s:P15SwiftyTextTable15TextTableObject"></a> | ||
<a name="//apple_ref/swift/Protocol/TextTableObject" class="dashAnchor"></a> | ||
<a class="token" href="#/s:P15SwiftyTextTable15TextTableObject">TextTableObject</a> | ||
</code> | ||
</div> | ||
<div class="height-container"> | ||
<div class="pointer-container"></div> | ||
<section class="section"> | ||
<div class="pointer"></div> | ||
<div class="abstract"> | ||
<p>A protocol used to create a <code><a href="Structs/TextTable.html">TextTable</a></code> from an object.</p> | ||
|
||
<a href="Protocols/TextTableObject.html" class="slightly-smaller">See more</a> | ||
</div> | ||
<div class="declaration"> | ||
<h4>Declaration</h4> | ||
<div class="language"> | ||
<p class="aside-title">Swift</p> | ||
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">protocol</span> <span class="kt">TextTableObject</span></code></pre> | ||
|
||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
</article> | ||
</div> | ||
<section class="footer"> | ||
<p>© 2017 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2017-01-01)</p> | ||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p> | ||
</section> | ||
</body> | ||
</div> | ||
</html> |
Oops, something went wrong.