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

Handle decorators in yuidoc description #64

Closed sivakumar-kailasam closed 5 years ago

sivakumar-kailasam commented 5 years ago

After looking through yuidoc's internals, this solution ended being the least hacky solution.

Before merging this, we'll have to disable the heroku cron runner & then run the following command from heroku's bash interface. yarn start --project ember --version 3.10.0 --ignorePreviouslyIndexedDoc

Once merged, we'll have to enable the scheduler again.

sivakumar-kailasam commented 5 years ago

Fixes https://github.com/emberjs/ember.js/issues/18063 & https://github.com/ember-learn/ember-api-docs/issues/617

sivakumar-kailasam commented 5 years ago

Ran this in prod. This fixed issues in class items but looks like there are similar instances in classes as well. Will raise a separate PR for that.