natspecJSON: Include version and kind fields in expectations where missing

This commit is contained in:
Kamil Śliwak
2023-09-11 18:06:42 +02:00
parent 99bfdf930a
commit 481c7256cb
71 changed files with 360 additions and 120 deletions
@@ -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
// }