xmldoc.js
来自「JsDoc Toolkit 是一个把js描述格式化成文档的工具。开发者只需按Js」· JavaScript 代码 · 共 26 行
JS
26 行
/** * This is the main container for the XMLDOC handler. * @namespace * @author Brett Fattori (bfattori@fry.com) * @version $Revision: 498 $ */XMLDOC = { };/** The current version string of this application. */XMLDOC.VERSION = "1.0";/** Include the library necessary to handle XML files */IO.includeDir("handlers/XMLDOC/");/** * @type Symbol[] */XMLDOC.handle = function(srcFile, src) { };XMLDOC.publish = function(symbolgroup) { }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?