DocStringParser: Add Changelog entry and test case for empty descriptions.

This commit is contained in:
Daniel Kirchner
2018-03-14 10:34:16 +01:00
parent 0d0c9b8688
commit 9d079fd126
2 changed files with 7 additions and 0 deletions
@@ -0,0 +1,6 @@
contract C {
/// @param id
function vote(uint id) public;
}
// ----
// DocstringParsingError: No description given for param id