diff --git a/examples/docs/contracts/Bar.json b/examples/docs/contracts/Bar.json index 9c104d8..df34c05 100644 --- a/examples/docs/contracts/Bar.json +++ b/examples/docs/contracts/Bar.json @@ -119,8 +119,7 @@ } }, "notice": "Emitted when transfer", - "details": "Transfer some stuff", - "custom:danger": "This event exposes private info" + "details": "Transfer some stuff" } }, "errors": { diff --git a/examples/docs/contracts/Bar.md b/examples/docs/contracts/Bar.md index 0b068f9..ce12d22 100644 --- a/examples/docs/contracts/Bar.md +++ b/examples/docs/contracts/Bar.md @@ -172,7 +172,7 @@ event Transfer(uint256 foo) Emitted when transfer *Transfer some stuff* -**Danger:** *This event exposes private info* + #### Parameters diff --git a/package.json b/package.json index a11ce79..44be73e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@b00ste/hardhat-dodoc", - "version": "0.3.5", + "version": "0.3.7", "description": "Zero-config Hardhat plugin to generate documentation for all your Solidity contracts", "repository": "github:b00ste/primitive-dodoc", "author": "Primitive", diff --git a/src/index.ts b/src/index.ts index e31f073..737364c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -48,28 +48,6 @@ async function generateDocumentation(hre: HardhatRuntimeEnvironment): Promise