We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8c3cc commit f0d6c7eCopy full SHA for f0d6c7e
tool/grind.dart
@@ -783,8 +783,7 @@ Future<void> build() async {
783
// TODO(jcollins-g): port to build system?
784
String version = _getPackageVersion();
785
File dartdoc_options = new File('dartdoc_options.yaml');
786
- await dartdoc_options.writeAsString(
787
-'''dartdoc:
+ await dartdoc_options.writeAsString('''dartdoc:
788
linkToSource:
789
root: '.'
790
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v${version}/%f%#L%l%'
0 commit comments