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
/**
* @dev Returns the amount of sellToken a user would need to exchange to receive buyAmount of
* buyToken.
* @param buyAmount The amount of buyToken the user would like to purchase.
* @param sellGold `true` if gold is the sell token
* @return The corresponding sellToken amount.
*/
is not read. As the descriptions are not available. Is it correct that only /// style NatSpec comments are read?
The text was updated successfully, but these errors were encountered:
It seems that the multi-line comment:
is not read. As the descriptions are not available. Is it correct that only
///
style NatSpec comments are read?The text was updated successfully, but these errors were encountered: