File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 6.2.2
2+ * Add chips to class pages for class modifiers (#3401 )
3+ * Fix a case where dartdoc was not properly handling extension
4+ method resolution. (#3393 )
5+
16## 6.2.1
27* Do not show induced modifiers from analyzer in class headers.
38 (#3371 )
Original file line number Diff line number Diff line change 11dartdoc :
22 linkToSource :
33 root : ' .'
4- uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v6.2.1 /%f%#L%l%'
4+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v6.2.2 /%f%#L%l%'
Original file line number Diff line number Diff line change 11// Generated code. Do not modify.
2- const packageVersion = '6.2.1 ' ;
2+ const packageVersion = '6.2.2 ' ;
Original file line number Diff line number Diff line change 11name : dartdoc
22# Run `dart run grinder build` after updating.
3- version : 6.2.1
3+ version : 6.2.2
44description : A non-interactive HTML documentation generator for Dart source code.
55repository : https://github.com/dart-lang/dartdoc
66
You can’t perform that action at this time.
0 commit comments