solang-parser 0.2.1

Solang Solidity Parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
Error: Documentation tag "@return No value returned" does not contain the name of its return parameter.
 --> structured_documentation_source_location/input.sol:4:5:
  |
4 |     /// @param id Some identifier
  |     ^ (Relevant source part starts here and spans across multiple lines).

Error: Documentation tag "@return No value returned" does not contain the name of its return parameter.
 --> structured_documentation_source_location/input.sol:8:5:
  |
8 |     /// @return No value returned
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^