aboutsummaryrefslogtreecommitdiffstats
path: root/SolidityNatspecJSON.cpp
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2015-02-11 22:43:47 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2015-02-11 22:43:47 +0800
commit437979a7813cd87e1617f84a1e9a7d9c4158f884 (patch)
tree239d24ebef6bc93a25dfeb9bf97e73ada687c9bf /SolidityNatspecJSON.cpp
parent5ab36afaed2372278904b838ba10e3c6d87d1c75 (diff)
parent9a792edb33a95f8034cbb368e94e8ca0f4565415 (diff)
downloaddexon-solidity-437979a7813cd87e1617f84a1e9a7d9c4158f884.tar
dexon-solidity-437979a7813cd87e1617f84a1e9a7d9c4158f884.tar.gz
dexon-solidity-437979a7813cd87e1617f84a1e9a7d9c4158f884.tar.bz2
dexon-solidity-437979a7813cd87e1617f84a1e9a7d9c4158f884.tar.lz
dexon-solidity-437979a7813cd87e1617f84a1e9a7d9c4158f884.tar.xz
dexon-solidity-437979a7813cd87e1617f84a1e9a7d9c4158f884.tar.zst
dexon-solidity-437979a7813cd87e1617f84a1e9a7d9c4158f884.zip
Merge branch 'develop' into jsoncpp_path
Diffstat (limited to 'SolidityNatspecJSON.cpp')
-rw-r--r--SolidityNatspecJSON.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/SolidityNatspecJSON.cpp b/SolidityNatspecJSON.cpp
index 91d504e8..d1a443c2 100644
--- a/SolidityNatspecJSON.cpp
+++ b/SolidityNatspecJSON.cpp
@@ -54,9 +54,9 @@ public:
}
if (_userDocumentation)
- generatedDocumentationString = m_compilerStack.getMetadata("", DocumentationType::NATSPEC_USER);
+ generatedDocumentationString = m_compilerStack.getMetadata("", DocumentationType::NatspecUser);
else
- generatedDocumentationString = m_compilerStack.getMetadata("", DocumentationType::NATSPEC_DEV);
+ generatedDocumentationString = m_compilerStack.getMetadata("", DocumentationType::NatspecDev);
Json::Value generatedDocumentation;
m_reader.parse(generatedDocumentationString, generatedDocumentation);
Json::Value expectedDocumentation;