Skip to content

Commit

Permalink
docs(flash-swap): add dev NatSpec comments to libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpion9979 committed Dec 12, 2023
1 parent adfe961 commit 66cdc7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/
pragma solidity >=0.8.4 <0.9.0;

/// @dev https://raw.githubusercontent.com/Uniswap/v3-periphery/v1.3.0/contracts/libraries/BytesLib.sol
library BytesLib {
function slice(
bytes memory _bytes,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ pragma solidity >=0.8.4;
import "./BytesLib.sol";

/// @title Functions for manipulating path data for multihop swaps
/// @dev https://raw.githubusercontent.com/Uniswap/v3-periphery/v1.3.0/contracts/libraries/Path.sol
library Path {
using BytesLib for bytes;

Expand Down

0 comments on commit 66cdc7c

Please sign in to comment.