gjtorikian / biscotto

UNMAINTAINED. CoffeeScript API documentation tool that uses TomDoc notation.
https://gjtorikian.github.io/biscotto/
MIT License
105 stars 18 forks source link

Support TomDoc style nested hashes #20

Closed kevinsawicki closed 10 years ago

kevinsawicki commented 10 years ago

Would be cool if this style was supported in param and return comments.

Example (taken from tomdoc.org)

# options - The Hash options used to refine the selection (default: {}):
#           :color  - The String color to restrict by (optional).
#           :weight - The Float weight to restrict by. The weight should
#                     be specified in grams (optional).