-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
A-docsArea: documentation, including docs.rs, readme, examples, etc...Area: documentation, including docs.rs, readme, examples, etc...C-enhancementCategory: Raise on the bar on expectationsCategory: Raise on the bar on expectationsE-help-wantedCall for participation: Help is requested to fix this issue.Call for participation: Help is requested to fix this issue.
Description
When writing the doc string in #910 I noticed that while I reference App::from_yaml
, it is not contained in the resulting documentation. Only when passing invoking cargo doc --feature yaml
will cargo also build the documentation for that method.
To fix this and similar feature-related issues, we could include a feature doc
or all
which contains all the possible features.
I am not sure how we can make docs.rs
pick the appropriate flags though.
Metadata
Metadata
Assignees
Labels
A-docsArea: documentation, including docs.rs, readme, examples, etc...Area: documentation, including docs.rs, readme, examples, etc...C-enhancementCategory: Raise on the bar on expectationsCategory: Raise on the bar on expectationsE-help-wantedCall for participation: Help is requested to fix this issue.Call for participation: Help is requested to fix this issue.