From 814bc49aa25a5322e58c2b8ab9d3b8d5dffd81d8 Mon Sep 17 00:00:00 2001 From: Liana Husikyan Date: Wed, 17 Jun 2015 11:47:29 +0200 Subject: [PATCH] modified test network to test exceptions during parsing of documentation todo: - change to work wirh all exceptions - fix white space problems in the output text for Natspec --- CompilerStack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CompilerStack.h b/CompilerStack.h index fdf2562bc..ff2b0069c 100644 --- a/CompilerStack.h +++ b/CompilerStack.h @@ -149,7 +149,7 @@ public: std::tuple positionFromSourceLocation(SourceLocation const& _sourceLocation) const; /// Parses Natspec documentations. Throws exceptions in case of wrong documented contract - void parseNatspecDocumentation(dev::solidity::ContractDefinition& _contract); + void parseNatspecDocumentation(ContractDefinition& _contract); private: /**