File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 73
73
* add dart identity to page
74
74
* left nav links to dedicated page for element
75
75
76
+ ## 0.1.0+5
77
+
78
+ * show peers in left navigation bar
79
+ * show inherited on a separate line
80
+ * fix links to anchors
81
+ * fix comments for properties
82
+
76
83
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export 'src/package_meta.dart';
30
30
31
31
const String name = 'dartdoc' ;
32
32
// Update when pubspec version changes.
33
- const String version = '0.1.0+4 ' ;
33
+ const String version = '0.1.0+5 ' ;
34
34
35
35
final String defaultOutDir = 'doc${Platform .pathSeparator }api' ;
36
36
Original file line number Diff line number Diff line change 1
1
name : dartdoc
2
- version : 0.1.0+4
2
+ version : 0.1.0+5
3
3
author :
Dart Team <[email protected] >
4
4
description : A documentation generator for Dart.
5
5
homepage : https://github.com/dart-lang/dartdoc
You can’t perform that action at this time.
0 commit comments