Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

ts2dart should transpile angular2 doc comments to dartdoc comment format #276

Open
5 tasks
naomiblack opened this issue Sep 2, 2015 · 0 comments
Open
5 tasks

Comments

@naomiblack
Copy link

See http://www.dartdocs.org/documentation/dartdoc/0.6.2/index.html#dartdoc

This includes:

  • making sure that none of the js-specific API ends up in dartdoc
  • making sure that the js-specific comment annotations (e.g. @public) don't show up in the docs
  • making sure that links are correctly formed
  • making sure that only the public API surface is listed in the published doc output (via a manifest or some kind of filter?)
  • making sure that examples are Dart version, not TypeScript, via either ts2dart on a source TS example, or via an author-override
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant