Merge pull request #3730 from ethereum/docstringBug

DocStringParser: Fix error message for empty parameter description.
This commit is contained in:
chriseth
2018-03-14 16:21:29 +01:00
committed by GitHub
3 changed files with 10 additions and 7 deletions
@@ -0,0 +1,6 @@
contract C {
/// @param id
function vote(uint id) public;
}
// ----
// DocstringParsingError: No description given for param id