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.
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 theanimated-each
.It seems like the
@uses
feature in the yuidoc could handle this case but it doesn't work.