realm / jazzy

Soulful docs for Swift & Objective-C
https://realm.io
MIT License
7.33k stars 412 forks source link

Support nested parameters #548

Open quinncnl opened 8 years ago

quinncnl commented 8 years ago

Hello everyone,

Is there a way to document completionHandler parameters as in NSURLSession's dataTaskWithURL:completionHandler: link

Right now I found jazzy's handling of "- parameter" is very limited.

jpsim commented 8 years ago

Hi, you're right that nested parameter definitions aren't supported. We should use this ticket to track adding that functionality to jazzy.

karagraysen commented 7 years ago

Has there been any progress on this?