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+
17## 0.9.5
28* [ enhancement] support for ` @example ` tag to inject sample code into comments.
39 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';
3939
4040const String name = 'dartdoc' ;
4141// Update when pubspec version changes.
42- const String version = '0.9.5 ' ;
42+ const String version = '0.9.6 ' ;
4343
4444final String defaultOutDir = p.join ('doc' , 'api' );
4545
Original file line number Diff line number Diff line change 11name : dartdoc
22# Also update the `version` field in lib/dartdoc.dart.
3- version : 0.9.5
3+ version : 0.9.6
44author : Dart Team <misc@dartlang.org>
55description : A documentation generator for Dart.
66homepage : https://github.com/dart-lang/dartdoc
You can’t perform that action at this time.
0 commit comments