aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-compiler/src/compiler.ts
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-08-04 04:36:32 +0800
committerFabio Berger <me@fabioberger.com>2018-08-04 04:36:32 +0800
commitf42119c9286ad70504b6f8395bcdd801a1ac52c3 (patch)
tree8b9b59939bba132f1c1e07b35c426c2bd484fa57 /packages/sol-compiler/src/compiler.ts
parent30be039570d6a533a339c47d068e3d4ef0f4c92a (diff)
downloaddexon-0x-contracts-f42119c9286ad70504b6f8395bcdd801a1ac52c3.tar
dexon-0x-contracts-f42119c9286ad70504b6f8395bcdd801a1ac52c3.tar.gz
dexon-0x-contracts-f42119c9286ad70504b6f8395bcdd801a1ac52c3.tar.bz2
dexon-0x-contracts-f42119c9286ad70504b6f8395bcdd801a1ac52c3.tar.lz
dexon-0x-contracts-f42119c9286ad70504b6f8395bcdd801a1ac52c3.tar.xz
dexon-0x-contracts-f42119c9286ad70504b6f8395bcdd801a1ac52c3.tar.zst
dexon-0x-contracts-f42119c9286ad70504b6f8395bcdd801a1ac52c3.zip
Add missing compiler comments
Diffstat (limited to 'packages/sol-compiler/src/compiler.ts')
-rw-r--r--packages/sol-compiler/src/compiler.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/sol-compiler/src/compiler.ts b/packages/sol-compiler/src/compiler.ts
index 3620a3ec1..2503f7315 100644
--- a/packages/sol-compiler/src/compiler.ts
+++ b/packages/sol-compiler/src/compiler.ts
@@ -67,6 +67,7 @@ export class Compiler {
private readonly _specifiedContracts: string[] | TYPE_ALL_FILES_IDENTIFIER;
/**
* Instantiates a new instance of the Compiler class.
+ * @param opts Optional compiler options
* @return An instance of the Compiler class.
*/
constructor(opts?: CompilerOptions) {