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
This commit is contained in:
Sam Johnson
2023-10-27 04:54:56 -04:00
committed by GitHub
parent 86228fa45e
commit 6ca5789db8
8 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ k256 = { version = "0.13.1", default-features = false, features = ["ecdsa"] }
environmental = { version = "1.1.4", default-features = false }
sp-genesis-builder = { path = "../../primitives/genesis-builder", default-features=false}
serde_json = { version = "1.0.107", default-features = false, features = ["alloc"] }
docify = "0.2.4"
docify = "0.2.5"
static_assertions = "1.1.0"
aquamarine = { version = "0.3.2" }