有没有人设置过 yuidoc 来使用 coffeescript?这是我的 yuidoc.json 文件:
{
"name": "App",
"description": "App",
"version": "1",
"url": "http://example.com",
"options": {
"paths": [
"./"
],
"exclude": "vendor",
"syntaxtype": "coffee",
"extension": ".coffee",
"outdir": "./api_docs"
}
}
当我运行yuidoc -c yuidoc.json .
我创建的示例类时,我在 api.js 文件中显示并生成了 html 页面,但是当我转到由yuidoc --server
.
更新
这是我的评论。
###*
# Description
#
# @project MyProject
# @author Me
# @class MyClass
###
有任何想法吗?
谢谢!