-
Notifications
You must be signed in to change notification settings - Fork 59
Display feature information in documentation #241
Copy link
Copy link
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
In the public API for regorus in docs.rs, display that certain API is available only if a specific feature is available.
For example, https://docs.rs/regorus/latest/regorus/struct.Engine.html#method.get_coverage_report does not list that coverage feature is necessary for this API.
There has been an attempt to make this work:
Line 165 in 56bd884
| # RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --all-features --no-deps |
@mkulke What is the right way to do this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation