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 11# dartdoc
22
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 )
44
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.
76
87If you want to _ contribute_ to the dartdoc project, see the
98[ contributor docs] [ ] . This page contains information about _ using_ the dartdoc
@@ -132,6 +131,11 @@ when authoring doc comments for Dart with dartdoc.
132131dartdoc will not generate documentation for a Dart element and its children that has
133132the ` <nodoc> ` tag in the documentation comment.
134133
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+
135139## Issues and bugs
136140
137141Please file reports on the [ GitHub Issue Tracker] [ ] .
You can’t perform that action at this time.
0 commit comments