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 566eb3c commit 96d3b96Copy full SHA for 96d3b96
tool/hop_runner.dart
@@ -7,7 +7,8 @@ void main(List<String> args) {
7
8
final libList = ['lib/google_oauth2_browser.dart', 'lib/google_oauth2_console.dart'];
9
10
- addTask('docs', createDartDocTask(libList, linkApi: true));
+ // TODO: move to docgen, it breaks hop
11
+ // addTask('docs', createDartDocTask(libList, linkApi: true));
12
13
addTask('analyze_libs', createAnalyzerTask(libList));
14
0 commit comments