Open
Description
What's the right way to invoke rustdoc
so that it outputs in JSON format but also with doc comments?
I'm doing cargo +nightly rustdoc -- --output-format json -Z unstable-options
and the resulting JSON file has "docs": null
for all items! 😅
Please let me know how to tell rustdoc to include doc comments 🙂
Thanks 🙏
Metadata
Metadata
Assignees
Labels
Area: Documentation that has been re-exported from a different crateArea: Rustdoc JSON backendStatus: The issue lacks details necessary to triage or act on it.Status: This issue has no reproduction and needs a reproduction to make progress.Relevant to the rustdoc team, which will review and decide on the PR/issue.