Closed nlordell closed 7 months ago
NatSpec documentation MUST be in either /// or /** */ comments and cannot appears in simple comments // or /* */ (source). This PR fixes that, it goes with the /** */ comment style for consistency with other NatSpec documentation in the contracts.
///
/** */
//
/* */
NatSpec documentation MUST be in either
///
or/** */
comments and cannot appears in simple comments//
or/* */
(source). This PR fixes that, it goes with the/** */
comment style for consistency with other NatSpec documentation in the contracts.