Commit a66f5f8f by Francisco Giordano

format SafeMath documentation as NatSpec

parent d6a45ef1
...@@ -2,7 +2,8 @@ pragma solidity ^0.4.11; ...@@ -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 { library SafeMath {
function mul(uint256 a, uint256 b) internal returns (uint256) { function mul(uint256 a, uint256 b) internal returns (uint256) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment