Skip to content

Commit 27cc66a

Browse files
committed
annotating classes with @implements
1 parent 952c7d1 commit 27cc66a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/targets/static.js

+1
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@ function buildType(ref, type) {
380380
"Constructs a new " + type.name + ".",
381381
type.parent instanceof protobuf.Root ? "@exports " + escapeName(type.name) : "@memberof " + exportName(type.parent),
382382
"@classdesc " + (type.comment || "Represents " + aOrAn(type.name) + "."),
383+
config.comments ? "@implements " + escapeName("I" + type.name) : null,
383384
"@constructor",
384385
"@param {" + exportName(type, true) + "=} [" + (config.beautify ? "properties" : "p") + "] Properties to set"
385386
]);

0 commit comments

Comments
 (0)