File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 8.0.9-dev
2+
3+ * Remove support for ` [this] ` as a comment reference. Referring to the
4+ containing element can be written as ` this [Foo] ` , and referring to 'this'
5+ can just be written as `` `this` `` .
6+
17## 8.0.8
28
39* 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-dev /%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-dev ' ;
Original file line number Diff line number Diff line change 11name : dartdoc
2- version : 8.0.8
2+ version : 8.0.9-dev
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