You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pub global run dartdoc --link-to-source-root '.' --link-to-source-revision 6fac6f770d271312c88e8ae881861702a9a605be --link-to-source-uri-template 'https://github.com/dart-lang/dartdoc/blob/%r%/%f#L%l%'
428
+
```
429
+
430
+
This gets more complicated with `--auto-include-dependencies` as these command line flags
431
+
will override all settings from individual packages. In that case, to preserve
432
+
source links from third party packages it may be necessary to generate
433
+
dartdoc_options.yaml options for each package you are intending to add source links
434
+
to yourself.
435
+
394
436
## Issues and bugs
395
437
396
438
Please file reports on the [GitHub Issue Tracker][]. Issues are labeled with
0 commit comments