Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

inline block params no longer being documented (reopen #8) #53

Closed
paulfreeman opened this issue May 31, 2014 · 2 comments
Closed

inline block params no longer being documented (reopen #8) #53

paulfreeman opened this issue May 31, 2014 · 2 comments
Labels

Comments

@paulfreeman
Copy link

I've just built the latest version on Xcode 5.1.1 and on Mavericks 10.9.2

In this version inline block comments are not being generated. e.g: from any signature whether the block is the only parameter or one of a larger number of parameters.

I saw that this issue was recored as fixed #8, but I didn't know how to re-open it, I don't think I can.

@paulfreeman
Copy link
Author

Sorry, I meant block parameters in the signature. My bad.

I haven't tested the use inline, they are probably OK.

Examples are the following signatures, these are in the .m file, the behaviour is the same in the .h file

-(void) writeMediasetJSON: (void (^)(void)) uploadCompletionBlock {}

-(void) createNewMediaset:(NSString *) collectionName withCompletionBlock: (void (^)(void)) completionBlock {}

@onevcat onevcat added the bug label Oct 25, 2014
@onevcat onevcat mentioned this issue Oct 25, 2014
@onevcat
Copy link
Owner

onevcat commented Oct 25, 2014

Should be fixed in #75

@onevcat onevcat closed this as completed Oct 25, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants