aboutsummaryrefslogtreecommitdiffstats
path: root/InterfaceHandler.h
diff options
context:
space:
mode:
authorLefteris Karapetsas <lefteris@refu.co>2014-12-18 21:43:35 +0800
committerLefteris Karapetsas <lefteris@refu.co>2014-12-18 22:03:45 +0800
commita6b0fba22748ffa8a73d505f31bec8630f434f39 (patch)
tree8969a0dd76fd6a49377b6750daa8a8bd4fd91bb4 /InterfaceHandler.h
parentf73278c8b2373e4cd27408618ef4a65001ff1437 (diff)
downloaddexon-solidity-a6b0fba22748ffa8a73d505f31bec8630f434f39.tar.gz
dexon-solidity-a6b0fba22748ffa8a73d505f31bec8630f434f39.tar.zst
dexon-solidity-a6b0fba22748ffa8a73d505f31bec8630f434f39.zip
Changes in InterfaceHandler to deal with multiline natspec
- Also now Solidity scanner considers Carriage Return as whitespace - Tests for Natspec generation with the new multiline comments
Diffstat (limited to 'InterfaceHandler.h')
-rw-r--r--InterfaceHandler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/InterfaceHandler.h b/InterfaceHandler.h
index d271a669..c8399d71 100644
--- a/InterfaceHandler.h
+++ b/InterfaceHandler.h
@@ -92,7 +92,8 @@ private:
std::string::const_iterator parseDocTagLine(std::string::const_iterator _pos,
std::string::const_iterator _end,
std::string& _tagString,
- DocTagType _tagType);
+ DocTagType _tagType,
+ bool _appending);
std::string::const_iterator parseDocTagParam(std::string::const_iterator _pos,
std::string::const_iterator _end);
std::string::const_iterator appendDocTagParam(std::string::const_iterator _pos,