File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1- ## 8.0.7-wip
1+ ## 8.0.7
22
3+ * Generate documentation for static members of enums. (#3697 )
4+ * Display an extension's extended type in a few places. (#3708 )
5+ * Minimal support for documenting a package with macro applications. (#3687 )
36* Deprecate the ` --nodoc ` option. (#3690 )
47* Deprecate the ` --resources-dir ` option. (#3696 )
8+ * Deprecate the ` --include-externals ` option. (#3694 )
9+ * Remove the warning regarding unresolved exports; these are handled by the analyzer. (#3711 )
510
611## 8.0.6
712
Original file line number Diff line number Diff line change 11dartdoc :
22 linkToSource :
33 root : ' .'
4- uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v8.0.7-wip /%f%#L%l%'
4+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v8.0.7/%f%#L%l%'
Original file line number Diff line number Diff line change 1- const packageVersion = '8.0.7-wip ' ;
1+ const packageVersion = '8.0.7' ;
Original file line number Diff line number Diff line change 11name : dartdoc
2- version : 8.0.7-wip
2+ version : 8.0.7
33description : A non-interactive HTML documentation generator for Dart source code.
44repository : https://github.com/dart-lang/dartdoc
55
You can’t perform that action at this time.
0 commit comments