Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Are multi-line NatSpec comments read? #8

Open
KoenBal opened this issue Dec 16, 2019 · 0 comments
Open

Are multi-line NatSpec comments read? #8

KoenBal opened this issue Dec 16, 2019 · 0 comments

Comments

@KoenBal
Copy link

KoenBal commented Dec 16, 2019

It seems that the multi-line comment:

   /**
   * @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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant