0
我想用apidoc
創建API文件,但在apidoc -i xcrm/ -o xcrm/apidoc/
命令執行提示以下錯誤:警告:請創建一個apidoc.json配置文件
warn: Please create an apidoc.json configuration file. info: Nothing to do.
但我創建的文件公共目錄(我的根目錄)下的apidoc.json
。
{
"name": "xcrm",
"version": "0.1.0",
"description": "apiDoc basic xcrm",
"title": "xcrm API",
"url" : "https://api.github.com/v1"
}
的apidoc網站http://apidocjs.com/
請閱讀問題..「但我在公共目錄(我的根目錄)下創建了文件apidoc.json。」 – BilalReffas