mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Separate user and dev natspec documentation
- plus other small changes according to the spec
This commit is contained in:
parent
0cc271fae9
commit
d0758ccf1e
2
main.cpp
2
main.cpp
@ -136,7 +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;
|
||||
cout << "Natspec user documentation: " << compiler.getUserDocumentation() << endl;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user