Skip to content

Commit

Permalink
docs: remove useless natspec
Browse files Browse the repository at this point in the history
Co-authored-by: Quentin Garchery <QGarchery@users.noreply.github.com>
Signed-off-by: MathisGD <74971347+MathisGD@users.noreply.github.com>
  • Loading branch information
MathisGD and QGarchery authored Feb 20, 2024
1 parent 37fc6ef commit 14f4eb8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/interfaces/IPublicAllocator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ struct Withdrawal {
uint128 amount;
}

/// @title IPublicAllocator
/// @author Morpho Labs
/// @custom:contact security@morpho.org
/// @dev This interface is used for factorizing IPublicAllocatorStaticTyping and IPublicAllocator.
/// @dev Consider using the IPublicAllocator interface instead of this one.
interface IPublicAllocatorBase {
Expand Down Expand Up @@ -79,9 +76,6 @@ interface IPublicAllocatorBase {
function setFlowCaps(address vault, FlowCapsConfig[] calldata config) external;
}

/// @title IPublicAllocator
/// @author Morpho Labs
/// @custom:contact security@morpho.org
/// @dev This interface is inherited by PublicAllocator so that function signatures are checked by the compiler.
/// @dev Consider using the IPublicAllocator interface instead of this one.
interface IPublicAllocatorStaticTyping is IPublicAllocatorBase {
Expand Down

0 comments on commit 14f4eb8

Please sign in to comment.