format SafeMath documentation as NatSpec

This commit is contained in:
Francisco Giordano
2017-07-02 13:00:23 -03:00
parent d6a45ef14e
commit a66f5f8f03

View File

@ -2,7 +2,8 @@ pragma solidity ^0.4.11;
/**
* Math operations with safety checks
* @title SafeMath
* @dev Math operations with safety checks that throw on error
*/
library SafeMath {
function mul(uint256 a, uint256 b) internal returns (uint256) {