File tree 4 files changed +12
-3
lines changed
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
+
1
10
## 8.0.8
2
11
3
12
* More support for documenting a package with macro applications. (#3712 )
Original file line number Diff line number Diff line change 1
1
dartdoc :
2
2
linkToSource :
3
3
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 1
1
name : dartdoc
2
- version : 8.0.8
2
+ version : 8.0.9
3
3
description : A non-interactive HTML documentation generator for Dart source code.
4
4
repository : https://github.com/dart-lang/dartdoc
5
5
You can’t perform that action at this time.
0 commit comments