Documenting Component Composition
savvymas opened this issue · 1 comments
savvymas commented
I'm writing docs for ember-animated. There are a lot of shared arguments because we composed components out of other components. Here is an example where key, use, rules, etc are all shared options that should share the same documentation as on the animated-each.
It seems like the @uses feature in the yuidoc could handle this case but it doesn't work.
csprocket777 commented
Did you come up with a solution to this?