mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Handle absence of Natspec doc and add option to solc
This commit is contained in:
@@ -136,6 +136,7 @@ int main(int argc, char** argv)
|
||||
cout << eth::disassemble(compiler.getBytecode()) << endl;
|
||||
cout << "Binary: " << toHex(compiler.getBytecode()) << endl;
|
||||
cout << "Interface specification: " << compiler.getInterface() << endl;
|
||||
cout << "Natspec documentation: " << compiler.getDocumentation() << endl;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user