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

Unified Diff: utils/dartdoc/README.txt

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
Index: utils/dartdoc/README.txt
diff --git a/utils/dartdoc/README.txt b/utils/dartdoc/README.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f76aa70af5c0a5e82d113afb415fc52e05645158
--- /dev/null
+++ b/utils/dartdoc/README.txt
@@ -0,0 +1,14 @@
+TODO(rnystrom): This is moving from a sample to being a real project. Right
+now, to try this out:
+
+1. Compile interact.dart to JS:
+ dartdoc$ ../../frog/frogsh --libdir=../../frog/lib --out=docs/interact.js \
+ --compile-only interact.dart
+
+2. Run the doc generator:
+ dartdoc$ ../../frog/frogsh --libdir=../../frog/lib dartdoc.dart dartdoc.dart
+
+ Note here that the first "dartdoc.dart" is to run this program, and the
+ second is passing its own name to itself to generate its own docs.
+
+3. Look at the results in frog/docs/

Powered by Google App Engine
This is Rietveld 408576698