mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove DocStringAnalyzer and DocStringParser class-specific error reporting functions
This commit is contained in:
@@ -58,8 +58,6 @@ private:
|
||||
/// Creates and inserts a new tag and adjusts m_lastTag.
|
||||
void newTag(std::string const& _tagName);
|
||||
|
||||
void appendError(std::string const& _description);
|
||||
|
||||
/// Mapping tag name -> content.
|
||||
std::multimap<std::string, DocTag> m_docTags;
|
||||
DocTag* m_lastTag = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user