Skip to content

Commit

Permalink
add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dlo committed Sep 16, 2017
1 parent fcab21f commit aca9ad6
Show file tree
Hide file tree
Showing 21 changed files with 3,137 additions and 12 deletions.
8 changes: 8 additions & 0 deletions .jazzy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
author: "Lionheart Software"
author_url: "https://lionheartsw.com"
github_url: "https://github.com/lionheart/KeyboardAdjuster"
github_file_prefix: "https://github.com/lionheart/KeyboardAdjuster/tree/2.0.0"
xcodebuild_arguments: ["-project", "KeyboardAdjuster.xcodeproj", "-scheme", "KeyboardAdjuster"]
readme: "README.md"
copyright: "© 2017 Lionheart Software LLC"
theme: fullwidth
120 changes: 120 additions & 0 deletions docs/Protocols.html
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>

<script src="js/lunr.min.js" defer></script>
<script src="js/typeahead.jquery.js" defer></script>
<script src="js/jazzy.search.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">
KeyboardAdjuster Docs
</a>
(30% documented)
</p>

<p class="header-col--secondary">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
</form>
</p>

<p class="header-col header-col--secondary">
<a class="header-link" href="https://github.com/lionheart/KeyboardAdjuster">
<img class="header-icon" src="img/gh.png"/>
View on GitHub
</a>
</p>

</header>

<p class="breadcrumbs">
<a class="breadcrumb" href="index.html">KeyboardAdjuster 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/KeyboardAdjuster.html">KeyboardAdjuster</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/KeyboardAdjustmentHelper.html">KeyboardAdjustmentHelper</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">
<ul class="item-container">
<li class="item">
<div>
<code>
<a name="/s:16KeyboardAdjusterAAP"></a>
<a name="//apple_ref/swift/Protocol/KeyboardAdjuster" class="dashAnchor"></a>
<a class="token" href="#/s:16KeyboardAdjusterAAP">KeyboardAdjuster</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>

<a href="Protocols/KeyboardAdjuster.html" class="slightly-smaller">See more</a>
</div>
<div class="slightly-smaller">
<a href="https://github.com/lionheart/KeyboardAdjuster/tree/2.0.0/Pod/Classes/KeyboardAdjuster.swift#L29-L31">Show on GitHub</a>
</div>
</section>
</div>
</li>
</ul>
</div>
</div>
</section>

</article>
</div>
<section class="footer">
<p>&copy; 2017 Lionheart Software LLC</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
</div>
</html>
Loading

0 comments on commit aca9ad6

Please sign in to comment.