To use the dartdoc tool, see the user docs. This page contains information relevant for contributors to the dartdoc project.
Yes!
Start by using the tool and filing issues and requests.
See the dartdoc API docs, generated by dartdoc.
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!
grind
is needed to run dartdoc integration tests, see installed viapub global activate grinder
.- When a change is user-facing, please add a new entry to the changelog
- Please include a test for your change.
dartdoc
has bothpackage:test
-style unittests as well as integration tests. To run the unittests, usedart test/all.dart
. Most changes can be tested via a unittest, but some require modifying the (test_package)[https://github.com/dart-lang/dartdoc/tree/master/testing/test_package] and regenerating its docs viagrind update-test-package-docs
. - Be sure to format your Dart code using
dartfmt -w
, otherwise travis will complain. - Post your change via a pull request for review and integration!
Please see the dartdoc license.