Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmixpanel committed Sep 19, 2022
1 parent 32ab3ed commit 96945a6
Show file tree
Hide file tree
Showing 58 changed files with 705 additions and 5,288 deletions.
54 changes: 11 additions & 43 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">Mixpanel 4.0.2 Docs</a> (83% documented)</p>
<p><a href="index.html">Mixpanel 4.0.3 Docs</a> (0% documented)</p>
<p class="header-right"><a href="https://github.com/mixpanel/mixpanel-swift"><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 @@ -118,7 +118,7 @@
<a href="Typealiases.html">Type Aliases</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="Typealiases.html#/s:8Mixpanel10Propertiesa">Properties</a>
<a href="Typealiases.html#/Properties">Properties</a>
</li>
</ul>
</li>
Expand All @@ -137,9 +137,9 @@ <h1>Classes</h1>
<li class="item">
<div>
<code>
<a name="/s:8Mixpanel5GroupC"></a>
<a name="/"></a>
<a name="//apple_ref/swift/Class/Group" class="dashAnchor"></a>
<a class="token" href="#/s:8Mixpanel5GroupC">Group</a>
<a class="token" href="#/">Group</a>
</code>
</div>
<div class="height-container">
Expand All @@ -152,23 +152,15 @@ <h1>Classes</h1>

<a href="Classes/Group.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 swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">Group</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:8MixpanelAAC"></a>
<a name="/"></a>
<a name="//apple_ref/swift/Class/Mixpanel" class="dashAnchor"></a>
<a class="token" href="#/s:8MixpanelAAC">Mixpanel</a>
<a class="token" href="#/">Mixpanel</a>
</code>
</div>
<div class="height-container">
Expand All @@ -180,23 +172,15 @@ <h4>Declaration</h4>

<a href="Classes/Mixpanel.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 swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">Mixpanel</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:8Mixpanel0A8InstanceC"></a>
<a name="/"></a>
<a name="//apple_ref/swift/Class/MixpanelInstance" class="dashAnchor"></a>
<a class="token" href="#/s:8Mixpanel0A8InstanceC">MixpanelInstance</a>
<a class="token" href="#/">MixpanelInstance</a>
</code>
</div>
<div class="height-container">
Expand All @@ -208,23 +192,15 @@ <h4>Declaration</h4>

<a href="Classes/MixpanelInstance.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 swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">MixpanelInstance</span> <span class="p">:</span> <span class="kt">CustomDebugStringConvertible</span><span class="p">,</span> <span class="kt">FlushDelegate</span><span class="p">,</span> <span class="kt">AEDelegate</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:8Mixpanel6PeopleC"></a>
<a name="/"></a>
<a name="//apple_ref/swift/Class/People" class="dashAnchor"></a>
<a class="token" href="#/s:8Mixpanel6PeopleC">People</a>
<a class="token" href="#/">People</a>
</code>
</div>
<div class="height-container">
Expand All @@ -237,14 +213,6 @@ <h4>Declaration</h4>

<a href="Classes/People.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 swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">People</span></code></pre>

</div>
</div>
</section>
</div>
</li>
Expand All @@ -253,7 +221,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2022 <a class="link" href="http://mixpanel.com" target="_blank" rel="external noopener">Mixpanel</a>. All rights reserved. (Last updated: 2022-09-13)</p>
<p>&copy; 2022 <a class="link" href="http://mixpanel.com" target="_blank" rel="external noopener">Mixpanel</a>. All rights reserved. (Last updated: 2022-09-19)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</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 96945a6

Please sign in to comment.