Skip to content

Commit

Permalink
Minor update to wording in the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey committed Jul 4, 2011
1 parent 0603d9c commit 440df17
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Tokens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@
<APILanguage>c</APILanguage>
</TokenIdentifier>
<Path>group___nimbus_network_image.html</Path>
<Abstract>Network image support with threaded image manipulation and NINetworkImageView.</Abstract>
<Abstract>Image views that load images from the network and efficiently store the result in memory and on disk...</Abstract>
</Token>
<Token>
<TokenIdentifier>
Expand Down
18 changes: 9 additions & 9 deletions _nimbus_network_image_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,16 @@
<a name="l00014"></a>00014 <span class="comment">// limitations under the License.</span>
<a name="l00015"></a>00015 <span class="comment">//</span>
<a name="l00016"></a>00016
<a name="l00059"></a>00059 <span class="preprocessor">#import &lt;Foundation/Foundation.h&gt;</span>
<a name="l00060"></a>00060 <span class="preprocessor">#import &lt;UIKit/UIKit.h&gt;</span>
<a name="l00061"></a>00061
<a name="l00060"></a>00060 <span class="preprocessor">#import &lt;Foundation/Foundation.h&gt;</span>
<a name="l00061"></a>00061 <span class="preprocessor">#import &lt;UIKit/UIKit.h&gt;</span>
<a name="l00062"></a>00062
<a name="l00075"></a>00075 <span class="preprocessor">#ifdef NIMBUS_STATIC_LIBRARY</span>
<a name="l00076"></a>00076 <span class="preprocessor"></span><span class="preprocessor">#import &quot;NimbusNetworkImage/NINetworkImageView.h&quot;</span>
<a name="l00077"></a>00077 <span class="preprocessor">#else</span>
<a name="l00078"></a>00078 <span class="preprocessor"></span><span class="preprocessor">#import &quot;NINetworkImageView.h&quot;</span>
<a name="l00079"></a>00079 <span class="preprocessor">#endif</span>
<a name="l00080"></a>00080 <span class="preprocessor"></span>
<a name="l00063"></a>00063
<a name="l00076"></a>00076 <span class="preprocessor">#ifdef NIMBUS_STATIC_LIBRARY</span>
<a name="l00077"></a>00077 <span class="preprocessor"></span><span class="preprocessor">#import &quot;NimbusNetworkImage/NINetworkImageView.h&quot;</span>
<a name="l00078"></a>00078 <span class="preprocessor">#else</span>
<a name="l00079"></a>00079 <span class="preprocessor"></span><span class="preprocessor">#import &quot;NINetworkImageView.h&quot;</span>
<a name="l00080"></a>00080 <span class="preprocessor">#endif</span>
<a name="l00081"></a>00081 <span class="preprocessor"></span>
</pre></div></div>
</div>
<div id="nav-path" class="navpath">
Expand Down
4 changes: 2 additions & 2 deletions group___nimbus_network_image.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
</div>
<div class="contents">

<p>Network image support with threaded image manipulation and <a class="el" href="interface_n_i_network_image_view.html" title="A network-enabled image view that consumes minimal amounts of memory.">NINetworkImageView</a>.
<p>Image views that load images from the network and efficiently store the result in memory and on disk.
<a href="#details">More...</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="groups"></a>
Expand All @@ -97,7 +97,7 @@
</p>
</table>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<p>Network image support with threaded image manipulation and <a class="el" href="interface_n_i_network_image_view.html" title="A network-enabled image view that consumes minimal amounts of memory.">NINetworkImageView</a>. </p>
<p>Image views that load images from the network and efficiently store the result in memory and on disk. </p>
<p>Presented below is an architectural overview of the <a class="el" href="interface_nimbus.html" title="The Nimbus state interface.">Nimbus</a> network image library.</p>
<div class="image">
<img src="NINetworkImageDesign1.png" alt="NINetworkImageDesign1.png"/>
Expand Down

0 comments on commit 440df17

Please sign in to comment.