don't publish via grinder, just preflight
1 file changed
tree: de4f6e17afe96da1a1c99d7e126818258af81302
  1. bin/
  2. example/
  3. lib/
  4. test/
  5. test_package/
  6. test_package_bad/
  7. tool/
  8. .gitignore
  9. .project
  10. .travis.yml
  11. appveyor.yml
  12. AUTHORS
  13. CHANGELOG.md
  14. firebase.json
  15. LICENSE
  16. pubspec.lock
  17. pubspec.yaml
  18. README.md
README.md

dartdoc

A documentation generator for Dart. This tool creates static HTML files generated from Dart source code.

Build Status Build status Coverage Status

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.

Status

Ready for testing, but has many known issues.

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.