@borrows Back
The @borrows
tag allows you to borrow some documents from another symbol to the current one. It is useful especially when there are many references, where you don't want to duplicate the same documentation.
/**
* email tool
* @function
*/
function email_tool() {}
module.exports = {
/**
* email
* @borrows email_tool as email
*/
email: email_tool,
};
As the plugin is integrated with a code management system like GitLab or GitHub, you may have to auth with your account before leaving comments around this article.
Notice: This plugin has used Cookie to store your token with an expiration.