mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
docstring: add missing space
This commit is contained in:
parent
d674cde34c
commit
b74566e4ea
@ -0,0 +1,6 @@
|
|||||||
|
contract C {
|
||||||
|
/// @param
|
||||||
|
function vote(uint id) public;
|
||||||
|
}
|
||||||
|
// ----
|
||||||
|
// DocstringParsingError: End of tag @param not found
|
Loading…
Reference in New Issue
Block a user