Skip to content
Snippets Groups Projects
Unverified Commit 4d6d5145 authored by bgallois's avatar bgallois
Browse files

enable full docs for non-local pallet

parent 00c864a1
No related branches found
No related tags found
1 merge request!254Refac generated documentation
...@@ -41,7 +41,7 @@ lazy_static! { ...@@ -41,7 +41,7 @@ lazy_static! {
}; };
}*/ }*/
/// Unwraps a [`crate::client::Client`] into the concrete runtime client. /// Unwraps a [`crate::service::client::Client`] into the concrete runtime client.
#[cfg(feature = "runtime-benchmarks")] #[cfg(feature = "runtime-benchmarks")]
macro_rules! unwrap_client { macro_rules! unwrap_client {
( (
......
...@@ -328,7 +328,6 @@ pub(super) fn gen_doc() -> Result<()> { ...@@ -328,7 +328,6 @@ pub(super) fn gen_doc() -> Result<()> {
.args([ .args([
"doc", "doc",
"--workspace", "--workspace",
"--no-deps",
"--document-private-items", "--document-private-items",
"--features=runtime-benchmarks", "--features=runtime-benchmarks",
]) ])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment