Index: pkg/analyzer/doc/tasks.html |
diff --git a/pkg/analyzer/tool/task_dependency_graph/tasks.dot b/pkg/analyzer/doc/tasks.html |
similarity index 96% |
copy from pkg/analyzer/tool/task_dependency_graph/tasks.dot |
copy to pkg/analyzer/doc/tasks.html |
index 4142a2af11f169cca3d8ad8856e0701345c1adfe..222472426d2367cda18a64a2c4a9e859ec3fb948 100644 |
--- a/pkg/analyzer/tool/task_dependency_graph/tasks.dot |
+++ b/pkg/analyzer/doc/tasks.html |
@@ -1,14 +1,19 @@ |
-// Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file |
-// for details. All rights reserved. Use of this source code is governed by a |
-// BSD-style license that can be found in the LICENSE file. |
-// |
-// This file has been automatically generated. Please do not edit it manually. |
-// To regenerate the file, use the script |
-// "pkg/analyzer/tool/task_dependency_graph/generate.dart". |
-// |
-// To render this graph using Graphviz (www.graphviz.org) use the command: |
-// "dot tasks.dot -Tpdf -O". |
+<!DOCTYPE html> |
+<html> |
+<head> |
+ <title>Analysis Task Dependency Graph</title> |
+ <link rel="stylesheet" href="support/style.css"> |
+ <script src="support/viz.js"></script> |
+ <script type="application/dart" src="support/web_app.dart.js"></script> |
+ <script src="support/dart.js"></script> |
+</head> |
+<body> |
+<button id="zoomBtn">Zoom</button> |
+<script type="text/vnd.graphviz" id="dot"> |
digraph G { |
+ tooltip="Analysis Task Dependency Graph"; |
+ node [fontname=Helvetica]; |
+ edge [fontname=Helvetica, fontcolor=gray]; |
BUILD_DIRECTIVES_ERRORS -> LibraryUnitErrorsTask |
BUILD_DIRECTIVES_ERRORS [shape=box] |
BUILD_LIBRARY_ERRORS -> LibraryUnitErrorsTask |
@@ -330,3 +335,6 @@ digraph G { |
dartErrorsForUnit -> DartErrorsTask |
dartErrorsForUnit [shape=hexagon] |
} |
+</script> |
+</body> |
+</html> |