我對Javadoc很熟悉。在Javadoc,you can place a link that refers to the Javadoc placed on another type像這樣: /**
* some java thingy. see this other java thingy too {@link OtherThingy}
*/
public class Thingy {
/**
* Displays the list of autolab commands along with their functions.
* @module lib/help
*/
var Table = require('cli-table');
var chalk = require('chalk');
var helpjson = {
'init' : 'I
我對這種風格的功能: /**
* Here is my jsdoc comment
*/
Controller.add = function(req, res, next){}
我的問題是jsdoc忽略此評論。我只是得到這樣的功能的文檔: /**
* Here is my jsdoc comment (which works fine)
*/
function add(req, r