esdoc

    3熱度

    1回答

    我正在用Angular4和Typescript編寫esdoc-coverage-plugin和esdoc-typescript-plugin。 在我的代碼庫,每一個方法,類和成員有一個註釋塊以這種形式: /** @method methodName * @desc method description * @param {type} paramName - description of par

    9熱度

    2回答

    看來,ESDOC僅針對ES6類風格。 有沒有一種方法來記錄一個普通的物體,如: /** * ??? */ var Foo = { /** * ??? */ info: true }; export default Foo; 即使使用ES6類樣式時,如何記錄像一個靜態屬性: class Bar { } /** * ??? */ Ba