Open
Description
In 8.3.4 release nodoc
was depricated but in README it's still exists as an option.
And when in dartdoc_options.yaml
I declare this nodoc I'm getting an error that this flag will be deprecated.
My issue is that I need a way to exclude/nodoc files that are generated by build_runner
.
I didn't find any documentation on how to exclude specific files (or better, a pattern like: generated/*
.
I know there is an option to exclude classes, but there are a lot of classes that are generated in my project, so it's not really an option.