dartdoc 0.1.0 dartdoc: ^0.1.0 copied to clipboard
A documentation generator for Dart.
dartdoc #
A documentation generator for Dart. This tool creates static HTML files generated from Dart source code.
Installing dartdoc #
Run pub global activate dartdoc
to install dartdoc
.
Running dartdoc #
Run dartdoc
from the root directory of package. By default, the documentation
is generated to the doc/api/
directory.
FAQ #
What about docgen
/ dartdocgen
/ dartdoc-viewer
?
This tool intends to replace our existing set of API documentation tools. We'll
take the best ideas and implementations from our existing doc tools and fold
them into dartdoc
.
Can I help?
Yes! Start by using the tool and filing issues and requests. If you want to contribute, check out the issue tracker and see if there's an issue that you're passionate about. If you want to add a new feature that's not yet in the issue tracker, start by opening an issue. Thanks!
What does the output look like?
You can see the latest API of dartdoc
- generated by dartdoc
-
here.
Generating documentation for Dart SDK
If you want to generate documentation for the SDK, run dartdoc
with the
following command line arguments:
--sdk-docs
--dart-sdk /pathTo/dart-sdk
(optional)
Issues and bugs #
Please file reports on the GitHub Issue Tracker.
License #
You can view our license here.