coffeedoc / codo

CoffeeScript API documentation generator. It's like YARD but for CoffeeScript!
Other
624 stars 92 forks source link

How can I specify embedded option object #202

Closed SerjoPepper closed 8 years ago

SerjoPepper commented 9 years ago

How can I document embedded fields in arguments? For example func = (options) -> console.log(options.part1) # {a: 1} console.log(options.part2) # {b: 2}

I want specify that options.part1 can contain object and options.part2 too

inossidabile commented 8 years ago

I have no idea what you mean. Sorry.