Skip to content

Commit 96d3b96

Browse files
committed
disable docgen
1 parent 566eb3c commit 96d3b96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tool/hop_runner.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ void main(List<String> args) {
77

88
final libList = ['lib/google_oauth2_browser.dart', 'lib/google_oauth2_console.dart'];
99

10-
addTask('docs', createDartDocTask(libList, linkApi: true));
10+
// TODO: move to docgen, it breaks hop
11+
// addTask('docs', createDartDocTask(libList, linkApi: true));
1112

1213
addTask('analyze_libs', createAnalyzerTask(libList));
1314

0 commit comments

Comments
 (0)