dfinity / prettier-plugin-motoko

A code formatter for the Motoko smart contract language.
Apache License 2.0
28 stars 1 forks source link

Convert Doxygen-style comments to documentation comment #59

Open f0i opened 2 years ago

f0i commented 2 years ago

Convert //! to ///, so the user doesn't have to think about that.

E.g. //! is used in BitcoinWallet.mo

rvanasa commented 2 years ago

Good idea--I'll look into combining this with #58 as an optional feature.