-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixed NatSpec problems - Manually edited some solidity-docgen output If the following issues get resolved, we'll be able to correctly run solidity-docgen. - [Uderscores are incorrectly placed](OpenZeppelin/solidity-docgen#432) - [Structs are not documented](OpenZeppelin/solidity-docgen#432)
- Loading branch information
Showing
18 changed files
with
686 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Solidity API | ||
|
||
## TestFactory | ||
|
||
### has_values | ||
|
||
```solidity | ||
function has_values() public | ||
``` | ||
|
||
### make_asset_array | ||
|
||
```solidity | ||
function make_asset_array(address addr, uint256 amountOrId) public pure returns (struct ISwap.Asset[]) | ||
``` | ||
|
||
### make_valid_swap | ||
|
||
```solidity | ||
function make_valid_swap(address owner, address addr, uint256 amountOrId) public view returns (struct ISwap.Swap) | ||
``` | ||
|
||
### echidna_revert_invalid_expiry | ||
|
||
```solidity | ||
function echidna_revert_invalid_expiry() public view | ||
``` | ||
|
||
### echidna_revert_invalid_length | ||
|
||
```solidity | ||
function echidna_revert_invalid_length() public view | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Solidity API | ||
|
||
## TestSwaplace | ||
|
||
### constructor | ||
|
||
```solidity | ||
constructor() public | ||
``` | ||
|
||
### echidna_create_swap | ||
|
||
```solidity | ||
function echidna_create_swap() public returns (bool) | ||
``` | ||
|
||
### echidna_accept_swap | ||
|
||
```solidity | ||
function echidna_accept_swap() public returns (bool) | ||
``` | ||
|
||
### echidna_id_overflow | ||
|
||
```solidity | ||
function echidna_id_overflow() public view returns (bool) | ||
``` | ||
|
||
### echidna_id_never_zero_after_init | ||
|
||
```solidity | ||
function echidna_id_never_zero_after_init() public view returns (bool) | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.