1 2 3 4 5 6
contract C { /// @param id function vote(uint id) public; } // ---- // DocstringParsingError: No description given for param id