Renamed url to identifier and added some comments.

This commit is contained in:
Christian
2014-12-05 15:35:05 +01:00
parent d4a958e1fe
commit 25273778dc
5 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -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