Skip to content

Commit

Permalink
Merge pull request nervosnetwork#4360 from chenyukang/yukang-fix-doc-…
Browse files Browse the repository at this point in the history
…issue

Fix rpc doc generator issues
  • Loading branch information
chenyukang authored Feb 26, 2024
2 parents 8c7b431 + 16f7e81 commit 0e1e2b1
Show file tree
Hide file tree
Showing 13 changed files with 873 additions and 222 deletions.
52 changes: 27 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions devtools/doc/rpc-gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ ckb-rpc ={ path = "../../../rpc", version = "= 0.114.0-pre" }
schemars = { version = "0.8.16", package = "ckb_schemars" }
serde_json = "~1.0"
tera = "1"
syn = { version = "2.0.39", features = ["extra-traits", "full", "parsing", "visit"] }
walkdir = "2.1.4"
Loading

0 comments on commit 0e1e2b1

Please sign in to comment.