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

(cherry picked from commit c52625018b)
This commit is contained in:
Francisco
2022-09-30 12:52:45 -03:00
committed by Francisco Giordano
parent f0de978a9e
commit 50501a751e
24 changed files with 610 additions and 6038 deletions

View File

@ -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,