We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d1594 commit 4601e92Copy full SHA for 4601e92
lib/graphs.js
@@ -86,6 +86,10 @@ function listOutputTransform(headers, data) {
86
return data;
87
}
88
89
+/**
90
+ * Adding alias to help jsDoc distinguish between file and function name.
91
+ * @alias Graphs
92
+ */
93
function Graphs(client) {
94
if (!(this instanceof Graphs)) {
95
return new Graphs(client);
0 commit comments