We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 952c7d1 commit 27cc66aCopy full SHA for 27cc66a
cli/targets/static.js
@@ -380,6 +380,7 @@ function buildType(ref, type) {
380
"Constructs a new " + type.name + ".",
381
type.parent instanceof protobuf.Root ? "@exports " + escapeName(type.name) : "@memberof " + exportName(type.parent),
382
"@classdesc " + (type.comment || "Represents " + aOrAn(type.name) + "."),
383
+ config.comments ? "@implements " + escapeName("I" + type.name) : null,
384
"@constructor",
385
"@param {" + exportName(type, true) + "=} [" + (config.beautify ? "properties" : "p") + "] Properties to set"
386
]);
0 commit comments