You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue tracks the work to add a new output format to the dartdoc tool. The goal is to produce a clean, token-dense, plain-text representation of Dart APIs.
Motivation:
Currently, dartdoc generates HTML. While excellent for human browsing, a plain-text format is better suited for other use cases, particularly for consumption by tools and AI models.
Use Cases:
Feedback on specific use cases for this plain-text output is very welcome in the comments. Understanding the ways this feature might be utilized will help guide its development.