OLD | NEW |
(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/ |
OLD | NEW |