mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
natspecJSON: Include version and kind fields in expectations where missing
This commit is contained in:
@@ -10,6 +10,7 @@ contract test {
|
||||
// ----
|
||||
// :test devdoc
|
||||
// {
|
||||
// "kind": "dev",
|
||||
// "methods":
|
||||
// {
|
||||
// "mul(uint256,uint256)":
|
||||
@@ -21,5 +22,6 @@ contract test {
|
||||
// "second": "Documentation for the second parameter"
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// },
|
||||
// "version": 1
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user