Pallet dispatchable+storage doc module. (#13341)
* doc-only pallet * cargo fmt * generics fix for dispatchables * use a module instead * add doc comment warning that the dispatchable functions are generated * clean up * fix typo * hide Instance4-Instance16 from `pallet` module docs * revamp Instance1-16 comment * Document storage types Signed-off-by:Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * fmt Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * remove unused variables * crate::Call => Call Co-authored-by:
Bastian Köcher <git@kchr.de> * fix indentation Co-authored-by:
Bastian Köcher <git@kchr.de> * remove unneeded block Co-authored-by:
Bastian Köcher <git@kchr.de> * don't need a Vec Co-authored-by:
Bastian Köcher <git@kchr.de> * add "doc only" to coment Co-authored-by:
Bastian Köcher <git@kchr.de> * crate::Call => Call Co-authored-by:
Bastian Köcher <git@kchr.de> * cargo fmt --------- Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by:
Sam Johnson <sam@durosoft.com> Co-authored-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by:
Bastian Köcher <git@kchr.de> Co-authored-by: parity-processbot <>
Showing
- substrate/frame/support/procedural/src/pallet/expand/doc_only.rs 79 additions, 0 deletions...te/frame/support/procedural/src/pallet/expand/doc_only.rs
- substrate/frame/support/procedural/src/pallet/expand/mod.rs 3 additions, 0 deletionssubstrate/frame/support/procedural/src/pallet/expand/mod.rs
- substrate/frame/support/src/instances.rs 33 additions, 16 deletionssubstrate/frame/support/src/instances.rs
Please register or sign in to comment