Unify code comments style. (#1603)
* Updated code style to no more than120 characters per line. * Unify code comments style with Doxygen-style tags.
This commit is contained in:
committed by
Francisco Giordano
parent
a09cf147ea
commit
1fd993bc01
@ -6,8 +6,8 @@ import "../../payment/escrow/RefundEscrow.sol";
|
||||
|
||||
/**
|
||||
* @title RefundableCrowdsale
|
||||
* @dev Extension of Crowdsale contract that adds a funding goal, and the possibility of users getting a refund if goal
|
||||
* is not met.
|
||||
* @dev Extension of Crowdsale contract that adds a funding goal, and the possibility of users getting a refund
|
||||
* if goal is not met.
|
||||
*
|
||||
* Deprecated, use RefundablePostDeliveryCrowdsale instead. Note that if you allow tokens to be traded before the goal
|
||||
* is met, then an attack is possible in which the attacker purchases tokens from the crowdsale and when they sees that
|
||||
|
||||
Reference in New Issue
Block a user