Skip to content

Commit

Permalink
Add docs to dispatch call macro (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkolad authored Sep 1, 2023
1 parent f5e3b74 commit 5b45115
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ impl<'a> StructDef<'a> {
let ty = &field.ty;

quote::quote!(
#[doc = "Module call message."]
#name(<#ty as sov_modules_api::Module>::CallMessage),
)
})
Expand Down

0 comments on commit 5b45115

Please sign in to comment.