在运行docgen --serve my_file.dart并在浏览器中打开它之后(通过dartdoc-viewer),我总是获得dart核心库的API文档。如何确保只生成自定义库()的文档(my_file.dart)?
发布于 2014-03-30 16:37:21
添加
--no-include-sdk 到你的指挥线。
您可以使用
docgen --help #or
docgen -hhttps://stackoverflow.com/questions/22746619
复制相似问题