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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 TODO(rnystrom): This is moving from a sample to being a real project. Right
2 now, to try this out:
3
4 1. Compile interact.dart to JS:
5 dartdoc$ ../../frog/frogsh --libdir=../../frog/lib --out=docs/interact.js \
6 --compile-only interact.dart
7
8 2. Run the doc generator:
9 dartdoc$ ../../frog/frogsh --libdir=../../frog/lib dartdoc.dart dartdoc.dart
10
11 Note here that the first "dartdoc.dart" is to run this program, and the
12 second is passing its own name to itself to generate its own docs.
13
14 3. Look at the results in frog/docs/
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698