File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# dartdoc
2
2
3
- Use ` dartdoc ` to generate HTML documentaton for your Dart package.
3
+ [ ![ Build Status ] ( https://travis-ci.org/dart-lang/ dartdoc.svg?branch=master )] ( https://travis-ci.org/dart-lang/dartdoc )
4
4
5
- Note: As of Dart 1.12, ` dartdoc ` is shipped with the Dart SDK and replaces the
6
- older ` docgen ` tool.
5
+ Use ` dartdoc ` to generate HTML documentaton for your Dart package.
7
6
8
7
If you want to _ contribute_ to the dartdoc project, see the
9
8
[ contributor docs] [ ] . This page contains information about _ using_ the dartdoc
@@ -132,6 +131,11 @@ when authoring doc comments for Dart with dartdoc.
132
131
dartdoc will not generate documentation for a Dart element and its children that has
133
132
the ` <nodoc> ` tag in the documentation comment.
134
133
134
+ ## Older versions
135
+
136
+ As of Dart 1.12, ` dartdoc ` is shipped with the Dart SDK and replaces the
137
+ older ` docgen ` tool.
138
+
135
139
## Issues and bugs
136
140
137
141
Please file reports on the [ GitHub Issue Tracker] [ ] .
You can’t perform that action at this time.
0 commit comments