ember-learn / ember-jsonapi-docs

fixes up the ember docs generated by YUIDoc to be in JSONAPI format + some other niceties
9 stars 11 forks source link

Generate more information about extended and used classes #33

Open MartinMalinda opened 7 years ago

MartinMalinda commented 7 years ago

Needed for https://github.com/ember-learn/ember-api-docs/issues/243. Temporary solution merged here https://github.com/ember-learn/ember-api-docs/pull/248

At this point, properties like extendedClassProjectName and extendedClassVersion are computed properties. Ideally, this would be generated here - it would be more clean and error proof.

https://github.com/ember-learn/ember-api-docs/pull/248/files#diff-672353df31213c934c7ea38ccb99b7deR54