Skip to content

Commit

Permalink
DOC: updated documentation (displayShadow/enableUserInteraction)
Browse files Browse the repository at this point in the history
  • Loading branch information
weissi committed Jul 29, 2012
1 parent 3225752 commit c612760
Show file tree
Hide file tree
Showing 6 changed files with 128 additions and 5 deletions.
Expand Up @@ -265,7 +265,7 @@ <h4 class="method-subtitle">Declared In</h4>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2012 factis research GmbH. All rights reserved. (Last updated: 2012-06-17)</span><br />
<p><span class="copyright">&copy; 2012 factis research GmbH. All rights reserved. (Last updated: 2012-07-29)</span><br />

<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.0.5 (build 789)</a>.</span></p>

Expand Down
67 changes: 66 additions & 1 deletion docs/html/Classes/FRLayeredNavigationController.html
Expand Up @@ -38,6 +38,11 @@ <h1 class="hideInXcode">FRLayeredNavigationController Class Reference</h1>



<option value="properties">Properties</option>

<option value="//api/name/userInteractionEnabled">&nbsp;&nbsp;&nbsp;&nbsp;userInteractionEnabled</option>





Expand Down Expand Up @@ -80,6 +85,12 @@ <h1 class="hideInXcode">FRLayeredNavigationController Class Reference</h1>



<li role="treeitem" class="children"><span class="disclosure"></span><span class="sectionName"><a href="#properties">Properties</a></span><ul>

<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/userInteractionEnabled">userInteractionEnabled</a></span></li>

</ul></li>




Expand Down Expand Up @@ -212,6 +223,13 @@ <h2 class="subtitle subtitle-tasks">Tasks</h2>
</span>


</li><li>
<span class="tooltip">
<code><a href="#//api/name/userInteractionEnabled">&nbsp;&nbsp;userInteractionEnabled</a></code>
<span class="tooltip"><p>If user interaction on the layered navigation controller is enabled.</p></span>
</span>
<span class="task-item-suffix">property</span>

</li>
</ul>

Expand All @@ -221,6 +239,53 @@ <h2 class="subtitle subtitle-tasks">Tasks</h2>



<div class="section section-methods">
<a title="Properties" name="properties"></a>
<h2 class="subtitle subtitle-methods">Properties</h2>

<div class="section-method">
<a name="//api/name/userInteractionEnabled" title="userInteractionEnabled"></a>
<h3 class="subsubtitle method-title">userInteractionEnabled</h3>



<div class="method-subsection brief-description">
<p>If user interaction on the layered navigation controller is enabled.</p>
</div>



<div class="method-subsection method-declaration"><code>@property (nonatomic) BOOL userInteractionEnabled</code></div>









<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p>If user interaction on the layered navigation controller is enabled.</p>
</div>







<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">FRLayeredNavigationController.h</code><br />
</div>


</div>

</div>




Expand Down Expand Up @@ -661,7 +726,7 @@ <h4 class="method-subtitle">Declared In</h4>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2012 factis research GmbH. All rights reserved. (Last updated: 2012-06-17)</span><br />
<p><span class="copyright">&copy; 2012 factis research GmbH. All rights reserved. (Last updated: 2012-07-29)</span><br />

<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.0.5 (build 789)</a>.</span></p>

Expand Down
54 changes: 53 additions & 1 deletion docs/html/Classes/FRLayeredNavigationItem.html
Expand Up @@ -42,6 +42,8 @@ <h1 class="hideInXcode">FRLayeredNavigationItem Class Reference</h1>

<option value="//api/name/currentViewPosition">&nbsp;&nbsp;&nbsp;&nbsp;currentViewPosition</option>

<option value="//api/name/displayShadow">&nbsp;&nbsp;&nbsp;&nbsp;displayShadow</option>

<option value="//api/name/hasChrome">&nbsp;&nbsp;&nbsp;&nbsp;hasChrome</option>

<option value="//api/name/initialViewPosition">&nbsp;&nbsp;&nbsp;&nbsp;initialViewPosition</option>
Expand Down Expand Up @@ -88,6 +90,8 @@ <h1 class="hideInXcode">FRLayeredNavigationItem Class Reference</h1>

<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/currentViewPosition">currentViewPosition</a></span></li>

<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/displayShadow">displayShadow</a></span></li>

<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/hasChrome">hasChrome</a></span></li>

<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/initialViewPosition">initialViewPosition</a></span></li>
Expand Down Expand Up @@ -210,6 +214,13 @@ <h2 class="subtitle subtitle-tasks">Tasks</h2>
</span>
<span class="task-item-suffix">property</span>

</li><li>
<span class="tooltip">
<code><a href="#//api/name/displayShadow">&nbsp;&nbsp;displayShadow</a></code>
<span class="tooltip"><p>If the view should display a shadow</p></span>
</span>
<span class="task-item-suffix">property</span>

</li><li>
<span class="tooltip">
<code><a href="#//api/name/leftBarButtonItem">&nbsp;&nbsp;leftBarButtonItem</a></code>
Expand Down Expand Up @@ -270,6 +281,47 @@ <h4 class="method-subtitle">Discussion</h4>



<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">FRLayeredNavigationItem.h</code><br />
</div>


</div>

<div class="section-method">
<a name="//api/name/displayShadow" title="displayShadow"></a>
<h3 class="subsubtitle method-title">displayShadow</h3>



<div class="method-subsection brief-description">
<p>If the view should display a shadow</p>
</div>



<div class="method-subsection method-declaration"><code>@property (nonatomic, readwrite) BOOL displayShadow</code></div>









<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p>If the view should display a shadow</p>
</div>







<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">FRLayeredNavigationItem.h</code><br />
Expand Down Expand Up @@ -623,7 +675,7 @@ <h4 class="method-subtitle">Declared In</h4>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2012 factis research GmbH. All rights reserved. (Last updated: 2012-06-17)</span><br />
<p><span class="copyright">&copy; 2012 factis research GmbH. All rights reserved. (Last updated: 2012-07-29)</span><br />

<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.0.5 (build 789)</a>.</span></p>

Expand Down
2 changes: 1 addition & 1 deletion docs/html/hierarchy.html
Expand Up @@ -77,7 +77,7 @@ <h2 class="index-title">Category References</h2>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2012 factis research GmbH. All rights reserved. (Last updated: 2012-06-17)</span><br />
<p><span class="copyright">&copy; 2012 factis research GmbH. All rights reserved. (Last updated: 2012-07-29)</span><br />

<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.0.5 (build 789)</a>.</span></p>

Expand Down
2 changes: 1 addition & 1 deletion docs/html/index.html
Expand Up @@ -67,7 +67,7 @@ <h2 class="index-title">Category References</h2>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2012 factis research GmbH. All rights reserved. (Last updated: 2012-06-17)</span><br />
<p><span class="copyright">&copy; 2012 factis research GmbH. All rights reserved. (Last updated: 2012-07-29)</span><br />

<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.0.5 (build 789)</a>.</span></p>

Expand Down
6 changes: 6 additions & 0 deletions generate-html-documentation.sh
@@ -0,0 +1,6 @@
#!/bin/bash

appledoc --create-html --project-name FRLayeredNavigationController \
--project-company 'factis research GmbH' \
--company-id com.factisresearch --output docs \
--no-create-docset FRLayeredNavigationController

0 comments on commit c612760

Please sign in to comment.