Remove DocumentationType from natspec

This commit is contained in:
Alex Beregszaszi
2017-08-15 19:56:38 +01:00
parent 80f83169b1
commit 7222fac456
6 changed files with 59 additions and 58 deletions
+2 -2
View File
@@ -51,9 +51,9 @@ public:
Json::Value generatedDocumentation;
if (_userDocumentation)
generatedDocumentation = m_compilerStack.natspec("", DocumentationType::NatspecUser);
generatedDocumentation = m_compilerStack.natspecUser("");
else
generatedDocumentation = m_compilerStack.natspec("", DocumentationType::NatspecDev);
generatedDocumentation = m_compilerStack.natspecDev("");
Json::Value expectedDocumentation;
m_reader.parse(_expectedDocumentationString, expectedDocumentation);
BOOST_CHECK_MESSAGE(