Open f0i opened 2 years ago
Convert //! to ///, so the user doesn't have to think about that.
//!
///
E.g. //! is used in BitcoinWallet.mo
Good idea--I'll look into combining this with #58 as an optional feature.
Convert
//!
to///
, so the user doesn't have to think about that.E.g.
//!
is used in BitcoinWallet.mo