2020-01-30 20:49:32 +00:00
|
|
|
Error: Documentation tag "@return No value returned" does not contain the name of its return parameter.
|
2020-05-13 01:52:11 +00:00
|
|
|
--> structured_documentation_source_location/input.sol:4:5:
|
2020-01-30 20:49:32 +00:00
|
|
|
|
|
2020-05-13 01:52:11 +00:00
|
|
|
4 | /// @param id Some identifier
|
2020-01-30 20:49:32 +00:00
|
|
|
| ^ (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.
|
2020-05-13 01:52:11 +00:00
|
|
|
--> structured_documentation_source_location/input.sol:8:5:
|
2020-01-30 20:49:32 +00:00
|
|
|
|
|
2020-05-13 01:52:11 +00:00
|
|
|
8 | /// @return No value returned
|
2020-01-30 20:49:32 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|