upgrade docify to 0.2.5 (#2052)
Updates `docify` to 0.2.5, which fixes some indentation bugs and adds the new `#[docify::export_content]` attribute which can be used like regular `#[docify::export]` but will only export the _underlying contents_ of the item it is attached to, if applicable (otherwise it just behaves exactly like `#[docify::export]`). Release notes here: https://github.com/sam0x17/docify/releases/tag/v0.2.5 cc @Kianenigma
Showing
- Cargo.lock 4 additions, 4 deletionsCargo.lock
- substrate/frame/bags-list/Cargo.toml 1 addition, 1 deletionsubstrate/frame/bags-list/Cargo.toml
- substrate/frame/fast-unstake/Cargo.toml 1 addition, 1 deletionsubstrate/frame/fast-unstake/Cargo.toml
- substrate/frame/paged-list/Cargo.toml 1 addition, 1 deletionsubstrate/frame/paged-list/Cargo.toml
- substrate/frame/scheduler/Cargo.toml 1 addition, 1 deletionsubstrate/frame/scheduler/Cargo.toml
- substrate/frame/sudo/Cargo.toml 1 addition, 1 deletionsubstrate/frame/sudo/Cargo.toml
- substrate/frame/support/Cargo.toml 1 addition, 1 deletionsubstrate/frame/support/Cargo.toml
- substrate/frame/timestamp/Cargo.toml 1 addition, 1 deletionsubstrate/frame/timestamp/Cargo.toml
Please register or sign in to comment