aboutsummaryrefslogtreecommitdiffstats
path: root/SolidityNatspecJSON.cpp
diff options
context:
space:
mode:
authorChristian <c@ethdev.com>2015-01-28 20:39:04 +0800
committerChristian <c@ethdev.com>2015-01-28 20:39:04 +0800
commit77374a46cef6308c58465f5197919d9ac67cb666 (patch)
treee1d319d59f326702451b0c6a895d298491bcd42f /SolidityNatspecJSON.cpp
parentf9109f2eea0f84e37b42d7ec635e97732e1c1d93 (diff)
downloaddexon-solidity-77374a46cef6308c58465f5197919d9ac67cb666.tar
dexon-solidity-77374a46cef6308c58465f5197919d9ac67cb666.tar.gz
dexon-solidity-77374a46cef6308c58465f5197919d9ac67cb666.tar.bz2
dexon-solidity-77374a46cef6308c58465f5197919d9ac67cb666.tar.lz
dexon-solidity-77374a46cef6308c58465f5197919d9ac67cb666.tar.xz
dexon-solidity-77374a46cef6308c58465f5197919d9ac67cb666.tar.zst
dexon-solidity-77374a46cef6308c58465f5197919d9ac67cb666.zip
Cleaner solution to provide standard sources.
Diffstat (limited to 'SolidityNatspecJSON.cpp')
-rw-r--r--SolidityNatspecJSON.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/SolidityNatspecJSON.cpp b/SolidityNatspecJSON.cpp
index 743651d5..911820dd 100644
--- a/SolidityNatspecJSON.cpp
+++ b/SolidityNatspecJSON.cpp
@@ -36,6 +36,8 @@ namespace test
class DocumentationChecker
{
public:
+ DocumentationChecker(): m_compilerStack(false) {}
+
void checkNatspec(std::string const& _code,
std::string const& _expectedDocumentationString,
bool _userDocumentation)