Skip to content

#[docify::hidden] #10

@kianenigma

Description

@kianenigma

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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions