solidity/test/cmdlineTests/structured_documentation_source_location/err

12 lines
531 B
Plaintext
Raw Normal View History

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-05-13 01:52:11 +00:00
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.
2020-05-13 01:52:11 +00:00
--> structured_documentation_source_location/input.sol:8:5:
|
2020-05-13 01:52:11 +00:00
8 | /// @return No value returned
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^