Skip to content

Commit

Permalink
Update readme and version
Browse files Browse the repository at this point in the history
  • Loading branch information
b00ste committed Jul 10, 2023
1 parent ab070cb commit bfff070
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ Here are all the configuration parameters that are currently available, but as s
| Parameter | Description | Default value |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------- |
| `runOnCompile` | True if the plugin should generate the documentation on every compilation | `true` |
| `include` | List of all the contract / interface / library relative paths to include in the documentation generation. An empty array will generate documentation for everything | `[]` |
| `exclude` | List of all the contract / interface / library relative paths to exclude from the documentation generation | `[]` |
| `include` | List of all the contract / interface / library relative paths or names to include in the documentation generation. An empty array will generate documentation for everything | `[]` |
| `exclude` | List of all the contract / interface / library relative paths or names to exclude from the documentation generation | `[]` |
| `libraries` | Used to separate the generated docs into two folders: 1. _contracts_ & 2. _libraries_. Add the relative path of the library to the array if you want to separate it to the libraries folder. | `[]` |
| `outputDir` | Output directory of the documentation | `docs` |
| `templatePath` | Path to the documentation template | `./template.sqrl` |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@b00ste/hardhat-dodoc",
"version": "0.3.4",
"version": "0.3.5",
"description": "Zero-config Hardhat plugin to generate documentation for all your Solidity contracts",
"repository": "github:b00ste/primitive-dodoc",
"author": "Primitive",
Expand Down

0 comments on commit bfff070

Please sign in to comment.