mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Set handlers use unified jsonPrint with prettifier if needed
This commit is contained in:
@@ -0,0 +1 @@
|
||||
--combined-json devdoc --pretty-json --allow-paths .
|
||||
@@ -0,0 +1,8 @@
|
||||
// SPDX-License-Identifier: GPL-3.0
|
||||
pragma solidity >=0.0;
|
||||
|
||||
/// @dev This is devdoc.
|
||||
contract C {}
|
||||
|
||||
/// And this is a notice.
|
||||
contract D {}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"contracts":
|
||||
{
|
||||
"combined_json_with_devdoc/input.sol:C":
|
||||
{
|
||||
"devdoc":
|
||||
{
|
||||
"details": "This is devdoc.",
|
||||
"kind": "dev",
|
||||
"methods": {},
|
||||
"version": 1
|
||||
}
|
||||
},
|
||||
"combined_json_with_devdoc/input.sol:D":
|
||||
{
|
||||
"devdoc":
|
||||
{
|
||||
"kind": "dev",
|
||||
"methods": {},
|
||||
"version": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": "<VERSION REMOVED>"
|
||||
}
|
||||
Reference in New Issue
Block a user