Skip to content

Commit 4601e92

Browse files
committed
MLE-23402 : MarkLogic Node.js Client API's graph was changed to graph_, rendering documentation links hard to maintain
1 parent d8d1594 commit 4601e92

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/graphs.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ function listOutputTransform(headers, data) {
8686
return data;
8787
}
8888

89+
/**
90+
* Adding alias to help jsDoc distinguish between file and function name.
91+
* @alias Graphs
92+
*/
8993
function Graphs(client) {
9094
if (!(this instanceof Graphs)) {
9195
return new Graphs(client);

0 commit comments

Comments
 (0)