Rename CompilerStack.metadata to CompilerStack.natspec

This commit is contained in:
Alex Beregszaszi
2017-05-19 16:11:04 +01:00
parent 81877cc594
commit cd5d93da2a
5 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -49,9 +49,9 @@ public:
Json::Value generatedDocumentation;
if (_userDocumentation)
generatedDocumentation = m_compilerStack.metadata("", DocumentationType::NatspecUser);
generatedDocumentation = m_compilerStack.natspec("", DocumentationType::NatspecUser);
else
generatedDocumentation = m_compilerStack.metadata("", DocumentationType::NatspecDev);
generatedDocumentation = m_compilerStack.natspec("", DocumentationType::NatspecDev);
Json::Value expectedDocumentation;
m_reader.parse(_expectedDocumentationString, expectedDocumentation);
BOOST_CHECK_MESSAGE(