Update docs pipeline to solidity-docgen@0.6 (#3707)

This commit is contained in:
Francisco
2022-09-30 12:52:45 -03:00
committed by GitHub
parent 26dddee1c0
commit c52625018b
24 changed files with 610 additions and 6038 deletions

View File

@ -122,7 +122,7 @@ abstract contract Votes is IVotes, Context, EIP712 {
/**
* @dev Delegate all of `account`'s voting units to `delegatee`.
*
* Emits events {DelegateChanged} and {DelegateVotesChanged}.
* Emits events {IVotes-DelegateChanged} and {IVotes-DelegateVotesChanged}.
*/
function _delegate(address account, address delegatee) internal virtual {
address oldDelegate = delegates(account);