Commit Graph

64 Commits

Author SHA1 Message Date
Watson
f19fa4444b generate classes list 2012-11-03 14:05:10 +09:00
Watson
929b292492 fix the return type about Integer to related char/unsigned 2012-11-02 22:57:33 +09:00
Watson
35fd83f814 fix the return type about delegate
This will fix the following case:
- (id < NSKeyedArchiverDelegate >) delegate
2012-11-02 22:35:41 +09:00
Watson
0f196cf463 fix the regular expression in last commit 2012-11-02 22:24:07 +09:00
Watson
5f70933e06 fix the return type about Integer
This will fix the following case:
- (const uint8_t) decodeBytesForKey(key, returnedLength:lengthp)
- (int32_t) decodeInt32ForKey(key)
- (int64_t) decodeInt64ForKey(key)
- (uint32_t) machPort
2012-11-02 22:09:47 +09:00
Watson
afaf70ffef remove objective-c code samples from API discussion 2012-11-02 14:25:38 +09:00
Watson
cabd20f882 specify the encoding because UTF-8 characters may be contained in reference
If use Ruby19, it will not handle correctly.
2012-11-02 13:49:27 +09:00
Watson
840d35e910 fix incorrect return type with Ruby19
Array#to_s is alias for #inspect on Ruby19. So, its method is different behavior with Ruby18.
2012-11-02 10:39:38 +09:00
Watson
bf3de8c78a fix the method declaration which has variable arguments
before:
	def setWithObjects(firstObj, …:); end

after
	def setWithObjects(firstObj, …); end
2012-11-01 23:00:38 +09:00
Watson
2b4e45e58a add `@scope' directive for yard if handle the class method 2012-11-01 22:24:03 +09:00
Watson
9a3676acf5 NSObject and NSProxy does not have the super class
fix the following warning:
	[warn]: 	in file '/tmp/rb_docset/t189.rb':2:
		2: class NSProxy < none

	[warn]: 	in file '/tmp/rb_docset/t180.rb':2:
		2: class NSObject < none
2012-11-01 13:52:28 +09:00
Watson
0364deeb5c remove no-break space because yardoc will fail to generate 2012-11-01 13:39:42 +09:00
Watson
595820e2de remove the ')' in method declaration which has the handler argument
Because the following method is converted with strange syntax

  - (UIBackgroundTaskIdentifier)beginBackgroundTaskWithExpirationHandler:(void (^)(void))handler

after converting:

  def beginBackgroundTaskWithExpirationHandler()handler); end
2012-11-01 13:15:37 +09:00
Watson
b2b50d52f6 remove the semicolon in method declaration in iOS SDK reference
In some place, the methods will be declared with semicolon in reference:

  - (NSString *)activityTitle;

So, this method is converted to Ruby with strange syntax:

  def activityTitle;(); end
2012-11-01 12:55:48 +09:00
Watson
87539d261c split DocsetGenerator#run to generating ruby code and generating HTML 2012-11-01 00:11:11 +09:00
Watson
665c238f5e split DocsetGenerator class in doc/Rakefile 2012-10-31 23:59:57 +09:00
Laurent Sansonetti
772ea36b54 move to asciidoc 2012-04-21 17:30:47 +02:00
Laurent Sansonetti
afe7012d0c better getting-started page 2012-03-16 20:36:52 +01:00
Laurent Sansonetti
21b1bae8fe mention support 2012-03-03 02:27:15 +01:00
Laurent Sansonetti
6a7e900080 some misc stuff 2012-03-03 02:24:07 +01:00
Laurent Sansonetti
3ef11be30d adding missing sections 2012-02-28 23:55:01 +01:00
Laurent Sansonetti
904dbd40d5 split the manual into 3 guides 2012-02-27 19:38:25 +01:00
Laurent Sansonetti
eaaa952982 follow changes 2012-02-18 18:25:24 +01:00
Laurent Sansonetti
0ef78b22c4 remove docset 2012-02-12 20:18:18 +01:00
Laurent Sansonetti
b235fb8c01 follow new changes 2012-02-10 21:20:16 +01:00
Laurent Sansonetti
c5c5ad56af mention fonts 2012-02-02 11:50:36 +01:00
Laurent Sansonetti
ac241a5277 follow vendor_project/static 2012-01-23 16:17:38 +01:00
Laurent Sansonetti
fa12ed7d2d update doc for the new GC 2012-01-20 12:00:25 +01:00
Laurent Sansonetti
7461784202 fix a typo 2012-01-03 21:32:37 +01:00
Laurent Sansonetti
d2fa25f952 follow deployment_target changes 2012-01-03 19:17:50 +01:00
Laurent Sansonetti
8a0360e534 mention framework dependency support 2012-01-02 13:55:50 +01:00
Laurent Sansonetti
f2889ebfcc added chapter about multicore compilation 2012-01-02 12:20:43 +01:00
Laurent Sansonetti
7dedec8cd7 tweak 2011-12-27 21:14:57 +01:00
Laurent Sansonetti
73ebbc3b96 some tweaks 2011-12-25 17:06:34 +01:00
Laurent Sansonetti
2e9fa7f6e5 slightly 2011-12-24 12:41:38 +01:00
Laurent Sansonetti
833e20b7ed mention spec support 2011-12-24 12:36:53 +01:00
Laurent Sansonetti
fab34ffd8f minor fix 2011-12-21 18:21:04 +01:00
Laurent Sansonetti
677e3f8205 document the rake simulator device_family env variable 2011-12-21 15:51:51 +01:00
Laurent Sansonetti
bbca10e34e document prerendered_icon 2011-12-21 14:20:29 +01:00
Laurent Sansonetti
c3b991158e documents the rake simulator clean env variable 2011-12-21 13:51:13 +01:00
Laurent Sansonetti
db15914ba6 add a mention to 'rake -T' 2011-12-16 21:01:29 +01:00
Laurent Sansonetti
730854911c mention that old resource files are pruned 2011-12-15 19:22:42 +01:00
Laurent Sansonetti
a1b4dc0221 small doc fix 2011-12-15 12:02:49 +01:00
Laurent Sansonetti
778d38e959 misc tweaks 2011-12-12 22:44:14 +01:00
Laurent Sansonetti
e4a8f01261 better description of :products 2011-12-10 23:06:39 +01:00
Laurent Sansonetti
e77e0931e7 cover 'libs', new vendor_project/xcode changes 2011-12-10 23:00:08 +01:00
Laurent Sansonetti
770d31aef1 fix typo 2011-12-10 22:49:24 +01:00
Laurent Sansonetti
bc78cdf659 add seed_id and entitlements doc 2011-12-09 21:43:48 +01:00
Laurent Sansonetti
b10bd673c6 some tweaks in the info_plist section 2011-12-09 18:56:13 +01:00
Laurent Sansonetti
75aaf310f4 mention that build_dir and resources_dir should be relative paths 2011-12-09 18:24:10 +01:00