aboutsummaryrefslogtreecommitdiffstats
path: root/CompilerStack.h
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2015-01-09 15:09:30 +0800
committerGav Wood <i@gavwood.com>2015-01-09 15:09:30 +0800
commit23eff4d24a18b6a82565dbf5074c4e1ed313bb9e (patch)
tree2d276c34f12a5bb5178abbb8f75091af8ffadae8 /CompilerStack.h
parent29591d6ecfaf1a00ac405b1a46fe366daa00bd71 (diff)
downloaddexon-solidity-23eff4d24a18b6a82565dbf5074c4e1ed313bb9e.tar.gz
dexon-solidity-23eff4d24a18b6a82565dbf5074c4e1ed313bb9e.tar.zst
dexon-solidity-23eff4d24a18b6a82565dbf5074c4e1ed313bb9e.zip
CLI tweaks.
Diffstat (limited to 'CompilerStack.h')
-rw-r--r--CompilerStack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CompilerStack.h b/CompilerStack.h
index 91836585..afc9a516 100644
--- a/CompilerStack.h
+++ b/CompilerStack.h
@@ -90,7 +90,7 @@ public:
/// Prerequisite: Successful call to parse or compile.
/// @param type The type of the documentation to get.
/// Can be one of 4 types defined at @c DocumentationType
- std::string const& getJsonDocumentation(std::string const& _contractName, DocumentationType _type) const;
+ std::string const& getMetadata(std::string const& _contractName, DocumentationType _type) const;
/// @returns the previously used scanner, useful for counting lines during error reporting.
Scanner const& getScanner(std::string const& _sourceName = "") const;