Home
last modified time | relevance | path

Searched full:dartdoc (Results 1 – 18 of 18) sorted by relevance

/third_party/flutter/flutter/
Ddartdoc_options.yaml1 # This file is used by dartdoc when generating API documentation for Flutter.
2 dartdoc:
3 # Before you can run dartdoc, the snippets tool needs to have a snapshot built.
4 # The dev/tools/dartdoc.dart script does this automatically.
/third_party/flutter/flutter/dev/snippets/
DREADME.md1 # Dartdoc Generation
6 To generate these code blocks, Flutter uses dartdoc tools to turn documentation
117 which dartdoc places back into the documentation. Any options given to the
121 and HTML using the `{@inject-html}` dartdoc directive.
Dpubspec.yaml4 description: A code snippet dartdoc extension for Flutter API docs.
11 dartdoc:
/third_party/flutter/flutter/dev/tools/
Ddartdoc.dart53 // TODO(dnfield): We should make DartDoc able to avoid emitting this. If we
57 // https://github.com/dart-lang/dartdoc/issues/1982
115 dartdocBaseArgs.add('dartdoc');
117 // Verify which version of dartdoc we're using.
216 printStream(process.stdout, prefix: args['json'] ? '' : 'dartdoc:stdout: ',
222 printStream(process.stderr, prefix: args['json'] ? '' : 'dartdoc:stderr: ',
246 help: 'Run dartdoc in checked mode.');
248 help: 'Display json-formatted output from dartdoc and skip stdout/stderr prefixing.');
250 help: 'Display warnings for broken links generated by dartdoc (slow)');
Djava_and_objc_doc.dart15 /// the artifact store and extracts them to the location used for Dartdoc.
/third_party/flutter/flutter/dev/snippets/lib/
Dconfiguration.dart63 /// and returned to dartdoc for insertion in the output.
67 /// dartdoc.
Dmain.dart24 /// Generates snippet dartdoc output for a given input, and creates any sample
Dsnippets.dart199 /// The [input] is the file containing the dartdoc comments (minus the leading
/third_party/flutter/flutter/dev/bots/
Ddocs.sh106 # Install and activate dartdoc.
107 "$PUB" global activate dartdoc 0.28.4
113 (cd "$FLUTTER_ROOT" && "$DART" "$FLUTTER_ROOT/dev/tools/dartdoc.dart")
Danalyze-sample-code.dart14 // Additionally, code inside of dartdoc snippet and sample blocks
130 /// Extracts dartdoc content from flutter package source code, identifies code
155 /// A RegExp that matches the beginning of a dartdoc snippet or sample.
158 /// A RegExp that matches the end of a dartdoc snippet or sample.
161 /// A RegExp that matches the start of a code block within dartdoc.
164 /// A RegExp that matches the end of a code block within dartdoc.
478 /// "foo=bar" argument as "--foo=bar" (which is a dartdoc-ism).
868 /// A class to represent a snippet in the dartdoc comments, marked by
/third_party/flutter/flutter/dev/snippets/config/templates/
DREADME.md4 syntax inside of the dartdoc comment for a Flutter class/variable/enum/etc.:
11 /// change in the future. You can use dartdoc [Linking] in the description, and
/third_party/flutter/flutter/dev/tools/vitool/
D.gitignore7 # Directory created by dartdoc
/third_party/flutter/flutter/packages/flutter_goldens_client/
Dpubspec.yaml17 dartdoc:
/third_party/flutter/flutter/dev/docs/
Dstyles.html1 <!-- style overrides for dartdoc -->
/third_party/flutter/flutter/dev/docs/assets/
Doverrides.css1 /* Overrides for dartdoc styles. */
/third_party/flutter/engine/flutter/
Danalysis_options.yaml66 # - comment_references # blocked on https://github.com/dart-lang/dartdoc/issues/1153
DDEPS233 'src/third_party/dart/third_party/pkg/dartdoc':
234 Var('dart_git') + '/dartdoc.git' + '@' + Var('dart_dartdoc_tag'),
/third_party/flutter/flutter/packages/flutter_tools/
Dpubspec.yaml134 dartdoc: