2023-08-09 16:16:14 +00:00
|
|
|
contract test {
|
|
|
|
/// @param a the parameter a is really nice and very useful
|
|
|
|
/// @param second the second parameter is not very useful, it just provides additional confusion
|
|
|
|
constructor(uint a, uint second) { }
|
|
|
|
}
|
|
|
|
|
|
|
|
// ----
|
|
|
|
// ----
|
|
|
|
// :test devdoc
|
|
|
|
// {
|
2023-08-09 17:33:35 +00:00
|
|
|
// "kind": "dev",
|
2023-08-09 16:16:14 +00:00
|
|
|
// "methods":
|
|
|
|
// {
|
|
|
|
// "constructor":
|
|
|
|
// {
|
|
|
|
// "params":
|
|
|
|
// {
|
|
|
|
// "a": "the parameter a is really nice and very useful",
|
|
|
|
// "second": "the second parameter is not very useful, it just provides additional confusion"
|
|
|
|
// }
|
|
|
|
// }
|
2023-08-09 17:33:35 +00:00
|
|
|
// },
|
|
|
|
// "version": 1
|
2023-08-09 16:16:14 +00:00
|
|
|
// }
|
2023-08-21 10:32:33 +00:00
|
|
|
//
|
|
|
|
// :test userdoc
|
|
|
|
// {
|
|
|
|
// "kind": "user",
|
|
|
|
// "methods": {},
|
|
|
|
// "version": 1
|
|
|
|
// }
|