mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Renamed url to identifier and added some comments.
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ public:
|
||||
/// Returns a list of the contract names in the sources.
|
||||
std::vector<std::string> getContractNames();
|
||||
|
||||
/// Compiles the source units that were prevously added and parsed.
|
||||
/// Compiles the source units that were previously added and parsed.
|
||||
void compile(bool _optimize = false);
|
||||
/// Parses and compiles the given source code.
|
||||
/// @returns the compiled bytecode
|
||||
|
||||
Reference in New Issue
Block a user