CLI tweaks.

This commit is contained in:
Gav Wood
2015-01-09 08:09:30 +01:00
parent 29591d6ecf
commit 23eff4d24a
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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;