nikhilmodak / gulp-ngdocs

Gulp plugin for building angularJS documentation
MIT License
95 stars 63 forks source link

Continue to generate docs, even with Parse error #110

Open jongunter opened 8 years ago

jongunter commented 8 years ago

In addition to the defect mentioned here: https://github.com/nikhilmodak/gulp-ngdocs/issues/92 ...it would be nice if gulp-ngdocs could have a setting flag that lets it continue parsing and generating documentation, even with an error.

I'm currently working on a project with 30ish angular modules and over 100 components. It frustrates me that if one component has broken documentation, we lose our documentation for everything until the developer in question fixes their ngdoc formatting.

Bonus points if this feature can display a message on the corresponding component's documentation page saying "There are syntax errors here" or something.