ember-cli-jsdoc icon indicating copy to clipboard operation
ember-cli-jsdoc copied to clipboard

An Ember CLI addon to generate HTML documentation from JSDoc comments in the source code.

Results 10 ember-cli-jsdoc issues
Sort by recently updated
recently updated
newest added
trafficstars

I recently implemented this and found that I could not generate the docs because Babel's plugin-proposal-class-properties and plugin-proposal-decorators were not available to this addon. These are required for Octane's syntax...

See these for reference: - https://github.com/cibernox/ember-cli-yuidoc/blob/master/index.js - https://github.com/cibernox/ember-cli-yuidoc#watch-mode - https://github.com/cibernox/ember-cli-yuidoc/issues/6#issuecomment-71364858 (using live reload)

enhancement

This pr is still a work in progress, i made the changes for this pr https://github.com/machty/ember-concurrency/pull/105. 1. I haven't figure out how to access the application options for the command;...

Replace with https://github.com/ember-cli/exists-sync

refactor
ready

@makepanic has integrated generated JSDoc output into a dummy Ember app so that styling is picked up from the app and are an Ember route. This can be viewed at...

If a developer re-runs `ember install ember-cli-jsdoc` what should happen to a/the `jsdoc.json` file that might already exist? Ignore? Override? Prompt for confirmation of override?

question

If it only includes the 2 default Ember CLI files. This means though that this would have to be kept up to date with Ember CLI whereas right now it...

question

- remove jsdoc.json - uninstall ember-cli-doc-server - uninstall ember-cli-jsdoc

enhancement

This command would be intended to be ran after an upgrade to a new release of this repo. Running it would read in the `jsdoc.json` file and replace the plugins...

enhancement