Skip to content

Commit 58368b3

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

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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)