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:
parent
7dbfde91e3
commit
0cc271fae9
1
main.cpp
1
main.cpp
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user