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

Unified Diff: utils/apidoc/README.txt

Issue 10389223: Add unittest to apidoc and fix readme. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 7 months 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/apidoc/README.txt
===================================================================
--- utils/apidoc/README.txt (revision 7774)
+++ utils/apidoc/README.txt (working copy)
@@ -2,9 +2,9 @@
Dartdoc generates static HTML documentation from Dart code.
Apidoc wraps the dartdoc output with official dartlang.org skin, comments, etc.
-To use it, from this directory, run:
+To use it, from the top level dart directory, run:
- $ dart apidoc.dart [--out=<output directory>]
+ $ dart utils/apidoc/apidoc.dart [--out=<output directory>]
This will create a "docs" directory with the docs for your libraries.

Powered by Google App Engine
This is Rietveld 408576698