Skip to content

Commit 453db90

Browse files
committed
Merge pull request #1130 from dart-lang/devoncarew-patch-1
Update README.md
2 parents 133a4e4 + 22ec0ef commit 453db90

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
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

87
If 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.
132131
dartdoc will not generate documentation for a Dart element and its children that has
133132
the `<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

137141
Please file reports on the [GitHub Issue Tracker][].

0 commit comments

Comments
 (0)