-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Labels
P3A lower priority bug or feature requestA lower priority bug or feature requestarea-output-sizeIssues related to dartdoc's sometimes unreasonable output size.Issues related to dartdoc's sometimes unreasonable output size.type-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Description
Original report: dart-lang/pub-dev#5122
Package: https://pub.dev/packages/opengl version 0.5.0
It looks like https://gitlab.com/ext/dart-opengl/-/blob/master/lib/src/opengl_header.dart is a rather large file, and generating a separate documentation file for all of its fields hits pub.dev's 2GB limit. Maybe dartdoc
could decide to only generate an overview file if the library has more than X fields/methods/classes (X > 10k)?
Metadata
Metadata
Assignees
Labels
P3A lower priority bug or feature requestA lower priority bug or feature requestarea-output-sizeIssues related to dartdoc's sometimes unreasonable output size.Issues related to dartdoc's sometimes unreasonable output size.type-enhancementA request for a change that isn't a bugA request for a change that isn't a bug