diff --git a/cli/targets/static.js b/cli/targets/static.js index fd62421bc..1c06cf1bd 100644 --- a/cli/targets/static.js +++ b/cli/targets/static.js @@ -380,6 +380,7 @@ function buildType(ref, type) { "Constructs a new " + type.name + ".", type.parent instanceof protobuf.Root ? "@exports " + escapeName(type.name) : "@memberof " + exportName(type.parent), "@classdesc " + (type.comment || "Represents " + aOrAn(type.name) + "."), + config.comments ? "@implements " + escapeName("I" + type.name) : null, "@constructor", "@param {" + exportName(type, true) + "=} [" + (config.beautify ? "properties" : "p") + "] Properties to set" ]);