在 YUIDoc 中,我想注释作为参数传递的对象文字。请参阅以下代码片段:
@param {Array} colDefs Array of object literal column definitions for the grid<ul>
<li>title - Column header display</li>
<li>key - The key of the column from the JSON data array</li>
<li>type - The data type of the column. </li></ul>
我要添加哪些标签到列表项,以便我可以指定属性的类型(字符串、对象等)?如果我添加 {String} 它只是显示为文本,而不是我使用 @param 标签获得的漂亮格式。
也许这甚至不可能?