Is there a way to apply #[doc(hidden)]
to the component properties?
#4001
Unanswered
mskorkowski
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a component like
If I generate the rust doc I get
Is there a way to add
#[doc(hidden)]
to the_story
? I don't expect users to ever care or set a _story property directly. I expect them to use syntax likeview!{ <Page<MyStory> /> }
and be done with, so if possible I would prefer hiding it in the documentation as it's useless.Beta Was this translation helpful? Give feedback.
All reactions