Searched full:dartdoc (Results 1 – 18 of 18) sorted by relevance
| /third_party/flutter/flutter/ |
| D | dartdoc_options.yaml | 1 # 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/ |
| D | README.md | 1 # 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.
|
| D | pubspec.yaml | 4 description: A code snippet dartdoc extension for Flutter API docs. 11 dartdoc:
|
| /third_party/flutter/flutter/dev/tools/ |
| D | dartdoc.dart | 53 // 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)');
|
| D | java_and_objc_doc.dart | 15 /// the artifact store and extracts them to the location used for Dartdoc.
|
| /third_party/flutter/flutter/dev/snippets/lib/ |
| D | configuration.dart | 63 /// and returned to dartdoc for insertion in the output. 67 /// dartdoc.
|
| D | main.dart | 24 /// Generates snippet dartdoc output for a given input, and creates any sample
|
| D | snippets.dart | 199 /// The [input] is the file containing the dartdoc comments (minus the leading
|
| /third_party/flutter/flutter/dev/bots/ |
| D | docs.sh | 106 # Install and activate dartdoc. 107 "$PUB" global activate dartdoc 0.28.4 113 (cd "$FLUTTER_ROOT" && "$DART" "$FLUTTER_ROOT/dev/tools/dartdoc.dart")
|
| D | analyze-sample-code.dart | 14 // 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/ |
| D | README.md | 4 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 | .gitignore | 7 # Directory created by dartdoc
|
| /third_party/flutter/flutter/packages/flutter_goldens_client/ |
| D | pubspec.yaml | 17 dartdoc:
|
| /third_party/flutter/flutter/dev/docs/ |
| D | styles.html | 1 <!-- style overrides for dartdoc -->
|
| /third_party/flutter/flutter/dev/docs/assets/ |
| D | overrides.css | 1 /* Overrides for dartdoc styles. */
|
| /third_party/flutter/engine/flutter/ |
| D | analysis_options.yaml | 66 # - comment_references # blocked on https://github.com/dart-lang/dartdoc/issues/1153
|
| D | DEPS | 233 '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/ |
| D | pubspec.yaml | 134 dartdoc:
|