ICode9

精准搜索请尝试: 精确搜索
  • javascript – JSDoc的默认“主页”文本和内容2019-10-07 17:44:44

    从Node.js运行基本的JSDoc编译/渲染之后: jsdoc file1.js file2.js 我使用目录“out”中的默认模板获得格式良好的文档.几乎所有都如预期! 但是在打开文档时,它总是在index.html页面上显示“Home”,在该初始页面上没有内容,并且在侧边栏导航中有“Home”. 我如何以及在何处注明项目

  • javascript – 如何在JSDoc中注释“@ readonly-but-modified-internal”成员/属性?2019-07-28 10:39:41

    JSDoc有一个@readonly doclet tag: The @readonly tag indicates that a symbol is intended to be read-only. 例如: /** * The name of the represented principal * @member {string} * @readonly */ this.name = primaryName; 但是,我真正想要传达和记录的是公共消费者应该

  • javascript – jsdoc:多行描述@property2019-06-12 04:21:25

    我正在使用jsdoc记录我的代码,到目前为止很好,我有如下的评论 ... * @property {string} mode - mode of display 'video' - display video or 'audio' - play only the audio. * @property... 它来自html文档之类的 | ... | | |

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有