我正在尝试摆脱YUIdoc的问题,但是我不能让它工作:这是我的PHP代码的一部分:* Estimates whether a number is odd or even*@method$browser = 'Swiftweasel';
$browser = 'Undefined';
}info: (yuidoc): Starting YUIDoc
这是输出:info: (yuidoc): Starting YUIDoc@0.3.46 using YUI@3.9.1 with NodeJS@0.10.24info: (yuidoc): Loading yuidoc.json data from: C:\devtools\GitHub\Framework\tools\<
在安装yuidoc时,我收到以下警告。info: (yuidoc): Scanning for yuidoc.json file.
error: (yuidoc): Scanned 5001directories looking for a yuidoc.json file, something is proba
我从复制了一个例子。下面是示例代码,但问题是Store.TAX_RATE在文档中显示为Item的属性,而不是module Store的属性。有什么建议吗?/** * @module Storevar Store = Store || {};
* `TAX_RATE` is stored as a percentage. Value is 13. * @static *