mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
modified test network to test exceptions during parsing of documentation
todo: - change to work wirh all exceptions - fix white space problems in the output text for Natspec
This commit is contained in:
parent
e8aaedf97b
commit
814bc49aa2
@ -149,7 +149,7 @@ public:
|
|||||||
std::tuple<int, int, int, int> positionFromSourceLocation(SourceLocation const& _sourceLocation) const;
|
std::tuple<int, int, int, int> positionFromSourceLocation(SourceLocation const& _sourceLocation) const;
|
||||||
|
|
||||||
/// Parses Natspec documentations. Throws exceptions in case of wrong documented contract
|
/// Parses Natspec documentations. Throws exceptions in case of wrong documented contract
|
||||||
void parseNatspecDocumentation(dev::solidity::ContractDefinition& _contract);
|
void parseNatspecDocumentation(ContractDefinition& _contract);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user