how do I fix “/app/scripts/[foo].coffee is using deprecated documentation syntax” in hubot?

假装没事ソ 提交于 2020-01-24 12:45:41

问题


checking the heroku logs for my bot is showing messages like:

/app/scripts/tigger.coffee is using deprecated documentation syntax

but I can't seem to find what the undeprecated documentation syntax should be ...


回答1:


It's normally due to the TomDoc at the top of the files. There's a good example for a correct one here



来源:https://stackoverflow.com/questions/22104525/how-do-i-fix-app-scripts-foo-coffee-is-using-deprecated-documentation-syntax

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!