mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
NatSpec: Implement `@inheritdoc`
This commit is contained in:
committed by
Mathias Baumann
parent
6a1b1283fd
commit
ba0a4de50d
@@ -79,6 +79,8 @@ struct StructurallyDocumentedAnnotation
|
||||
|
||||
/// Mapping docstring tag name -> content.
|
||||
std::multimap<std::string, DocTag> docTags;
|
||||
/// contract that @inheritdoc references if it exists
|
||||
ContractDefinition const* inheritdocReference = nullptr;
|
||||
};
|
||||
|
||||
struct SourceUnitAnnotation: ASTAnnotation
|
||||
|
||||
Reference in New Issue
Block a user