-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
within any span of code that is being rendered, the item following this should become hidden. This item could itself contain #[docify::export], so you could do:
#[docify::export]
fn foo() {
let a = 10;
#[docify::hidden] // makes this item hidden in the parent
#[docify::export] // makes this item individually reachable via `#[docify::embed("..", bar)]`
let bar = 15;
}
sam0x17
Metadata
Metadata
Assignees
Labels
No labels