Commit 52efe241 by Francisco Giordano Committed by GitHub

Merge pull request #384 from frangio/fix-pausabletoken-documentation

Fix PausableToken documentation
parents 1d162e95 84e3e76b
......@@ -4,9 +4,9 @@ import './StandardToken.sol';
import '../lifecycle/Pausable.sol';
/**
* Pausable token
* @title Pausable token
*
* Simple ERC20 Token example, with pausable token creation
* @dev StandardToken modified with pausable transfers.
**/
contract PausableToken is StandardToken, Pausable {
......
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