-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Closed
Labels
C-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
Describe the problem you are trying to solve
I ship a proprietary cdylib which I build from Rust code. I want to document the API using doc comments. However at the moment cargo doc
puts the source code into target/doc/src/ which is not an option. I know I can rm target/doc/src/
however there is [src](goto source code)
button left in the top right corner of the docs.
Describe the solution you'd like
cargo doc --exclude-source
Notes
mexus, HythamSoliman and berkus
Metadata
Metadata
Assignees
Labels
C-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.