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.3
2
+
3
+ * Remove ` --format ` flag that allows for generating Markdown-formatted docs.
4
+ (#3535 )
5
+ * Generate docs for extension type constructors.
6
+
1
7
## 8.0.2
2
8
3
9
* Remove @hideConstantImplementations fully. (#3593 )
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.2 /%f%#L%l%'
4
+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v8.0.3 /%f%#L%l%'
Original file line number Diff line number Diff line change 1
- const packageVersion = '8.0.2 ' ;
1
+ const packageVersion = '8.0.3 ' ;
Original file line number Diff line number Diff line change 1
1
name : dartdoc
2
- version : 8.0.2
2
+ version : 8.0.3
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