scenarioo / scenarioo-js

Scenarioo writer library to produce feature rich e2e test reports, e.g. from Protractor/WebDriverJS tests with Jasmine
http://www.scenarioo.org
MIT License
10 stars 3 forks source link

API Documentation with JSDoc #37

Open bruderol opened 8 years ago

bruderol commented 8 years ago

Currents JSDoc is useless, it does not provide nice types and descriptions for them and no good entry points, like globals etc.

bruderol commented 8 years ago

@dola @adiherzog I started to optimize our code for JSDoc a little bit. Work in progress, see Branch: feature/jsdoc Feedback or even help appreciated.

bruderol commented 8 years ago

This is far from finished, but at least you can see in my comment above, what we have to change to make the jsDoc usable.