Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(326)

Unified Diff: utils/dartdoc/interact.dart

Issue 8515029: Move doc generator out of frog samples. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« utils/dartdoc/docs/styles.css ('K') | « utils/dartdoc/docs/styles.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/dartdoc/interact.dart
diff --git a/frog/docs/interact.dart b/utils/dartdoc/interact.dart
similarity index 60%
rename from frog/docs/interact.dart
rename to utils/dartdoc/interact.dart
index 0255f6d52283447423103b75b65cf1bef5d86fec..98e8560b97d87bcff11e9dbe459302fa197ee361 100644
--- a/frog/docs/interact.dart
+++ b/utils/dartdoc/interact.dart
@@ -1,3 +1,10 @@
+// Copyright (c) 2011, 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.
+
+/** Provides client-side behavior for generated docs. */
+#library('interact');
+
#import('../../client/html/html.dart');
main() {
« utils/dartdoc/docs/styles.css ('K') | « utils/dartdoc/docs/styles.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698