You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
831 B
YAML
23 lines
831 B
YAML
# This file is used by dartdoc when generating API documentation for Flutter.
|
|
dartdoc:
|
|
include: ['bmfmap_map']
|
|
|
|
# linkToSource:
|
|
# root: '.'
|
|
# uriTemplate:
|
|
showUndocumentedCategories: true
|
|
ignore:
|
|
- ambiguous-doc-reference
|
|
errors:
|
|
- unresolved-doc-reference
|
|
warnings:
|
|
- tool-error
|
|
# Before you can run dartdoc, the snippets tool needs to have a snapshot built.
|
|
# The dev/tools/dartdoc.dart script does this automatically.
|
|
tools:
|
|
snippet:
|
|
command: ["dev/snippets/lib/main.dart", "--type=application"]
|
|
description: "Creates application sample code documentation output from embedded documentation samples."
|
|
sample:
|
|
command: ["dev/snippets/lib/main.dart", "--type=sample"]
|
|
description: "Creates sample code documentation output from embedded documentation samples." |