Skip to content

Commit

Permalink
Docu-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stig committed Jan 3, 2014
1 parent d794a65 commit 22f7f19
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 22 deletions.
2 changes: 1 addition & 1 deletion api/4.0/Categories/NSObject+SBProxyForJson.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ <h4 class="method-subtitle">Declared In</h4>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2013 Stig Brautaset. All rights reserved. (Last updated: 2013-12-16)</span><br />
<p><span class="copyright">&copy; 2014 Stig Brautaset. All rights reserved. (Last updated: 2014-01-03)</span><br />

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

Expand Down
14 changes: 5 additions & 9 deletions api/4.0/Classes/SBJson4Parser.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,8 @@ <h2 class="subtitle subtitle-overview">Overview</h2>
NSLog(@"OOPS: %@", err);
}

id parser = [SBJson4Parser parserWithBlock:block
manyDocuments:YES
rootArrayItems:NO
errorHandler:eh];
id parser = [SBJson4Parser multiRootParserWithBlock:block
errorHandler:eh];

// Note that this input contains multiple top-level JSON documents
NSData *json = [@"[]{}[]{}" dataWithEncoding:NSUTF8StringEncoding];
Expand All @@ -206,10 +204,8 @@ <h2 class="subtitle subtitle-overview">Overview</h2>
of this feature. But, all is not lost: if you are parsing a long array you can
get the same effect by setting rootArrayItems to YES:</p>

<pre><code> id parser = [SBJson4Parser parserWithBlock:block
manyDocuments:NO
rootArrayItems:YES
errorHandler:eh];
<pre><code> id parser = [SBJson4Parser unwrapRootArrayParserWithBlock:block
errorHandler:eh];

// Note that this input contains A SINGLE top-level document
NSData *json = [@"[[],{},[],{}]" dataWithEncoding:NSUTF8StringEncoding];
Expand Down Expand Up @@ -658,7 +654,7 @@ <h4 class="method-subtitle">Declared In</h4>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2013 Stig Brautaset. All rights reserved. (Last updated: 2013-12-16)</span><br />
<p><span class="copyright">&copy; 2014 Stig Brautaset. All rights reserved. (Last updated: 2014-01-03)</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 api/4.0/Classes/SBJson4StreamParser.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ <h4 class="method-subtitle">Declared In</h4>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2013 Stig Brautaset. All rights reserved. (Last updated: 2013-12-16)</span><br />
<p><span class="copyright">&copy; 2014 Stig Brautaset. All rights reserved. (Last updated: 2014-01-03)</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 api/4.0/Classes/SBJson4StreamWriter.html
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ <h3 class="subsubtitle method-title">writeValue:</h3>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2013 Stig Brautaset. All rights reserved. (Last updated: 2013-12-16)</span><br />
<p><span class="copyright">&copy; 2014 Stig Brautaset. All rights reserved. (Last updated: 2014-01-03)</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 api/4.0/Classes/SBJson4Writer.html
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ <h4 class="method-subtitle">Declared In</h4>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2013 Stig Brautaset. All rights reserved. (Last updated: 2013-12-16)</span><br />
<p><span class="copyright">&copy; 2014 Stig Brautaset. All rights reserved. (Last updated: 2014-01-03)</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 api/4.0/Protocols/SBJson4StreamParserDelegate.html
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ <h4 class="method-subtitle">Declared In</h4>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2013 Stig Brautaset. All rights reserved. (Last updated: 2013-12-16)</span><br />
<p><span class="copyright">&copy; 2014 Stig Brautaset. All rights reserved. (Last updated: 2014-01-03)</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 api/4.0/hierarchy.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h2 class="index-title">Category References</h2>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2013 Stig Brautaset. All rights reserved. (Last updated: 2013-12-16)</span><br />
<p><span class="copyright">&copy; 2014 Stig Brautaset. All rights reserved. (Last updated: 2014-01-03)</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 api/4.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ <h2 class="index-title">Category References</h2>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">&copy; 2013 Stig Brautaset. All rights reserved. (Last updated: 2013-12-16)</span><br />
<p><span class="copyright">&copy; 2014 Stig Brautaset. All rights reserved. (Last updated: 2014-01-03)</span><br />

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

Expand Down
12 changes: 6 additions & 6 deletions api/SBJson.atom
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<?xml version="1.0" standalone="no"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:docset="http://developer.apple.com/rss/docset_extensions" xml:lang="en">
<id>http://sbjson.org/api/SBJson.atom/20131216231608</id>
<id>http://sbjson.org/api/SBJson.atom/20140103231213</id>
<title type="text">SBJson Documentation</title>
<rights>Copyright © 2013 Stig Brautaset. All rights reserved.</rights>
<rights>Copyright © 2014 Stig Brautaset. All rights reserved.</rights>
<link rel="self" href="http://sbjson.org/api/SBJson.atom"></link>
<docset:publisherName>Stig Brautaset</docset:publisherName>
<docset:publisherID>org.brautaset.documentation</docset:publisherID>
<updated>2013-12-16T23:16:08+00:00</updated>
<updated>2014-01-03T23:12:13+00:00</updated>
<entry>
<id>tag:sbjson.org,2013-12-16:org.brautaset.SBJson/4.0.0</id>
<id>tag:sbjson.org,2014-01-03:org.brautaset.SBJson/4.0.0</id>
<title type="text">SBJson Documentation</title>
<updated>2013-12-16T23:16:08+00:00</updated>
<updated>2014-01-03T23:12:13+00:00</updated>
<content type="text">SBJson Documentation (v4.0.0)</content>
<link rel="enclosure" type="application/octet-stream" href="http://sbjson.org/api/org.brautaset.SBJson-4.0.xar" length="108788"></link>
<link rel="enclosure" type="application/octet-stream" href="http://sbjson.org/api/org.brautaset.SBJson-4.0.xar" length="107081"></link>
<docset:identifier>org.brautaset.SBJson</docset:identifier>
<docset:version>4.0.0</docset:version>
<docset:minimumXcodeVersion>3.0.0</docset:minimumXcodeVersion>
Expand Down
Binary file modified api/org.brautaset.SBJson-4.0.xar
Binary file not shown.

0 comments on commit 22f7f19

Please sign in to comment.