aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-08-21 22:46:00 +0800
committerGitHub <noreply@github.com>2017-08-21 22:46:00 +0800
commitd270879c8ff4447417c1c0cfce0b008b4df7bc9c (patch)
tree6a9b40652fdf9b6291595a85c7cbb6edb1c092a7 /test/libsolidity
parent48651fc057d75b604eb65b8979b109d3887b6cbd (diff)
parent7222fac45680dd9955fd37c6245760014a19873a (diff)
downloaddexon-solidity-d270879c8ff4447417c1c0cfce0b008b4df7bc9c.tar
dexon-solidity-d270879c8ff4447417c1c0cfce0b008b4df7bc9c.tar.gz
dexon-solidity-d270879c8ff4447417c1c0cfce0b008b4df7bc9c.tar.bz2
dexon-solidity-d270879c8ff4447417c1c0cfce0b008b4df7bc9c.tar.lz
dexon-solidity-d270879c8ff4447417c1c0cfce0b008b4df7bc9c.tar.xz
dexon-solidity-d270879c8ff4447417c1c0cfce0b008b4df7bc9c.tar.zst
dexon-solidity-d270879c8ff4447417c1c0cfce0b008b4df7bc9c.zip
Merge pull request #2748 from ethereum/natspec
Remove DocumentationType from natspec
Diffstat (limited to 'test/libsolidity')
-rw-r--r--test/libsolidity/SolidityNatspecJSON.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/libsolidity/SolidityNatspecJSON.cpp b/test/libsolidity/SolidityNatspecJSON.cpp
index be20a9f2..149221d5 100644
--- a/test/libsolidity/SolidityNatspecJSON.cpp
+++ b/test/libsolidity/SolidityNatspecJSON.cpp
@@ -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(