Tags: dart-lang/dartdoc
Tags
* Generate documentation for static members of enums. (#3697) * Display an extension's extended type in a few places. (#3708) * Minimal support for documenting a package with macro applications. (#3687) * Deprecate the `--nodoc` option. (#3690) * Deprecate the `--resources-dir` option. (#3696) * Deprecate the `--include-externals` option. (#3694) * Remove the warning regarding unresolved exports; these are handled by the analyzer. (#3711)
* Add troubleshooting information when the sidebars failed to load. (#… …3643) * Deprecate the `--templates-dir` option. (#3667) * In the "implementers" section of a class/mixin, include extension types that "implement" said class/mixin. (#3658) * Add the "implementers" section to the extension type page. (#3682) * Display the exact type of an extension type's representation, not any erasure of an extension type. (#3685) * Reduce the time to document with a few improvements. (#3659, #3660) * Correct the "constant initializer" view of some enums. (#3669) * Render generic type parameters in function-typed parameters. (#3670) * Stop warning on a missing constructor; dartdoc expects code to be valid. (#3674) * Do not require the `FLUTTER_ROOT` env variable when documenting a package that requires Flutter. (#3688)
PreviousNext