Skip to content

Automate list of contracts on each API README file #224

@ernestognw

Description

@ernestognw

After #220, each README page will have 2 lists of contracts: one provided manually and the other automatically generated from the docs scripts. See #220 (comment)

As proposed by @james-toussaint, an alternative to unify both list may be to use the @notice NatSpec tag:

  1. Do the same but if we don't like what is in @dev we could add @notice and extract it from:
/**
* @notice An executor module that enables executing calls from accounts where the it’s installed.
* @dev Basic implementation for ERC-7579 executor modules that provides execution functionality
* for smart accounts.
*/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions