mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 10:27:59 +00:00
improve docs (#2068)
* improve decl_storage instance doc * use decl_event doc accordignly * automate doc and while allow to extend it on event * some missed ones * Update srml/example/src/lib.rs Co-Authored-By: thiolliere <gui.thiolliere@gmail.com> * Update srml/support/procedural/src/storage/transformation.rs
This commit is contained in:
@@ -55,7 +55,6 @@ decl_module! {
|
||||
}
|
||||
|
||||
decl_event!(
|
||||
/// An event in this module.
|
||||
pub enum Event<T> where AccountId = <T as system::Trait>::AccountId {
|
||||
// Just a dummy event.
|
||||
// Event `Something` is declared with a parameter of the type `u32` and `AccountId`
|
||||
|
||||
Reference in New Issue
Block a user