Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
feat(monorepo-scripts): add AssetBuyer to CLASSES_WITH_HIDDEN_CONSTRU…
Browse files Browse the repository at this point in the history
…CTORS
  • Loading branch information
BMillman19 committed Oct 16, 2018
1 parent 2c286ad commit 55be070
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/monorepo-scripts/src/doc_gen_configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export const docGenConfigs: DocGenConfigs = {
// factory method which instantiates an instance of a class, but we don't want users instantiating it themselves
// and getting confused. Any class name in this list will not have it's constructor rendered in our docs.
CLASSES_WITH_HIDDEN_CONSTRUCTORS: [
'AssetBuyer',
'ERC20ProxyWrapper',
'ERC20TokenWrapper',
'ERC721ProxyWrapper',
Expand Down

0 comments on commit 55be070

Please sign in to comment.