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
Generated
+4 -4
View File
@@ -4538,18 +4538,18 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[package]]
name = "docify"
version = "0.2.4"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76ee528c501ddd15d5181997e9518e59024844eac44fd1e40cb20ddb2a8562fa"
checksum = "80bf86c286159ed2d70e9ff5c4de69b793ab8632c8a1d276d44bbff36f052f64"
dependencies = [
"docify_macros",
]
[[package]]
name = "docify_macros"
version = "0.2.4"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ca01728ab2679c464242eca99f94e2ce0514b52ac9ad950e2ed03fca991231c"
checksum = "2b5ac3bdcdc56f2317e51884a90bd6f595febd6d029cdb75174162107072a8a3"
dependencies = [
"common-path",
"derive-syn-parse",
+1 -1
View File
@@ -27,7 +27,7 @@ frame-election-provider-support = { path = "../election-provider-support", defau
# third party
log = { version = "0.4.17", default-features = false }
docify = "0.2.4"
docify = "0.2.5"
aquamarine = { version = "0.3.2" }
# Optional imports for benchmarking
+1 -1
View File
@@ -27,7 +27,7 @@ frame-election-provider-support = { path = "../election-provider-support", defau
frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true}
docify = "0.2.4"
docify = "0.2.5"
[dev-dependencies]
pallet-staking-reward-curve = { path = "../staking/reward-curve" }
+1 -1
View File
@@ -13,7 +13,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [ "derive"] }
docify = "0.2.4"
docify = "0.2.5"
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true}
+1 -1
View File
@@ -20,7 +20,7 @@ sp-io = { path = "../../primitives/io", default-features = false}
sp-runtime = { path = "../../primitives/runtime", default-features = false}
sp-std = { path = "../../primitives/std", default-features = false}
sp-weights = { path = "../../primitives/weights", default-features = false}
docify = "0.2.4"
docify = "0.2.5"
[dev-dependencies]
pallet-preimage = { path = "../preimage" }
+1 -1
View File
@@ -22,7 +22,7 @@ sp-io = { path = "../../primitives/io", default-features = false}
sp-runtime = { path = "../../primitives/runtime", default-features = false}
sp-std = { path = "../../primitives/std", default-features = false}
docify = "0.2.4"
docify = "0.2.5"
[dev-dependencies]
sp-core = { path = "../../primitives/core" }
+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" }
+1 -1
View File
@@ -27,7 +27,7 @@ sp-std = { path = "../../primitives/std", default-features = false}
sp-storage = { path = "../../primitives/storage", default-features = false}
sp-timestamp = { path = "../../primitives/timestamp", default-features = false}
docify = "0.2.4"
docify = "0.2.5"
[dev-dependencies]
sp-core = { path = "../../primitives/core" }