Update docs pipeline to solidity-docgen@0.6 (#3707)
(cherry picked from commit c52625018b)
This commit is contained in:
committed by
Francisco Giordano
parent
f0de978a9e
commit
50501a751e
@ -20,7 +20,7 @@ abstract contract ERC721Votes is ERC721, Votes {
|
||||
/**
|
||||
* @dev Adjusts votes when tokens are transferred.
|
||||
*
|
||||
* Emits a {Votes-DelegateVotesChanged} event.
|
||||
* Emits a {IVotes-DelegateVotesChanged} event.
|
||||
*/
|
||||
function _afterTokenTransfer(
|
||||
address from,
|
||||
@ -34,7 +34,7 @@ abstract contract ERC721Votes is ERC721, Votes {
|
||||
/**
|
||||
* @dev Adjusts votes when a batch of tokens is transferred.
|
||||
*
|
||||
* Emits a {Votes-DelegateVotesChanged} event.
|
||||
* Emits a {IVotes-DelegateVotesChanged} event.
|
||||
*/
|
||||
function _afterConsecutiveTokenTransfer(
|
||||
address from,
|
||||
|
||||
Reference in New Issue
Block a user