⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tags.js

📁 原名JSPackager
💻 JS
字号:
var accessTag = {
  'public':{},
  'protected':{},
  'private':{}
};

var flagTag = {
  'abstract':{},
  'final':{},
  'static':{},
  'fileoverview':{alias:['filedoc']},
  'deprecated':{},
  'constructor':{alias:['class']}
};

var valueTag = {
  'author':{},
  'access':{},
  'version':{},
  'arguments': {alias:['args']},
  //The type Of the object same as javascript instanceof op
  'instanceof':{},
  //The type Of the object same as javascript typeof op
  'typeof':{},
  //@return <Type> information (type tag is deprecated just to keep the same with some old jsdoc)
  'return':{},
  'returnType':{alias:['type']},
  'name': {},
  'owner': {alias:['member']},
  //Used to show that a class is a subclass of another class. JSDoc is often quite good at picking this up on its own, but in some situations this tag is required.
  'extend':{alias:['extends']}
}

var valuesTag = {
  'throw':{alias:['exception']},
  'param':{alias:['argument']},
  'see':{}
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -