Remove redundant @dev tags (#995)

* Remove redundant @dev tags

* Remove redundant @notice tags
This commit is contained in:
Arun Kumar
2018-06-14 17:19:59 -05:00
committed by Matt Condon
parent b4406d385f
commit 07020e9544
22 changed files with 102 additions and 125 deletions

View File

@ -9,7 +9,7 @@ library AddressUtils {
/**
* Returns whether the target address is a contract
* @dev This function will return false if invoked during the constructor of a contract,
* as the code is not actually created until after the constructor finishes.
* as the code is not actually created until after the constructor finishes.
* @param addr address to check
* @return whether the target address is a contract
*/