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

Unified Diff: utils/apidoc/README.txt

Issue 9844031: add disqus comments (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: remove generated file Created 8 years, 9 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
« no previous file with comments | « lib/dartdoc/dartdoc.dart ('k') | utils/apidoc/apidoc.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/apidoc/README.txt
diff --git a/utils/apidoc/README.txt b/utils/apidoc/README.txt
index 3d892c0f281742758d02ca1d7664db1f524439b8..88e505d2c51f2ca372b27c9a0d0c34879395c705 100644
--- a/utils/apidoc/README.txt
+++ b/utils/apidoc/README.txt
@@ -1,8 +1,10 @@
+Apidoc is a specialization of Dartdoc.
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:
- $ dartdoc <path to .dart file>
+ $ dart apidoc.dart [--out=<output directory>]
This will create a "docs" directory with the docs for your libraries.
« no previous file with comments | « lib/dartdoc/dartdoc.dart ('k') | utils/apidoc/apidoc.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698