blob: 4a68e2f84247587d1d6064c4657283d7e98f4aff [file] [log] [blame]
Greg Spencer65d3ddd2018-10-23 13:50:24 -07001# This file is used by dartdoc when generating API documentation for Flutter.
2dartdoc:
Greg Spencer094f93d2018-11-07 08:29:14 -08003 # Before you can run dartdoc, the snippets tool needs to have a snapshot built.
4 # The dev/tools/dartdoc.dart script does this automatically.
Greg Spencer65d3ddd2018-10-23 13:50:24 -07005 tools:
6 snippet:
Greg Spencer9d878ca2018-11-27 22:31:49 -08007 command: ["dev/snippets/lib/main.dart", "--type=application"]
Greg Spencer65d3ddd2018-10-23 13:50:24 -07008 description: "Creates application sample code documentation output from embedded documentation samples."
9 sample:
Greg Spencer9d878ca2018-11-27 22:31:49 -080010 command: ["dev/snippets/lib/main.dart", "--type=sample"]
Greg Spencer65d3ddd2018-10-23 13:50:24 -070011 description: "Creates sample code documentation output from embedded documentation samples."