File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.9.6
2
+ * [ bug] fix enum indexes (#1176 ).
3
+ * [ enhancement] added support for crossdart. If there is a ` crossdart.json `
4
+ file in the input dir (which can be generated by Crossdart), it will use that
5
+ file to add links to ` crossdart.info ` in the source code block.
6
+
1
7
## 0.9.5
2
8
* [ enhancement] support for ` @example ` tag to inject sample code into comments.
3
9
eg. ` {@example core/ts/bootstrap/bootstrap.dart region='bootstrap'} ` , where
Original file line number Diff line number Diff line change
1
+ CODE_REVIEW_SERVER: https://codereview.chromium.org/
2
+ VIEW_VC: https://github.com/dart-lang/dartdoc/commit/
3
+ CC_LIST: reviews@dartlang.org
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export 'src/package_meta.dart';
39
39
40
40
const String name = 'dartdoc' ;
41
41
// Update when pubspec version changes.
42
- const String version = '0.9.5 ' ;
42
+ const String version = '0.9.6 ' ;
43
43
44
44
final String defaultOutDir = p.join ('doc' , 'api' );
45
45
Original file line number Diff line number Diff line change 1
1
name : dartdoc
2
2
# Also update the `version` field in lib/dartdoc.dart.
3
- version : 0.9.5
3
+ version : 0.9.6
4
4
author : Dart Team <misc@dartlang.org>
5
5
description : A documentation generator for Dart.
6
6
homepage : https://github.com/dart-lang/dartdoc
You can’t perform that action at this time.
0 commit comments