diff options
author | Fabio Berger <me@fabioberger.com> | 2018-08-04 04:36:32 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-08-04 04:36:32 +0800 |
commit | f42119c9286ad70504b6f8395bcdd801a1ac52c3 (patch) | |
tree | 8b9b59939bba132f1c1e07b35c426c2bd484fa57 /packages/sol-compiler/src | |
parent | 30be039570d6a533a339c47d068e3d4ef0f4c92a (diff) | |
download | dexon-sol-tools-f42119c9286ad70504b6f8395bcdd801a1ac52c3.tar dexon-sol-tools-f42119c9286ad70504b6f8395bcdd801a1ac52c3.tar.gz dexon-sol-tools-f42119c9286ad70504b6f8395bcdd801a1ac52c3.tar.bz2 dexon-sol-tools-f42119c9286ad70504b6f8395bcdd801a1ac52c3.tar.lz dexon-sol-tools-f42119c9286ad70504b6f8395bcdd801a1ac52c3.tar.xz dexon-sol-tools-f42119c9286ad70504b6f8395bcdd801a1ac52c3.tar.zst dexon-sol-tools-f42119c9286ad70504b6f8395bcdd801a1ac52c3.zip |
Add missing compiler comments
Diffstat (limited to 'packages/sol-compiler/src')
-rw-r--r-- | packages/sol-compiler/src/compiler.ts | 1 |
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) { |