File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 8.0.9
2+
3+ * Deprecate the ` missingCodeBlockLanguage ` warning. This is replaced with the
4+ ` missing_code_block_language_in_doc_comment ` lint rule. (#3743 )
5+ * Properly sort unnamed libraries. (#3746 )
6+ * Correctly link comment references for types specified in a function's return
7+ type's type arguments. (#3768 ).
8+ * Require ` analyzer: ^6.5.0 ` . (#3763 )
9+
110## 8.0.8
211
312* More support for documenting a package with macro applications. (#3712 )
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.8 /%f%#L%l%'
4+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v8.0.9 /%f%#L%l%'
Original file line number Diff line number Diff line change 1- const packageVersion = '8.0.8 ' ;
1+ const packageVersion = '8.0.9 ' ;
Original file line number Diff line number Diff line change 11name : dartdoc
2- version : 8.0.8
2+ version : 8.0.9
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