You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// @notice Perform initial contract setup/// @dev The initializer modifier ensures this is only called once, the owner should confirm this was properly/// performed before publishing this contract address./// @param _initialFee fee to be paid on each sale, in basis points/// @param _initialFeeRecipient wallet to collets fees/// @param _initialPaymentToken address of the token that is used for settlement
I am hoping it can be parsed as:
Notice:
Perform initial contract setup
Dev:
The initializer modifier ensures this is only called once, the owner should confirm this was properly performed before publishing this contract address.
Param _initialFee:
fee to be paid on each sale, in basis points
Param _initialFeeRecipient :
wallet to collets fees
Param _initialPaymentToken :
address of the token that is used for settlement
Please let me know how this works and how I can help.
I am also the maintainer of the Solidity Style Guide and the Solidity NatSpec specification.
The text was updated successfully, but these errors were encountered:
Just to be sure to understand the issue here: you are talking about extra spaces that are not managed correctly? If that's so, would trimming the extra spaces work?
For a function specification like this:
I am hoping it can be parsed as:
Notice:
Perform initial contract setup
Dev:
The initializer modifier ensures this is only called once, the owner should confirm this was properly performed before publishing this contract address.
Param
_initialFee
:fee to be paid on each sale, in basis points
Param
_initialFeeRecipient
:wallet to collets fees
Param
_initialPaymentToken
:address of the token that is used for settlement
Please let me know how this works and how I can help.
I am also the maintainer of the Solidity Style Guide and the Solidity NatSpec specification.
The text was updated successfully, but these errors were encountered: